Home
last modified time | relevance | path

Searched refs:ErrorCode (Results 1 – 10 of 10) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h128 enum ErrorCode { enum
147 static std::pair<GlobalModuleIndex *, ErrorCode>
198 static ErrorCode writeIndex(FileManager &FileMgr, StringRef Path);
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXCompilationDatabase.cpp14 CXCompilationDatabase_Error *ErrorCode) in clang_CompilationDatabase_fromDirectory() argument
27 if (ErrorCode) in clang_CompilationDatabase_fromDirectory()
28 *ErrorCode = Err; in clang_CompilationDatabase_fromDirectory()
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/
H A DConvertUTFTest.cpp70 ConversionResult ErrorCode; member
73 ConvertUTFResultContainer(ConversionResult ErrorCode) in ConvertUTFResultContainer()
74 : ErrorCode(ErrorCode) {} in ConvertUTFResultContainer()
110 auto ErrorCode = in ConvertUTF8ToUnicodeScalarsLenient() local
116 return std::make_pair(ErrorCode, Decoded); in ConvertUTF8ToUnicodeScalarsLenient()
127 auto ErrorCode = ConvertUTF8toUTF32Partial( in ConvertUTF8ToUnicodeScalarsPartialLenient() local
133 return std::make_pair(ErrorCode, Decoded); in ConvertUTF8ToUnicodeScalarsPartialLenient()
139 ConversionResult ErrorCode; in CheckConvertUTF8ToUnicodeScalars() local
142 std::tie(ErrorCode, Decoded) = ConvertUTF8ToUnicodeScalarsLenient(S); in CheckConvertUTF8ToUnicodeScalars()
144 std::tie(ErrorCode, Decoded) = ConvertUTF8ToUnicodeScalarsPartialLenient(S); in CheckConvertUTF8ToUnicodeScalars()
[all …]
/minix3/external/bsd/llvm/dist/clang/include/clang-c/
H A DCXCompilationDatabase.h81 CXCompilationDatabase_Error *ErrorCode);
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp505 std::string ErrorCode = in emitModuleFlags() local
508 if (!ErrorCode.empty()) in emitModuleFlags()
511 ErrorCode + "."); in emitModuleFlags()
544 std::string ErrorCode = in getExplicitSectionGlobal() local
547 if (!ErrorCode.empty()) { in getExplicitSectionGlobal()
551 GV->getSection() + "': " + ErrorCode + "."); in getExplicitSectionGlobal()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DErrorOr.h97 ErrorOr(E ErrorCode,
102 new (getErrorStorage()) std::error_code(make_error_code(ErrorCode)); in HasError()
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp556 int ErrorCode = checkAllExpressions(Checker); in linkAndVerify() local
560 ErrorCode = 1; in linkAndVerify()
563 return ErrorCode; in linkAndVerify()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp234 std::pair<GlobalModuleIndex *, GlobalModuleIndex::ErrorCode>
766 GlobalModuleIndex::ErrorCode
H A DASTReader.cpp3577 std::pair<GlobalModuleIndex *, GlobalModuleIndex::ErrorCode> Result in loadGlobalIndex()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1075 std::string ErrorCode = in ShouldInstrumentGlobal() local
1079 if (!ErrorCode.empty()) { in ShouldInstrumentGlobal()
1081 "': " + ErrorCode + "."); in ShouldInstrumentGlobal()