/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaAccess.cpp | 1532 DeclAccessPair Found) { in CheckUnresolvedLookupAccess() 1548 DeclAccessPair Found) { in CheckUnresolvedMemberAccess() 1613 DeclAccessPair Found, in CheckConstructorAccess() 1656 DeclAccessPair Found, in CheckConstructorAccess() 1699 DeclAccessPair Found, in CheckAllocationAccess() 1718 DeclAccessPair Found) { in CheckMemberAccess() 1735 DeclAccessPair Found) { in CheckMemberOperatorAccess() 1785 DeclAccessPair Found) { in CheckAddressOfMemberAccess()
|
H A D | SemaCXXScopeSpec.cpp | 368 LookupResult Found(*this, NNS->getAsIdentifier(), SourceLocation(), in FindFirstQualifierInScope() local 388 LookupResult Found(*this, &II, IdLoc, LookupNestedNameSpecifierName); in isNonTypeNestedNameSpecifier() local 491 LookupResult Found(*this, &Identifier, IdentifierLoc, in BuildCXXNestedNameSpecifier() local
|
H A D | SemaTemplateInstantiateDecl.cpp | 573 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName()); in VisitTypeAliasTemplateDecl() local 1065 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName()); in VisitClassTemplateDecl() local 1226 DeclContext::lookup_result Found in VisitClassTemplatePartialSpecializationDecl() local 1259 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName()); in VisitVarTemplateDecl() local 1311 DeclContext::lookup_result Found = Owner->lookup(VarTemplate->getDeclName()); in VisitVarTemplatePartialSpecializationDecl() local 2673 DeclContext::lookup_result Found in VisitClassTemplateSpecializationDecl() local 4646 if (auto Found = CurrentInstantiationScope->findInstantiationOf(D)) { in FindInstantiatedDecl() local 4801 DeclContext::lookup_result Found = ParentDC->lookup(D->getDeclName()); in FindInstantiatedDecl() local
|
H A D | SemaOverload.cpp | 1221 DeclAccessPair Found = ICS.UserDefined.FoundConversionFunction; in TryUserDefinedConversion() local 4303 DeclAccessPair Found; in TryReferenceInit() local 4735 DeclAccessPair Found; in TryListConversion() local 5356 DeclAccessPair Found = ExplicitConversions[0]; in diagnoseNoViableConversion() local 5394 DeclAccessPair &Found) { in recordConversion() 5611 DeclAccessPair Found = in PerformContextualImplicitConversion() local 5644 DeclAccessPair Found = ViableConversions[0]; in PerformContextualImplicitConversion() local 8864 NamedDecl *Found, in ClassifyOverloadCandidate() 8994 void Sema::NoteOverloadCandidate(NamedDecl *Found, FunctionDecl *Fn, in NoteOverloadCandidate() 9323 static void DiagnoseArityMismatch(Sema &S, NamedDecl *Found, Decl *D, in DiagnoseArityMismatch() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeFunctionSymbol.cpp | 66 bool Found = false; in inlineSiteContainsAddress() local 116 bool Found = false; in findInlineFramesByVA() local
|
H A D | SymbolCache.cpp | 368 auto Found = AddressToSymbolId.find({PS.Segment, PS.CodeOffset}); in findFunctionSymbolBySectOffset() local 437 auto Found = AddressToPublicSymId.find({PS.Segment, PS.Offset}); in findPublicSymbolBySectOffset() local
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceCfgNode.cpp | 126 bool Found = false; in enforcePhiConsistency() local 140 bool Found = false; in enforcePhiConsistency() local 300 bool Found = false; in splitIncomingEdge() local 555 bool Found = false; in advancedPhiLowering() local
|
H A D | IceInst.cpp | 335 bool Found = false; in repointEdges() local 535 bool Found = false; in repointEdges() local 601 bool Found = false; in repointEdges() local
|
H A D | IceMangling.cpp | 51 bool Found = false; in incrementSubstitutions() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | DemandedBits.cpp | 423 auto Found = AliveBits.find(I); in getDemandedBits() local 456 auto Found = AliveBits.find(UserI); in isUseDead() local
|
/aosp_15_r20/external/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersTest.h | 67 bool Found = false, DynamicFound = false; variable 178 bool Found = false, DynamicFound = false; in matchesConditionallyWithCuda() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | DemandedBits.cpp | 440 auto Found = AliveBits.find(I); in getDemandedBits() local 499 auto Found = AliveBits.find(UserI); in isUseDead() local
|
/aosp_15_r20/external/clang/lib/Basic/ |
H A D | DiagnosticIDs.cpp | 148 const StaticDiagInfoRec *Found = &StaticDiagInfo[ID + Offset]; in GetDiagInfo() local 553 auto Found = std::lower_bound(std::begin(OptionTable), std::end(OptionTable), in getDiagnosticsInGroup() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Testing/Support/ |
H A D | SupportHelpers.cpp | 37 bool Found = false; in getInputFileDirectory() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Testing/Support/ |
H A D | SupportHelpers.cpp | 37 bool Found = false; in getInputFileDirectory() local
|
/aosp_15_r20/external/google-breakpad/src/common/windows/ |
H A D | symbol_collector_client.h | 46 Found, enumerator
|
/aosp_15_r20/external/google-breakpad/src/common/linux/ |
H A D | symbol_collector_client.h | 46 Found, enumerator
|
/aosp_15_r20/external/gwp_asan/gwp_asan/tests/ |
H A D | iterate.cpp | 34 std::vector<std::pair<void *, size_t>> Found; in TEST_F() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | ProcessImplicitDefs.cpp | 105 bool Found = false; in processImplicitDef() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | ProcessImplicitDefs.cpp | 99 bool Found = false; in processImplicitDef() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | ProcessImplicitDefs.cpp | 101 bool Found = false; in processImplicitDef() local
|
/aosp_15_r20/external/llvm-libc/test/src/search/ |
H A D | hsearch_test.cpp | 87 TEST(LlvmLibcHSearchTest, Found) { in TEST() argument
|
/aosp_15_r20/external/clang/unittests/Tooling/ |
H A D | RewriterTestContext.h | 80 StringRef Found = in createOnDiskFile() local
|
/aosp_15_r20/external/llvm/include/llvm/MC/ |
H A D | MCSubtargetInfo.h | 164 auto Found = std::lower_bound(ProcDesc.begin(), ProcDesc.end(), CPU); in isCPUStringValid() local
|
/aosp_15_r20/external/google-cloud-java/generation/new_client/ |
H A D | README.md | 342 ### Solution
|