/llvm-project/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}); findPublicSymbolBySectOffset() local
|
/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | RegisterAliasing.cpp | 67 auto &Found = Registers[PhysReg.id()]; in getRegister() local 75 auto &Found = RegisterClasses[RegClassIndex]; in getRegisterClass() local
|
H A D | Target.cpp | 186 auto Found = lower_bound(CpuPfmCounters, CpuName); in getPfmCounters() local
|
/llvm-project/llvm/lib/Testing/Support/ |
H A D | SupportHelpers.cpp | 37 bool Found = false; in getInputFileDirectory() local
|
/llvm-project/compiler-rt/lib/gwp_asan/tests/ |
H A D | iterate.cpp | 34 std::vector<std::pair<void *, size_t>> Found; in TEST_F() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaAccess.cpp | 1577 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 D | SemaCoroutine.cpp | 275 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 D | ProcessImplicitDefs.cpp | 105 bool Found = false; in processImplicitDef() local
|
/llvm-project/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersTest.h | 96 bool Found = false, DynamicFound = false; global() variable 223 bool Found = false, DynamicFound = false; matchesConditionallyWithCuda() local [all...] |
/llvm-project/libc/test/src/search/ |
H A D | hsearch_test.cpp | 88 TEST(LlvmLibcHSearchTest,Found) TEST() argument
|
/llvm-project/clang/tools/diagtool/ |
H A D | TreeView.cpp | 95 const GroupRecord *Found = llvm::lower_bound(AllGroups, RootGroup); in showGroup() local
|
/llvm-project/bolt/tools/bat-dump/ |
H A D | bat-dump.cpp | 94 bool Found = false; in dumpBATFor() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | DemandedBits.cpp | 403 if (Found != AliveBits.end()) in getDemandedBits() local 461 if (Found != AliveBits.end() && Found->second.isZero()) in isUseDead() local
|
H A D | AssumptionCache.cpp | 120 bool Found = false; unregisterAssumption() local
|
/llvm-project/clang/unittests/Tooling/ |
H A D | RewriterTestContext.h | 93 StringRef Found = in createOnDiskFile() local
|
H A D | RefactoringCallbacksTest.cpp | 128 std::string Found; in ExpectStringError() local
|
/llvm-project/llvm/unittests/ProfileData/ |
H A D | ItaniumManglingCanonicalizerTest.cpp | 313 std::map<CanonKey, llvm::StringRef> Found; in testTestcases() local
|
/llvm-project/llvm/lib/IR/ |
H A D | DebugLoc.cpp | 120 if (auto *Found = Cache[IA]) { in appendInlinedAt() local
|
/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMP.cpp | 167 Directive Found = (*Iter)[0]; getCompoundConstruct() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ConstantMerge.cpp | 209 auto Found = CMap.find(Init); in mergeConstants() local
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSubtargetInfo.h | 229 auto Found = llvm::lower_bound(ProcDesc, CPU); isCPUStringValid() local
|
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | Merge.cpp | 246 bool Found = false; mergeSymbol() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIPreEmitPeephole.cpp | 202 bool Found = false; optimizeVccBranch() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ErrnoModeling.cpp | 85 auto Found = llvm::find_if(LookupRes, [&ACtx](const Decl *D) { in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
|