Home
last modified time | relevance | path

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

12

/src/contrib/llvm-project/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
/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DCachePruning.h23 template <typename T> class Expected; variable
H A DError.h175 template <typename T> friend class Expected; variable
483 template <class OtherT> friend class Expected; variable
503 Expected(Error &&Err) in Expected() function
535 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } in Expected() function
H A Draw_ostream.h37 template <class T> class [[nodiscard]] Expected; variable
/src/contrib/llvm-project/lld/include/lld/Common/
H A DLLVM.h37 template <typename T> class Expected; variable
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DLLVM.h37 template <class T> class Expected; variable
/src/contrib/llvm-project/clang/include/clang/CodeGen/
H A DBackendUtil.h18 template <typename T> class Expected; variable
/src/contrib/llvm-project/llvm/lib/Support/
H A DSignals.cpp100 auto Expected = CallbackAndCookie::Status::Initialized; in RunSignalHandlers() local
115 auto Expected = CallbackAndCookie::Status::Empty; in insertSignalHandler() local
/src/sys/contrib/dev/acpica/include/
H A Dacapps.h208 #define ACPI_CHECK_STATUS(Name, Status, Expected) \ argument
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMIRFormatter.cpp101 bool Expected = Src.consume_front(".id0_"); in parseSDelayAluImmMnemonic() local
/src/contrib/ntp/ntpd/
H A Dcheck_y2k.c408 time_t Expected; in main() local
/src/contrib/llvm-project/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
/src/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp142 const SmallVector<wasm::ValType, 4> &Expected = in checkBr() local
/src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h132 LockKind Expected, LockKind Received, in handleIncorrectUnlockKind()
/src/contrib/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp172 Error expect(Kind Expected, StringRef Msg) { in expect()
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp245 const CXXRecordDecl *Expected = Ty->getPointeeCXXRecordDecl(); in regionMatchesCXXRecordType() local
/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp26 enum class LVCompareIndex { Header, Expected, Missing, Added }; enumerator
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp385 llvm::Value *Expected = CGF.Builder.CreateLoad(Val1); in emitAtomicCmpXchg() local
1680 RValue Expected, RValue Desired, llvm::AtomicOrdering Success, in EmitAtomicCompareExchange()
2020 LValue Obj, RValue Expected, RValue Desired, SourceLocation Loc, in EmitAtomicCompareExchange()
/src/contrib/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp2117 int Expected = IntRegs; in tryARMPackedUnwind() local
2160 int Expected = IntRegs; in tryARMPackedUnwind() local
/src/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp749 MatchClassKind Expected = static_cast<MatchClassKind>(ExpectedKind); in validateTargetOperandClass() local
/src/contrib/ntp/parseutil/
H A Ddcfd.c1304 time_t Expected; in check_y2k() local
/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h42 template <typename T> class Expected; variable
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h314 uint64_t Expected = readULEB(); in executeMatchTable() local
/src/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp1295 static const char *matchFlagWithArg(StringRef Expected, in matchFlagWithArg()
/src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h22 template <typename T> class Expected; variable

12