Home
last modified time | relevance | path

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

1234567

/llvm-project/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}); findPublicSymbolBySectOffset() local
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DRegisterAliasing.cpp67 auto &Found = Registers[PhysReg.id()]; in getRegister() local
75 auto &Found = RegisterClasses[RegClassIndex]; in getRegisterClass() local
H A DTarget.cpp186 auto Found = lower_bound(CpuPfmCounters, CpuName); in getPfmCounters() local
/llvm-project/llvm/lib/Testing/Support/
H A DSupportHelpers.cpp37 bool Found = false; in getInputFileDirectory() local
/llvm-project/compiler-rt/lib/gwp_asan/tests/
H A Diterate.cpp34 std::vector<std::pair<void *, size_t>> Found; in TEST_F() local
/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp1577 CheckUnresolvedLookupAccess(UnresolvedLookupExpr * E,DeclAccessPair Found) CheckUnresolvedLookupAccess() argument
1591 CheckUnresolvedMemberAccess(UnresolvedMemberExpr * E,DeclAccessPair Found) CheckUnresolvedMemberAccess() argument
1608 isMemberAccessibleForDeletion(CXXRecordDecl * NamingClass,DeclAccessPair Found,QualType ObjectType,SourceLocation Loc,const PartialDiagnostic & Diag) isMemberAccessibleForDeletion() argument
1656 CheckConstructorAccess(SourceLocation UseLoc,CXXConstructorDecl * Constructor,DeclAccessPair Found,const InitializedEntity & Entity,bool IsCopyBindingRefToTemp) CheckConstructorAccess() argument
1702 CheckConstructorAccess(SourceLocation UseLoc,CXXConstructorDecl * Constructor,DeclAccessPair Found,const InitializedEntity & Entity,const PartialDiagnostic & PD) CheckConstructorAccess() argument
1744 CheckAllocationAccess(SourceLocation OpLoc,SourceRange PlacementRange,CXXRecordDecl * NamingClass,DeclAccessPair Found,bool Diagnose) CheckAllocationAccess() argument
1762 CheckMemberAccess(SourceLocation UseLoc,CXXRecordDecl * NamingClass,DeclAccessPair Found) CheckMemberAccess() argument
1792 CheckMemberOperatorAccess(SourceLocation OpLoc,Expr * ObjectExpr,const SourceRange & Range,DeclAccessPair Found) CheckMemberOperatorAccess() argument
1809 CheckMemberOperatorAccess(SourceLocation OpLoc,Expr * ObjectExpr,Expr * ArgExpr,DeclAccessPair Found) CheckMemberOperatorAccess() argument
1860 CheckAddressOfMemberAccess(Expr * OvlExpr,DeclAccessPair Found) CheckAddressOfMemberAccess() argument
[all...]
H A DSemaCoroutine.cpp275 if (!S.LookupQualifiedName(Found, LookupCtx)) { in buildCoroutineHandle() local
161 NamedDecl *Found = *Result.begin(); lookupCoroutineHandleType() local
1026 NamedDecl *Found = *Result.begin(); buildStdNoThrowDeclRef() local
1252 LookupResult Found(S, DN, Loc, Sema::LookupMemberName); makeReturnOnAllocFailure() local
1933 bool Found = StdSpace && LookupQualifiedName(Result, StdSpace); lookupCoroutineTraits() local
1946 NamedDecl *Found = *Result.begin(); lookupCoroutineTraits() local
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DProcessImplicitDefs.cpp105 bool Found = false; in processImplicitDef() local
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersTest.h96 bool Found = false, DynamicFound = false; global() variable
223 bool Found = false, DynamicFound = false; matchesConditionallyWithCuda() local
[all...]
/llvm-project/libc/test/src/search/
H A Dhsearch_test.cpp88 TEST(LlvmLibcHSearchTest,Found) TEST() argument
/llvm-project/clang/tools/diagtool/
H A DTreeView.cpp95 const GroupRecord *Found = llvm::lower_bound(AllGroups, RootGroup); in showGroup() local
/llvm-project/bolt/tools/bat-dump/
H A Dbat-dump.cpp94 bool Found = false; in dumpBATFor() local
/llvm-project/llvm/lib/Analysis/
H A DDemandedBits.cpp403 if (Found != AliveBits.end()) in getDemandedBits() local
461 if (Found != AliveBits.end() && Found->second.isZero()) in isUseDead() local
H A DAssumptionCache.cpp120 bool Found = false; unregisterAssumption() local
/llvm-project/clang/unittests/Tooling/
H A DRewriterTestContext.h93 StringRef Found = in createOnDiskFile() local
H A DRefactoringCallbacksTest.cpp128 std::string Found; in ExpectStringError() local
/llvm-project/llvm/unittests/ProfileData/
H A DItaniumManglingCanonicalizerTest.cpp313 std::map<CanonKey, llvm::StringRef> Found; in testTestcases() local
/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp120 if (auto *Found = Cache[IA]) { in appendInlinedAt() local
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMP.cpp167 Directive Found = (*Iter)[0]; getCompoundConstruct() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp209 auto Found = CMap.find(Init); in mergeConstants() local
/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h229 auto Found = llvm::lower_bound(ProcDesc, CPU); isCPUStringValid() local
/llvm-project/clang-tools-extra/clangd/index/
H A DMerge.cpp246 bool Found = false; mergeSymbol() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPreEmitPeephole.cpp202 bool Found = false; optimizeVccBranch() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoModeling.cpp85 auto Found = llvm::find_if(LookupRes, [&ACtx](const Decl *D) { in REGISTER_TRAIT_WITH_PROGRAMSTATE() local

1234567