Home
last modified time | relevance | path

Searched defs:Found (Results 1 – 25 of 269) sorted by relevance

1234567891011

/aosp_15_r20/external/clang/lib/Sema/
H A DSemaAccess.cpp1532 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 DSemaCXXScopeSpec.cpp368 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 DSemaTemplateInstantiateDecl.cpp573 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 DSemaOverload.cpp1221 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 DNativeFunctionSymbol.cpp66 bool Found = false; in inlineSiteContainsAddress() local
116 bool Found = false; in findInlineFramesByVA() local
H A DSymbolCache.cpp368 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 DIceCfgNode.cpp126 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 DIceInst.cpp335 bool Found = false; in repointEdges() local
535 bool Found = false; in repointEdges() local
601 bool Found = false; in repointEdges() local
H A DIceMangling.cpp51 bool Found = false; in incrementSubstitutions() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DDemandedBits.cpp423 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 DASTMatchersTest.h67 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 DDemandedBits.cpp440 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 DDiagnosticIDs.cpp148 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 DSupportHelpers.cpp37 bool Found = false; in getInputFileDirectory() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Testing/Support/
H A DSupportHelpers.cpp37 bool Found = false; in getInputFileDirectory() local
/aosp_15_r20/external/google-breakpad/src/common/windows/
H A Dsymbol_collector_client.h46 Found, enumerator
/aosp_15_r20/external/google-breakpad/src/common/linux/
H A Dsymbol_collector_client.h46 Found, enumerator
/aosp_15_r20/external/gwp_asan/gwp_asan/tests/
H A Diterate.cpp34 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 DProcessImplicitDefs.cpp105 bool Found = false; in processImplicitDef() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DProcessImplicitDefs.cpp99 bool Found = false; in processImplicitDef() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DProcessImplicitDefs.cpp101 bool Found = false; in processImplicitDef() local
/aosp_15_r20/external/llvm-libc/test/src/search/
H A Dhsearch_test.cpp87 TEST(LlvmLibcHSearchTest, Found) { in TEST() argument
/aosp_15_r20/external/clang/unittests/Tooling/
H A DRewriterTestContext.h80 StringRef Found = in createOnDiskFile() local
/aosp_15_r20/external/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h164 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 DREADME.md342 ### Solution

1234567891011