/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CachePruning.h | 23 template <typename T> class Expected; variable
|
H A D | Error.h | 175 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 D | raw_ostream.h | 37 template <class T> class [[nodiscard]] Expected; variable
|
/freebsd/contrib/llvm-project/lld/include/lld/Common/ |
H A D | LLVM.h | 37 template <typename T> class Expected; variable
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | LLVM.h | 37 template <class T> class Expected; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Signals.cpp | 99 auto Expected = CallbackAndCookie::Status::Initialized; RunSignalHandlers() local 114 auto Expected = CallbackAndCookie::Status::Empty; insertSignalHandler() local
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | acapps.h | 208 #define ACPI_CHECK_STATUS(Name, Status, Expected) \ argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMIRFormatter.cpp | 101 bool Expected = Src.consume_front(".id0_"); in parseSDelayAluImmMnemonic() local
|
/freebsd/contrib/ntp/ntpd/ |
H A D | check_y2k.c | 408 time_t Expected; in main() local
|
/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
H A D | GIMatchTree.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | COFFModuleDefinition.cpp | 172 Error expect(Kind Expected, StringRef Msg) { in expect()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmTypeCheck.cpp | 142 const SmallVector<wasm::ValType, 4> &Expected = in checkBr() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | Store.cpp | 245 const CXXRecordDecl *Expected = Ty->getPointeeCXXRecordDecl(); in regionMatchesCXXRecordType() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVCompare.cpp | 26 enum class LVCompareIndex { Header, Expected, Missing, Added }; enumerator
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGAtomic.cpp | 385 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 D | MCWin64EH.cpp | 2108 int Expected = IntRegs; tryARMPackedUnwind() local 2151 int Expected = IntRegs; tryARMPackedUnwind() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/ |
H A D | AVRAsmParser.cpp | 749 MatchClassKind Expected = static_cast<MatchClassKind>(ExpectedKind); in validateTargetOperandClass() local
|
/freebsd/contrib/ntp/parseutil/ |
H A D | dcfd.c | 1304 time_t Expected; in check_y2k() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | GIMatchTableExecutorImpl.h | 314 uint64_t Expected = readULEB(); in executeMatchTable() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | APFloat.h | 42 template <typename T> class Expected; variable
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/ |
H A D | llvm-ar.cpp | 1295 static const char *matchFlagWithArg(StringRef Expected, in matchFlagWithArg()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | XCOFF.h | 22 template <typename T> class Expected; variable
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 556 bool TryConsumeToken(tok::TokenKind Expected) { in TryConsumeToken() 566 bool TryConsumeToken(tok::TokenKind Expected, SourceLocation &Loc) { in TryConsumeToken()
|