/openbsd-src/gnu/llvm/compiler-rt/lib/orc/ |
H A D | error.h | 39 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 D | allocator_test.cpp | 51 auto Expected = in TEST() local 70 auto Expected = in TEST() local
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | Signals.cpp | 99 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 D | CachePruning.h | 23 template <typename T> class Expected; variable
|
H A D | Error.h | 168 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 D | raw_ostream.h | 37 template <class T> class [[nodiscard]] Expected; variable
|
/openbsd-src/gnu/llvm/lld/include/lld/Common/ |
H A D | LLVM.h | 37 template <typename T> class Expected; variable
|
/openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
H A D | LLVM.h | 41 template <class T> class Expected; variable
|
/openbsd-src/gnu/llvm/clang/include/clang/CodeGen/ |
H A D | BackendUtil.h | 18 template <typename T> class Expected; variable
|
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/tests/ |
H A D | FuzzedDataProviderUnittest.cpp | 143 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 D | FuzzerUnittest.cpp | 55 Unit Expected[] = { in TEST() local 1182 Vec Res, Expected; in TEST() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/ |
H A D | xray_basic_logging.cpp | 375 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 D | GIMatchTree.cpp | 434 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 D | ThreadSafety.h | 126 LockKind Expected, LockKind Received, in handleIncorrectUnlockKind()
|
/openbsd-src/gnu/llvm/llvm/lib/Object/ |
H A D | COFFModuleDefinition.cpp | 169 Error expect(Kind Expected, StringRef Msg) { in expect()
|
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
H A D | EvalEmitter.cpp | 20 template <typename T> using Expected = llvm::Expected<T>; typedef
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | Store.cpp | 244 const CXXRecordDecl *Expected = Ty->getPointeeCXXRecordDecl(); in regionMatchesCXXRecordType() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
H A D | release_test.cpp | 112 std::string Expected(TestCase, in TEST() local
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVCompare.cpp | 26 enum class LVCompareIndex { Header, Expected, Missing, Added }; enumerator
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGAtomic.cpp | 382 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 D | ResourceScriptParser.cpp | 34 RCParser::ParserError::ParserError(const Twine &Expected, const LocIter CurLoc, in ParserError()
|
/openbsd-src/gnu/llvm/llvm/lib/MC/ |
H A D | MCWin64EH.cpp | 2105 int Expected = IntRegs; in tryARMPackedUnwind() local 2148 int Expected = IntRegs; in tryARMPackedUnwind() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | InstructionSelectorImpl.h | 256 int64_t Expected = MatchTable[CurrentIdx++]; in executeMatchTable() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/AsmParser/ |
H A D | AVRAsmParser.cpp | 743 MatchClassKind Expected = static_cast<MatchClassKind>(ExpectedKind); in validateTargetOperandClass() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | APFloat.h | 41 template <typename T> class Expected; variable
|