Home
last modified time | relevance | path

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

12

/freebsd-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)); } Expected() function
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DCachePruning.h23 template <typename T> class Expected; variable
H A DError.h172 template <typename T> friend class Expected; global() variable
476 template <class OtherT> friend class Expected; global() variable
496 Expected(Error Err) Expected() function
528 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } Expected() function
[all...]
H A Draw_ostream.h37 template <class T> class [[nodiscard]] Expected; variable
/freebsd-src/contrib/llvm-project/lld/include/lld/Common/
H A DLLVM.h37 template <typename T> class Expected; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DLLVM.h37 template <class T> class Expected; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/CodeGen/
H A DBackendUtil.h18 template <typename T> class Expected; variable
/freebsd-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
/freebsd-src/sys/contrib/dev/acpica/include/
H A Dacapps.h208 #define ACPI_CHECK_STATUS(Name, Status, Expected) \ argument
/freebsd-src/contrib/ntp/ntpd/
H A Dcheck_y2k.c408 time_t Expected; in main() local
/freebsd-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
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h132 LockKind Expected, LockKind Received, in handleIncorrectUnlockKind()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp142 const SmallVector<wasm::ValType, 4> &Expected = in checkBr() local
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp172 Error expect(Kind Expected, StringRef Msg) { in expect() argument
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp245 const CXXRecordDecl *Expected = Ty->getPointeeCXXRecordDecl(); in regionMatchesCXXRecordType() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp26 enum class LVCompareIndex { Header, Expected, Missing, Added }; enumerator
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp382 llvm::Value *Expected = CGF.Builder.CreateLoad(Val1); emitAtomicCmpXchg() local
1886 EmitAtomicCompareExchange(RValue Expected,RValue Desired,llvm::AtomicOrdering Success,llvm::AtomicOrdering Failure,bool IsWeak) EmitAtomicCompareExchange() argument
2215 EmitAtomicCompareExchange(LValue Obj,RValue Expected,RValue Desired,SourceLocation Loc,llvm::AtomicOrdering Success,llvm::AtomicOrdering Failure,bool IsWeak,AggValueSlot Slot) EmitAtomicCompareExchange() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp2117 int Expected = IntRegs; in tryARMPackedUnwind() local
2160 int Expected = IntRegs; in tryARMPackedUnwind() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp742 MatchClassKind Expected = static_cast<MatchClassKind>(ExpectedKind); validateTargetOperandClass() local
/freebsd-src/contrib/ntp/parseutil/
H A Ddcfd.c1304 time_t Expected; in check_y2k() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h41 template <typename T> class Expected; global() variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h307 uint64_t Expected = readULEB(); executeMatchTable() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp1284 matchFlagWithArg(StringRef Expected,ArrayRef<const char * >::iterator & ArgIt,ArrayRef<const char * > Args) matchFlagWithArg() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h22 template <typename T> class Expected; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h522 TryConsumeToken(tok::TokenKind Expected) TryConsumeToken() argument
532 TryConsumeToken(tok::TokenKind Expected,SourceLocation & Loc) TryConsumeToken() argument

12