/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/ |
H A D | allocator_test.cc | 52 auto Expected = in TEST() local 71 auto Expected = in TEST() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | CachePruning.h | 22 template <typename T> class Expected; variable
|
H A D | Error.h | 169 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 D | raw_ostream.h | 35 template <class T> class LLVM_NODISCARD Expected; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | LLVM.h | 41 template <class T> class Expected; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/ |
H A D | BackendUtil.h | 18 template <typename T> class Expected; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | Signals.cpp | 71 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 D | setops.d | 237 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 D | acapps.h | 107 #define ACPI_CHECK_STATUS(Name, Status, Expected) \ argument
|
/netbsd-src/external/bsd/ntp/dist/ntpd/ |
H A D | check_y2k.c | 410 time_t Expected; in main() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
H A D | xray_basic_logging.cc | 376 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 D | GIMatchTree.cpp | 434 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 D | setops.d | 239 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 D | ThreadSafety.h | 127 LockKind Expected, LockKind Received, in handleIncorrectUnlockKind()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | COFFModuleDefinition.cpp | 176 Error expect(Kind Expected, StringRef Msg) { in expect()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | EvalEmitter.cpp | 20 template <typename T> using Expected = llvm::Expected<T>; typedef
|
H A D | ByteCodeExprGen.cpp | 22 template <typename T> using Expected = llvm::Expected<T>; typedef
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | Store.cpp | 242 const CXXRecordDecl *Expected = Ty->getPointeeCXXRecordDecl(); in regionMatchesCXXRecordType() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGAtomic.cpp | 373 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 D | ResourceScriptParser.cpp | 34 RCParser::ParserError::ParserError(const Twine &Expected, const LocIter CurLoc, in ParserError()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/tests/ |
H A D | FuzzerUnittest.cpp | 53 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 D | InstructionSelectorImpl.h | 255 int64_t Expected = MatchTable[CurrentIdx++]; in executeMatchTable() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/AsmParser/ |
H A D | AVRAsmParser.cpp | 716 MatchClassKind Expected = static_cast<MatchClassKind>(ExpectedKind); in validateTargetOperandClass() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ar/ |
H A D | llvm-ar.cpp | 1125 static const char *matchFlagWithArg(StringRef Expected, in matchFlagWithArg()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | APFloat.h | 42 template <typename T> class Expected; variable
|