Home
last modified time | relevance | path

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

12

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
H A Dallocator_test.cc52 auto Expected = in TEST() local
71 auto Expected = in TEST() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCachePruning.h22 template <typename T> class Expected; variable
H A DError.h169 template <typename T> friend class Expected; variable
441 template <class OtherT> friend class Expected; variable
461 Expected(Error Err) in Expected() function
493 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } in Expected() function
H A Draw_ostream.h35 template <class T> class LLVM_NODISCARD Expected; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLLVM.h41 template <class T> class Expected; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DBackendUtil.h18 template <typename T> class Expected; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DSignals.cpp71 auto Expected = CallbackAndCookie::Status::Initialized; in RunSignalHandlers() local
87 auto Expected = CallbackAndCookie::Status::Empty; in insertSignalHandler() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dsetops.d237 auto Expected = [[1, 4], [1, 5], [1, 6], [2, 4], [2, 5], [2, 6], [3, 4], variable
241 foreach (pair; Expected) in foreach()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacapps.h107 #define ACPI_CHECK_STATUS(Name, Status, Expected) \ argument
/netbsd-src/external/bsd/ntp/dist/ntpd/
H A Dcheck_y2k.c410 time_t Expected; in main() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_basic_logging.cc376 uint8_t Expected = 0; in basicLoggingInit() local
444 uint8_t Expected = 0; in basicLoggingFinalize() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp434 const CodeGenInstruction *Expected = OpcodeP->getInstr(); in repartition() local
460 for (const CodeGenInstruction *Expected : OpcodesForThisPredicate) { in repartition() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dsetops.d239 auto Expected = [[1, 4], [1, 5], [1, 6], [2, 4], [2, 5], [2, 6], [3, 4], variable
243 foreach (pair; Expected) in foreach()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h127 LockKind Expected, LockKind Received, in handleIncorrectUnlockKind()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp176 Error expect(Kind Expected, StringRef Msg) { in expect()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DEvalEmitter.cpp20 template <typename T> using Expected = llvm::Expected<T>; typedef
H A DByteCodeExprGen.cpp22 template <typename T> using Expected = llvm::Expected<T>; typedef
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp242 const CXXRecordDecl *Expected = Ty->getPointeeCXXRecordDecl(); in regionMatchesCXXRecordType() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGAtomic.cpp373 llvm::Value *Expected = CGF.Builder.CreateLoad(Val1); in emitAtomicCmpXchg() local
1731 RValue Expected, RValue Desired, llvm::AtomicOrdering Success, in EmitAtomicCompareExchange()
2068 LValue Obj, RValue Expected, RValue Desired, SourceLocation Loc, in EmitAtomicCompareExchange()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceScriptParser.cpp34 RCParser::ParserError::ParserError(const Twine &Expected, const LocIter CurLoc, in ParserError()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp53 Unit Expected[] = { in TEST() local
779 Vec Res, Expected; in TEST() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h255 int64_t Expected = MatchTable[CurrentIdx++]; in executeMatchTable() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp716 MatchClassKind Expected = static_cast<MatchClassKind>(ExpectedKind); in validateTargetOperandClass() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp1125 static const char *matchFlagWithArg(StringRef Expected, in matchFlagWithArg()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFloat.h42 template <typename T> class Expected; variable

12