/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/ |
H A D | objc-asm-attribute-neg-test.m | 9 @interface Message <Protocol> { interface in objc_runtime_name 16 …expected-error {{'objc_runtime_name' attribute only applies to interface or protocol declarations}} 18 …/ expected-error {{'objc_runtime_name' attribute only applies to interface or protocol declaration… 29 @implementation Message // expected-error {{prefix attribute must be followed by an interface or pr… category
|
H A D | objc-asm-attribute-test.m | 17 @interface Message <Protocol, Protocol2> { interface 22 @implementation Message implementation
|
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/ |
H A D | objc-asm-attribute-neg-test.m | 17 @interface Message <Protocol> { interface in objc_runtime_name 24 …expected-error {{'objc_runtime_name' attribute only applies to interface or protocol declarations}} 26 …/ expected-error {{'objc_runtime_name' attribute only applies to interface or protocol declaration… 37 @implementation Message // expected-error {{prefix attribute must be followed by an interface or pr… category
|
/minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/include/gtest/ |
H A D | gtest-message.h | 94 Message() : ss_(new ::std::stringstream) { in Message() function 101 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT in Message() function 106 explicit Message(const char* str) : ss_(new ::std::stringstream) { in Message() function
|
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/bitreader/ |
H A D | bitreader_ocaml.c | 26 char *Message; in llvm_get_module() local 37 char *Message; in llvm_parse_bitcode() local
|
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/linker/ |
H A D | linker_ocaml.c | 28 char* Message; in llvm_link_modules() local
|
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/irreader/ |
H A D | irreader_ocaml.c | 29 char *Message; in llvm_parse_ir() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
H A D | DiagnosticRenderer.cpp | 125 StringRef Message, in emitDiagnostic() 193 void DiagnosticRenderer::emitBasicNote(StringRef Message) { in emitBasicNote() 442 llvm::raw_svector_ostream Message(MessageStorage); in emitMacroExpansions() local 465 llvm::raw_svector_ostream Message(MessageStorage); in emitMacroExpansions() local 482 llvm::raw_svector_ostream Message(MessageStorage); in emitIncludeLocation() local 494 llvm::raw_svector_ostream Message(MessageStorage); in emitImportLocation() local 507 llvm::raw_svector_ostream Message(MessageStorage); in emitBuildingModuleLocation() local
|
H A D | SerializedDiagnosticPrinter.cpp | 659 StringRef Message, in EmitDiagnosticMessage() 691 StringRef Message, in emitDiagnosticMessage() 756 void SDiagsRenderer::emitNote(SourceLocation Loc, StringRef Message, in emitNote() 864 unsigned Category, unsigned Flag, StringRef Message) { in visitDiagnosticRecord()
|
/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/ |
H A D | Diagnostics.h | 152 struct Message { struct 153 SourceRange Range; 154 ErrorType Type; 155 std::vector<std::string> Args;
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
H A D | PrettyStackTrace.h | 30 const char *Message; variable
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | constructor-convert.cpp | 9 static void error(const Twine &Message) {} in error()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | BitReader.cpp | 38 std::string Message; in LLVMParseBitcodeInContext() local 64 std::string Message; in LLVMGetBitcodeModuleInContext() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
H A D | PrettyDeclStackTrace.h | 35 const char *Message; variable
|
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/analysis/ |
H A D | analysis_ocaml.c | 28 char *Message; in llvm_verify_module() local
|
/minix3/external/bsd/llvm/dist/clang/tools/driver/ |
H A D | cc1_main.cpp | 44 static void LLVMErrorHandler(void *UserData, const std::string &Message, in LLVMErrorHandler()
|
/minix3/external/bsd/llvm/dist/llvm/tools/bugpoint/ |
H A D | ToolRunner.cpp | 270 std::string &Message, in createLLI() 409 static void lexCommand(std::string &Message, const std::string &CommandLine, in lexCommand() 445 std::string &Message, in createCustomCompiler() 460 std::string &Message, in createCustomExecutor() 554 std::string &Message, in createLLC() 646 std::string &Message, const std::vector<std::string> *Args) { in createJIT() 908 GCC *GCC::create(std::string &Message, in create()
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/ |
H A D | LogDiagnosticPrinter.h | 25 std::string Message; member
|
/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/ |
H A D | CommentHandlerTest.cpp | 19 std::string Message; member 108 void Match(const char *Message, unsigned Line, unsigned Col) { in Match()
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | PthreadLockChecker.cpp | 268 StringRef Message; in DestroyLock() local 303 StringRef Message; in InitLock() local
|
H A D | IdenticalExprChecker.cpp | 64 StringRef Message; in reportIdenticalExpr() local 239 StringRef Message; in checkComparisonOp() local
|
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/ |
H A D | YAMLParserTest.cpp | 33 static void ExpectParseError(StringRef Message, StringRef Input) { in ExpectParseError() 42 static void ExpectParseSuccess(StringRef Message, StringRef Input) { in ExpectParseSuccess()
|
/minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
H A D | CIndexDiagnostic.cpp | 44 std::string Message; member in __anon996bc3b20111::CXDiagnosticCustomNoteImpl 117 StringRef Message, in emitDiagnosticMessage() 144 void emitNote(SourceLocation Loc, StringRef Message, in emitNote()
|
/minix3/minix/drivers/power/acpi/utilities/ |
H A D | uterror.c | 296 const char *Message, in AcpiUtMethodError()
|
/minix3/minix/drivers/power/acpi/namespace/ |
H A D | nsutils.c | 77 const char *Message) in AcpiNsPrintNodePathname()
|