Searched defs:panic (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DSList.h67 virtual void require(int e,char *err){ if ( !e ) panic(err); }
68 virtual void panic(char *err){ /* MR23 */ printMessage(stderr, "SList panic: %s\n", err); exit(PCCTS_EXIT_FAILURE); } function in class:SList
H A DASTBase.cpp235 panic("Attempt to overwrite down pointer in ASTBase::tmake");
238 // MR21 ASTBase::panic
240 void ASTBase::panic(const char *msg) function in class:ASTBase
242 /* MR23 */ printMessage(stderr,"ASTBase panic: %s\n", msg);
H A DATokenBuffer.cpp61 panic("cannot alloc token buffer");
312 panic("cannot alloc token buffer");
342 void ANTLRTokenBuffer::panic(const char *msg) // MR23 function in class:ANTLRTokenBuffer
345 parser->panic(msg); //MR23
H A DAToken.h85 virtual void panic(const char *msg) // MR20 const function in class:ANTLRAbstractToken
87 /* MR23 */ printMessage(stderr, "ANTLRAbstractToken panic: %s\n", msg);
171 panic("call to ANTLRRefCountToken::makeToken()\n");
204 if (_text == NULL) panic("ANTLRCommonNoRefCountToken::setText new failed");
208 if (_text == NULL) panic("ANTLRCommonNoRefCountToken::setText new failed");
277 if (_text == NULL) panic("ANTLRCommonToken::setText new failed");
281 if (_text == NULL) panic("ANTLRCommonToken::setText new failed");
H A DDLexerBase.cpp65 panic("text buffer is NULL");
248 if ( token_to_fill==NULL ) panic("NULL token_to_fill");
255 panic(const char *msg) /* MR20 const */ function in class:DLGLexerBase
258 parser->panic(msg); //MR23
261 /* MR23 */ printMessage(stderr, "DLG panic: %s\n", msg);
H A DPCCTSAST.h116 virtual PCCTS_AST *shallowCopy() {panic("no shallowCopy() defined"); return NULL;}
137 void require(int e,const char *err){ if ( !e ) panic(err); } /* MR20 const */
138 virtual void panic(const char *err) // MR20 const function in class:PCCTS_AST
H A DAParser.cpp89 /* MR14 */ panic("ANTLRParser::ANTLRParser - Demand lookahead not supported in C++ mode");
255 panic(buf);
549 if ( k > SETWORDCOUNT ) panic("FAIL: overflowed buffer");
672 panic(const char *msg) // MR20 const function in class:ANTLRParser
674 /* MR23 */ printMessage(stderr, "ANTLR panic: %s\n", msg);
/vbox/src/VBox/Additions/linux/sharedfolders/
H A Dmount.vboxsf.c58 panic(const char *fmt, ...) function
204 panic("%.*s requires an argument (i.e. %.*s=<arg>)\n",
267 panic("iocharset name too long\n");
405 panic("Only root can mount shared folders from the host.\n");
452 panic("host name is too big\n");
458 panic("%s: the character set name for I/O is too long.\n", argv[0]);
/vbox/src/VBox/Devices/Network/slirp/bsd/sys/
H A Dmbuf.h54 DECLNORETURN(static void) panic (char *fmt, ...) function
471 panic("%s: m_getjcl: invalid cluster size", __func__);
505 panic("%s: m_getjcl: invalid cluster type", __func__);
730 panic("unknown cluster type");
796 /* Check if the supplied mbuf has a packet header, or else panic. */
/vbox/src/VBox/ExtPacks/VBoxDTrace/include/
H A DVBoxDTraceTypes.h311 #define panic VBoxDtPanic macro

Completed in 60 milliseconds