Searched refs:ErrorCode (Results 1 - 12 of 12) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h130 enum ErrorCode { enum in class:clang::GlobalModuleIndex
149 static std::pair<GlobalModuleIndex *, ErrorCode>
201 static ErrorCode writeIndex(FileManager &FileMgr,
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang-c/
H A DCXCompilationDatabase.h81 CXCompilationDatabase_Error *ErrorCode);
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DErrorOr.h98 ErrorOr(E ErrorCode, argument
103 new (getErrorStorage()) std::error_code(make_error_code(ErrorCode));
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp493 std::string ErrorCode = local
496 if (!ErrorCode.empty())
499 ErrorCode + ".");
531 std::string ErrorCode = local
534 if (!ErrorCode.empty()) {
538 GV->getSection() + "': " + ErrorCode + ".");
/freebsd-11.0-release/contrib/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp689 int ErrorCode = checkAllExpressions(Checker); local
694 return ErrorCode;
/freebsd-11.0-release/sys/boot/efi/include/
H A Defipxebc.h104 UINT8 ErrorCode; member in struct:__anon7394
/freebsd-11.0-release/sys/dev/ce/
H A Dceddk.c229 error = req->ErrorCode;
287 error = req->ErrorCode;
362 if (req->ErrorCode)
364 req->ErrorCode));
H A Dtau32-ddk.h396 unsigned __int32 ErrorCode; /* out */ member in struct:tag_TAU32_UserRequest
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp235 std::pair<GlobalModuleIndex *, GlobalModuleIndex::ErrorCode>
767 GlobalModuleIndex::ErrorCode
H A DASTReader.cpp3415 std::pair<GlobalModuleIndex *, GlobalModuleIndex::ErrorCode> Result
/freebsd-11.0-release/sys/dev/arcmsr/
H A Darcmsr.h1236 u_int8_t ErrorCode:7; member in struct:SENSE_DATA
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1238 std::string ErrorCode = MCSectionMachO::ParseSectionSpecifier( local
1240 assert(ErrorCode.empty() && "Invalid section specifier.");

Completed in 327 milliseconds