Home
last modified time | relevance | path

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

12

/freebsd/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
/freebsd/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
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DLLVM.h37 template <typename T> class Expected; variable
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLLVM.h37 template <class T> class Expected; variable
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSignals.cpp99 auto Expected = CallbackAndCookie::Status::Initialized; RunSignalHandlers() local
114 auto Expected = CallbackAndCookie::Status::Empty; insertSignalHandler() local
/freebsd/sys/contrib/dev/acpica/include/
H A Dacapps.h208 #define ACPI_CHECK_STATUS(Name, Status, Expected) \ argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMIRFormatter.cpp101 bool Expected = Src.consume_front(".id0_"); in parseSDelayAluImmMnemonic() local
/freebsd/contrib/ntp/ntpd/
H A Dcheck_y2k.c408 time_t Expected; in main() local
/freebsd/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/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp172 Error expect(Kind Expected, StringRef Msg) { in expect()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp142 const SmallVector<wasm::ValType, 4> &Expected = in checkBr() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp245 const CXXRecordDecl *Expected = Ty->getPointeeCXXRecordDecl(); in regionMatchesCXXRecordType() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp26 enum class LVCompareIndex { Header, Expected, Missing, Added }; enumerator
/freebsd/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()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp2108 int Expected = IntRegs; tryARMPackedUnwind() local
2151 int Expected = IntRegs; tryARMPackedUnwind() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp749 MatchClassKind Expected = static_cast<MatchClassKind>(ExpectedKind); in validateTargetOperandClass() local
/freebsd/contrib/ntp/parseutil/
H A Ddcfd.c1304 time_t Expected; in check_y2k() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h314 uint64_t Expected = readULEB(); in executeMatchTable() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h42 template <typename T> class Expected; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp1295 static const char *matchFlagWithArg(StringRef Expected, in matchFlagWithArg()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h22 template <typename T> class Expected; variable
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h556 bool TryConsumeToken(tok::TokenKind Expected) { in TryConsumeToken()
566 bool TryConsumeToken(tok::TokenKind Expected, SourceLocation &Loc) { in TryConsumeToken()

12