/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/ |
Error.h | 165 // Expected<T> needs to be able to steal the payload when constructed from an 167 template <typename T> friend class Expected; 307 /// the type system. This allows to catch invalid conversion to Expected<T> at 587 /// only where an error can be considered a reasonable and expected return 645 template <class T> class LLVM_NODISCARD Expected { 647 template <class OtherT> friend class Expected; 666 /// Create an Expected<T> error value from the given Error. 667 Expected(Error Err) 670 // Expected is unchecked upon construction in Debug builds. 674 assert(Err && "Cannot create Expected<T> from Error success value.") [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/ |
Error.h | 165 // Expected<T> needs to be able to steal the payload when constructed from an 167 template <typename T> friend class Expected; 307 /// the type system. This allows to catch invalid conversion to Expected<T> at 587 /// only where an error can be considered a reasonable and expected return 645 template <class T> class LLVM_NODISCARD Expected { 647 template <class OtherT> friend class Expected; 666 /// Create an Expected<T> error value from the given Error. 667 Expected(Error Err) 670 // Expected is unchecked upon construction in Debug builds. 674 assert(Err && "Cannot create Expected<T> from Error success value.") [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/ |
Error.h | 165 // Expected<T> needs to be able to steal the payload when constructed from an 167 template <typename T> friend class Expected; 307 /// the type system. This allows to catch invalid conversion to Expected<T> at 416 template <class T> class LLVM_NODISCARD Expected { 418 template <class OtherT> friend class Expected; 437 /// Create an Expected<T> error value from the given Error. 438 Expected(Error Err) 441 // Expected is unchecked upon construction in Debug builds. 445 assert(Err && "Cannot create Expected<T> from Error success value."); 450 /// Expected<T> foo() { return Error::success(); } which compiles otherwis [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/ |
Error.h | 165 // Expected<T> needs to be able to steal the payload when constructed from an 167 template <typename T> friend class Expected; 307 /// the type system. This allows to catch invalid conversion to Expected<T> at 416 template <class T> class LLVM_NODISCARD Expected { 418 template <class OtherT> friend class Expected; 437 /// Create an Expected<T> error value from the given Error. 438 Expected(Error Err) 441 // Expected is unchecked upon construction in Debug builds. 445 assert(Err && "Cannot create Expected<T> from Error success value."); 450 /// Expected<T> foo() { return Error::success(); } which compiles otherwis [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/ |
Error.h | 165 // Expected<T> needs to be able to steal the payload when constructed from an 167 template <typename T> friend class Expected; 307 /// the type system. This allows to catch invalid conversion to Expected<T> at 416 template <class T> class LLVM_NODISCARD Expected { 418 template <class OtherT> friend class Expected; 437 /// Create an Expected<T> error value from the given Error. 438 Expected(Error Err) 441 // Expected is unchecked upon construction in Debug builds. 445 assert(Err && "Cannot create Expected<T> from Error success value."); 450 /// Expected<T> foo() { return Error::success(); } which compiles otherwis [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/ |
Error.h | 165 // Expected<T> needs to be able to steal the payload when constructed from an 167 template <typename T> friend class Expected; 307 /// the type system. This allows to catch invalid conversion to Expected<T> at 416 template <class T> class LLVM_NODISCARD Expected { 418 template <class OtherT> friend class Expected; 437 /// Create an Expected<T> error value from the given Error. 438 Expected(Error Err) 441 // Expected is unchecked upon construction in Debug builds. 445 assert(Err && "Cannot create Expected<T> from Error success value."); 450 /// Expected<T> foo() { return Error::success(); } which compiles otherwis [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
Error.h | 161 // Expected<T> needs to be able to steal the payload when constructed from an 163 template <typename T> friend class Expected; 295 /// the type system. This allows to catch invalid conversion to Expected<T> at 573 /// only where an error can be considered a reasonable and expected return 631 template <class T> class LLVM_NODISCARD Expected { 632 template <class OtherT> friend class Expected; 649 /// Create an Expected<T> error value from the given Error. 650 Expected(Error Err) 653 // Expected is unchecked upon construction in Debug builds. 657 assert(Err && "Cannot create Expected<T> from Error success value.") [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/ |
Error.h | 165 // Expected<T> needs to be able to steal the payload when constructed from an 167 template <typename T> friend class Expected; 307 /// the type system. This allows to catch invalid conversion to Expected<T> at 587 /// only where an error can be considered a reasonable and expected return 645 template <class T> class LLVM_NODISCARD Expected { 647 template <class OtherT> friend class Expected; 666 /// Create an Expected<T> error value from the given Error. 667 Expected(Error Err) 670 // Expected is unchecked upon construction in Debug builds. 674 assert(Err && "Cannot create Expected<T> from Error success value.") [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/ |
Error.h | 165 // Expected<T> needs to be able to steal the payload when constructed from an 167 template <typename T> friend class Expected; 307 /// the type system. This allows to catch invalid conversion to Expected<T> at 587 /// only where an error can be considered a reasonable and expected return 645 template <class T> class LLVM_NODISCARD Expected { 647 template <class OtherT> friend class Expected; 666 /// Create an Expected<T> error value from the given Error. 667 Expected(Error Err) 670 // Expected is unchecked upon construction in Debug builds. 674 assert(Err && "Cannot create Expected<T> from Error success value.") [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/ |
Error.h | 165 // Expected<T> needs to be able to steal the payload when constructed from an 167 template <typename T> friend class Expected; 307 /// the type system. This allows to catch invalid conversion to Expected<T> at 416 template <class T> class LLVM_NODISCARD Expected { 418 template <class OtherT> friend class Expected; 437 /// Create an Expected<T> error value from the given Error. 438 Expected(Error Err) 441 // Expected is unchecked upon construction in Debug builds. 445 assert(Err && "Cannot create Expected<T> from Error success value."); 450 /// Expected<T> foo() { return Error::success(); } which compiles otherwis [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/ |
Error.h | 165 // Expected<T> needs to be able to steal the payload when constructed from an 167 template <typename T> friend class Expected; 307 /// the type system. This allows to catch invalid conversion to Expected<T> at 416 template <class T> class LLVM_NODISCARD Expected { 418 template <class OtherT> friend class Expected; 437 /// Create an Expected<T> error value from the given Error. 438 Expected(Error Err) 441 // Expected is unchecked upon construction in Debug builds. 445 assert(Err && "Cannot create Expected<T> from Error success value."); 450 /// Expected<T> foo() { return Error::success(); } which compiles otherwis [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/ |
Error.h | 165 // Expected<T> needs to be able to steal the payload when constructed from an 167 template <typename T> friend class Expected; 307 /// the type system. This allows to catch invalid conversion to Expected<T> at 416 template <class T> class LLVM_NODISCARD Expected { 418 template <class OtherT> friend class Expected; 437 /// Create an Expected<T> error value from the given Error. 438 Expected(Error Err) 441 // Expected is unchecked upon construction in Debug builds. 445 assert(Err && "Cannot create Expected<T> from Error success value."); 450 /// Expected<T> foo() { return Error::success(); } which compiles otherwis [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/ |
Error.h | 165 // Expected<T> needs to be able to steal the payload when constructed from an 167 template <typename T> friend class Expected; 307 /// the type system. This allows to catch invalid conversion to Expected<T> at 416 template <class T> class LLVM_NODISCARD Expected { 418 template <class OtherT> friend class Expected; 437 /// Create an Expected<T> error value from the given Error. 438 Expected(Error Err) 441 // Expected is unchecked upon construction in Debug builds. 445 assert(Err && "Cannot create Expected<T> from Error success value."); 450 /// Expected<T> foo() { return Error::success(); } which compiles otherwis [all...] |
/device/linaro/bootloader/edk2/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/ |
FwBlockService.c | 819 UINT16 Expected;
821 Expected =
824 DEBUG ((EFI_D_INFO, "FV@%p Checksum is 0x%x, expected 0x%x\n",
825 FwVolHeader, FwVolHeader->Checksum, Expected));
[all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
Store.cpp | 228 const CXXRecordDecl *Expected = Ty->getPointeeCXXRecordDecl(); 229 if (!Expected) 230 Expected = Ty->getAsCXXRecordDecl(); 232 return Expected->getCanonicalDecl() == RD->getCanonicalDecl();
|
/external/clang/unittests/Basic/ |
VirtualFileSystemTest.cpp | 377 SmallVector<StringRef, 4> Expected(ExpectedOut.begin(), ExpectedOut.end()); 386 std::sort(Expected.begin(), Expected.end()); 387 EXPECT_EQ(InputToCheck.size(), Expected.size()); 389 unsigned LastElt = std::min(InputToCheck.size(), Expected.size()); 391 EXPECT_EQ(StringRef(InputToCheck[Idx]), Expected[Idx]); [all...] |
/external/clang/unittests/Tooling/ |
RefactoringTest.cpp | 475 std::vector<Range> Expected = {Range(0, 4), Range(7, 2), Range(12, 5)}; 476 EXPECT_EQ(Expected, calculateRangesAfterReplacements(Replaces, Ranges)); 482 std::vector<Range> Expected = {Range(5, 2), Range(10, 5), Range(20, 4)}; 483 EXPECT_EQ(Expected, calculateRangesAfterReplacements(Replaces, Ranges)); 491 std::vector<Range> Expected = {Range(0, 2), Range(3, 4), Range(10, 5), 493 EXPECT_EQ(Expected, calculateRangesAfterReplacements(Replaces, Ranges)); 501 std::vector<Range> Expected = {Range(0, 2), Range(3, 0), Range(4, 4), 503 EXPECT_EQ(Expected, calculateRangesAfterReplacements(Replaces, Ranges)); 512 std::vector<Range> Expected = {Range(0, 1), Range(2, 4), Range(12, 5), 514 EXPECT_EQ(Expected, calculateRangesAfterReplacements(Replaces, Ranges)) [all...] |
/external/llvm/lib/Fuzzer/test/ |
FuzzerUnittest.cpp | 28 Unit Expected[] = { 73 for (const Unit &U : Expected)
|
/external/llvm/unittests/ADT/ |
StringRefTest.cpp | 152 SmallVector<StringRef, 5> expected; local 154 expected.push_back("ab"); expected.push_back("c"); 156 EXPECT_TRUE(parts == expected); 158 expected.clear(); parts.clear(); 159 expected.push_back(""); expected.push_back("ab"); expected.push_back(""); 160 expected.push_back("c"); expected.push_back("") [all...] |
/external/clang/unittests/Format/ |
FormatTest.cpp | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
vktAtomicOperationTests.cpp | 195 struct Expected 200 Expected (T inout, T output0, T output1) 266 // Expected results are collected to this vector. 267 vector<Expected<T> > exp; 273 exp.push_back(Expected<T>(originalInout + input0 + input1, originalInout, originalInout + input0)); 274 exp.push_back(Expected<T>(originalInout + input0 + input1, originalInout + input1, originalInout)); 280 exp.push_back(Expected<T>(originalInout & input0 & input1, originalInout, originalInout & input0)); 281 exp.push_back(Expected<T>(originalInout & input0 & input1, originalInout & input1, originalInout)); 287 exp.push_back(Expected<T>(originalInout | input0 | input1, originalInout, originalInout | input0)); 288 exp.push_back(Expected<T>(originalInout | input0 | input1, originalInout | input1, originalInout)) [all...] |
/external/deqp/modules/internal/ |
ditFrameworkTests.cpp | 56 enum Expected { NO_MATCH, MATCH_GROUP, MATCH_CASE, EXPECTED_LAST }; 59 Expected expected; member in struct:dit::__anon18905::MatchCase 62 const char* getMatchCaseExpectedDesc (MatchCase::Expected expected) 70 return de::getSizedArrayElement<MatchCase::EXPECTED_LAST>(descs, expected); 114 << ", expecting " << getMatchCaseExpectedDesc(curCase.expected) 120 if ((matchGroup == (curCase.expected == MatchCase::MATCH_GROUP)) && 121 (matchCase == (curCase.expected == MatchCase::MATCH_CASE))) 177 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Parsing failed as expected"); [all...] |
/frameworks/compile/slang/ |
slang_backend.cpp | [all...] |
/external/deqp/external/openglcts/modules/gles31/ |
es31cTextureGatherTests.cpp | 789 std::string str_if = " if (all(lessThanEqual(abs(tmp - " + Expected() + "), vec4(0.039)))) { \n"; 792 str_if = " if (tmp == " + Expected() + ") { \n"; 867 << tcu::TestLog::Message << "Expected Vec4(0, 255, 0, 255), got: " << data[0] << ", " << data[1] << ", " 874 virtual std::string Expected() 987 << tcu::TestLog::Message << "Expected Vec4(0, 1, 0, 1), got: " << data[0].x() << ", " << data[0].y() [all...] |
/external/spirv-llvm/lib/SPIRV/ |
OCL20ToSPIRV.cpp | 140 /// In atomic_compare_exchange, the expected value parameter is a pointer. 145 /// value in expected with the value pointed to by object. Though, it is not 582 Value *Expected = nullptr; 586 Expected = Args[1]; // temporary save second argument. 597 Instruction* Store = new StoreInst(NCI, Expected, NCI->getNextNode()); 804 // For atomic_compare_exchange the swap above puts Comparator/Expected [all...] |