Home
last modified time | relevance | path

Searched defs:Expected (Results 1 – 25 of 42) sorted by relevance

12

/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Derror.h39 template <typename T> friend class Expected; variable
187 template <class OtherT> friend class Expected; variable
202 Expected(Error Err) : HasError(true), Unchecked(true) { in Expected() function
216 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } in Expected() function
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/tests/unit/
H A Dallocator_test.cpp51 auto Expected = in TEST() local
70 auto Expected = in TEST() local
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DSignals.cpp99 auto Expected = CallbackAndCookie::Status::Initialized; in RunSignalHandlers() local
114 auto Expected = CallbackAndCookie::Status::Empty; in insertSignalHandler() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DCachePruning.h23 template <typename T> class Expected; variable
H A DError.h168 template <typename T> friend class Expected; variable
472 template <class OtherT> friend class Expected; variable
492 Expected(Error Err) in Expected() function
524 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } in Expected() function
H A Draw_ostream.h37 template <class T> class [[nodiscard]] Expected; variable
/openbsd-src/gnu/llvm/lld/include/lld/Common/
H A DLLVM.h37 template <typename T> class Expected; variable
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DLLVM.h41 template <class T> class Expected; variable
/openbsd-src/gnu/llvm/clang/include/clang/CodeGen/
H A DBackendUtil.h18 template <typename T> class Expected; variable
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/tests/
H A DFuzzedDataProviderUnittest.cpp143 std::vector<signed char> Expected(Data + 1 + 10 + 24, Data + sizeof(Data)); in TEST() local
432 std::vector<uint8_t> Expected(Data, Data + sizeof(Buffer)); in TEST() local
H A DFuzzerUnittest.cpp55 Unit Expected[] = { in TEST() local
1182 Vec Res, Expected; in TEST() local
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp375 uint8_t Expected = 0; in basicLoggingInit() local
443 uint8_t Expected = 0; in basicLoggingFinalize() local
/openbsd-src/gnu/llvm/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp434 const CodeGenInstruction *Expected = OpcodeP->getInstr(); in repartition() local
460 for (const CodeGenInstruction *Expected : OpcodesForThisPredicate) { in repartition() local
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h126 LockKind Expected, LockKind Received, in handleIncorrectUnlockKind()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp169 Error expect(Kind Expected, StringRef Msg) { in expect()
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DEvalEmitter.cpp20 template <typename T> using Expected = llvm::Expected<T>; typedef
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp244 const CXXRecordDecl *Expected = Ty->getPointeeCXXRecordDecl(); in regionMatchesCXXRecordType() local
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Drelease_test.cpp112 std::string Expected(TestCase, in TEST() local
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp26 enum class LVCompareIndex { Header, Expected, Missing, Added }; enumerator
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGAtomic.cpp382 llvm::Value *Expected = CGF.Builder.CreateLoad(Val1); in emitAtomicCmpXchg() local
1785 RValue Expected, RValue Desired, llvm::AtomicOrdering Success, in EmitAtomicCompareExchange()
2117 LValue Obj, RValue Expected, RValue Desired, SourceLocation Loc, in EmitAtomicCompareExchange()
/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceScriptParser.cpp34 RCParser::ParserError::ParserError(const Twine &Expected, const LocIter CurLoc, in ParserError()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCWin64EH.cpp2105 int Expected = IntRegs; in tryARMPackedUnwind() local
2148 int Expected = IntRegs; in tryARMPackedUnwind() local
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h256 int64_t Expected = MatchTable[CurrentIdx++]; in executeMatchTable() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp743 MatchClassKind Expected = static_cast<MatchClassKind>(ExpectedKind); in validateTargetOperandClass() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPFloat.h41 template <typename T> class Expected; variable

12