Searched refs:Message (Results 126 - 139 of 139) sorted by relevance

123456

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3053 StringLiteral *Message,
3056 return new (C, DC) StaticAssertDecl(DC, StaticAssertLoc, AssertExpr, Message,
H A DDecl.cpp87 OS << Message; local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h472 char *LLVMCreateMessage(const char *Message);
473 void LLVMDisposeMessage(char *Message);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp416 static Error error(const Twine &Message) { argument
418 Message, make_error_code(BitcodeError::CorruptedBitcode));
H A DBitcodeReader.cpp103 static Error error(const Twine &Message) { argument
105 Message, make_error_code(BitcodeError::CorruptedBitcode));
447 Error error(const Twine &Message);
452 Error BitcodeReaderBase::error(const Twine &Message) { argument
453 std::string FullMsg = Message.str();
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp224 static void error(Twine Message, Twine Path = Twine()) { argument
226 WithColor::error(errs(), ToolName) << Path << ": " << Message << ".\n"; local
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp351 std::string Message = local
354 PrintFatalError(EC->getLoc(), Message);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp65 char *LLVMCreateMessage(const char *Message) { argument
66 return strdup(Message);
69 void LLVMDisposeMessage(char *Message) { argument
70 free(Message);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h2899 CXString Message; member in struct:CXPlatformAvailability
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2864 StringRef Message, bool IsStrict, StringRef Replacement,
11844 void CheckObjCCircularContainer(ObjCMessageExpr *Message);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2375 D->Message = cast_or_null<StringLiteral>(Record.readExpr());
H A DASTWriter.cpp2539 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Blob)); // Message
2666 Stream.EmitRecordWithBlob(ConflictAbbrev, Record, C.Message);
H A DASTReader.cpp4332 Conflict.Message = Unresolved.String.str();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8571 const Twine &Message) {
8573 Ctx.emitError(CS.getInstruction(), Message);
8570 emitInlineAsmError(ImmutableCallSite CS, const Twine &Message) argument

Completed in 725 milliseconds

123456