Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSLRootSignature.cpp143 TokenKind Expected[] = { in parseRootFlags() local
1014 TokenKind Expected[] = { in parseShaderVisibility() local
1044 TokenKind Expected[] = { in parseSamplerFilter() local
1074 TokenKind Expected[] = { in parseTextureAddressMode() local
1104 TokenKind Expected[] = { in parseComparisonFunc() local
1134 TokenKind Expected[] = { in parseStaticBorderColor() local
1173 TokenKind Expected[] = { in parseRootDescriptorFlags() local
1217 TokenKind Expected[] = { in parseDescriptorRangeFlags() local
1367 bool RootSignatureParser::peekExpectedToken(TokenKind Expected) { in peekExpectedToken()
1376 bool RootSignatureParser::consumeExpectedToken(TokenKind Expected, in consumeExpectedToken()
[all …]
/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/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h142 LockKind Expected, LockKind Received, in handleIncorrectUnlockKind()
249 Name Expected, Name Actual) {} in handleUnmatchedUnderlyingMutexes()
260 Name Expected) {} in handleExpectMoreUnderlyingMutexes()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCachePruning.h24 template <typename T> class Expected; variable
H A DError.h174 template <typename T> friend class Expected; variable
487 template <class OtherT> friend class Expected; variable
507 Expected(Error &&Err) in Expected() function
539 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } in Expected() function
H A Draw_ostream.h38 template <class T> class [[nodiscard]] Expected; variable
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLLVM.h37 template <class T> class 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/CodeGen/
H A DBackendUtil.h18 template <typename T> class Expected; variable
/freebsd/sys/contrib/dev/acpica/include/
H A Dacapps.h208 #define ACPI_CHECK_STATUS(Name, Status, Expected) \ argument
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSignals.cpp99 auto Expected = CallbackAndCookie::Status::Initialized; in RunSignalHandlers() local
114 auto Expected = CallbackAndCookie::Status::Empty; in insertSignalHandler() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMIRFormatter.cpp100 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/clang/lib/CodeGen/TargetBuiltins/
H A DWebAssembly.cpp65 Value *Expected = EmitScalarExpr(E->getArg(1)); in EmitWebAssemblyBuiltinExpr() local
72 Value *Expected = EmitScalarExpr(E->getArg(1)); in EmitWebAssemblyBuiltinExpr() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp172 Error expect(Kind Expected, StringRef Msg) { in expect()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp247 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/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h316 uint64_t Expected = readULEB(); in executeMatchTable() local
332 uint64_t Expected = readULEB(); in executeMatchTable() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp384 llvm::Value *Expected = CGF.Builder.CreateLoad(Val1); in emitAtomicCmpXchg() local
1724 RValue Expected, RValue Desired, llvm::AtomicOrdering Success, in EmitAtomicCompareExchange()
2064 LValue Obj, RValue Expected, RValue Desired, SourceLocation Loc, in EmitAtomicCompareExchange()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp2323 int Expected = IntRegs; in tryARMPackedUnwind() local
2366 int Expected = IntRegs; in tryARMPackedUnwind() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h35 template <typename T> class Expected; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp751 MatchClassKind Expected = static_cast<MatchClassKind>(ExpectedKind); in validateTargetOperandClass() local
/freebsd/contrib/ntp/parseutil/
H A Ddcfd.c1304 time_t Expected; in check_y2k() local

12