Home
last modified time | relevance | path

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

12345

/freebsd-src/contrib/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}); in findPublicSymbolBySectOffset() local
/freebsd-src/contrib/llvm-project/llvm/lib/Testing/Support/
H A DSupportHelpers.cpp37 bool Found = false; in getInputFileDirectory() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp1559 CheckUnresolvedLookupAccess(UnresolvedLookupExpr * E,DeclAccessPair Found) CheckUnresolvedLookupAccess() argument
1575 CheckUnresolvedMemberAccess(UnresolvedMemberExpr * E,DeclAccessPair Found) CheckUnresolvedMemberAccess() argument
1594 isMemberAccessibleForDeletion(CXXRecordDecl * NamingClass,DeclAccessPair Found,QualType ObjectType,SourceLocation Loc,const PartialDiagnostic & Diag) isMemberAccessibleForDeletion() argument
1643 CheckConstructorAccess(SourceLocation UseLoc,CXXConstructorDecl * Constructor,DeclAccessPair Found,const InitializedEntity & Entity,bool IsCopyBindingRefToTemp) CheckConstructorAccess() argument
1687 CheckConstructorAccess(SourceLocation UseLoc,CXXConstructorDecl * Constructor,DeclAccessPair Found,const InitializedEntity & Entity,const PartialDiagnostic & PD) CheckConstructorAccess() argument
1730 CheckAllocationAccess(SourceLocation OpLoc,SourceRange PlacementRange,CXXRecordDecl * NamingClass,DeclAccessPair Found,bool Diagnose) CheckAllocationAccess() argument
1749 CheckMemberAccess(SourceLocation UseLoc,CXXRecordDecl * NamingClass,DeclAccessPair Found) CheckMemberAccess() argument
1780 CheckMemberOperatorAccess(SourceLocation OpLoc,Expr * ObjectExpr,const SourceRange & Range,DeclAccessPair Found) CheckMemberOperatorAccess() argument
1799 CheckMemberOperatorAccess(SourceLocation OpLoc,Expr * ObjectExpr,Expr * ArgExpr,DeclAccessPair Found) CheckMemberOperatorAccess() argument
1851 CheckAddressOfMemberAccess(Expr * OvlExpr,DeclAccessPair Found) CheckAddressOfMemberAccess() argument
[all...]
H A DSemaCoroutine.cpp161 NamedDecl *Found = *Result.begin(); in lookupCoroutineHandleType() local
275 LookupResult Found(S, &S.PP.getIdentifierTable().get("from_address"), Loc, in buildCoroutineHandle() local
1117 NamedDecl *Found = *Result.begin(); buildStdNoThrowDeclRef() local
1343 LookupResult Found(S, DN, Loc, Sema::LookupMemberName); makeReturnOnAllocFailure() local
2024 bool Found = StdSpace && LookupQualifiedName(Result, StdSpace); lookupCoroutineTraits() local
2037 NamedDecl *Found = *Result.begin(); lookupCoroutineTraits() local
[all...]
H A DSemaCXXScopeSpec.cpp403 LookupResult Found(*this, NNS->getAsIdentifier(), SourceLocation(), FindFirstQualifierInScope() local
481 LookupResult Found(*this, IdInfo.Identifier, IdInfo.IdentifierLoc, BuildCXXNestedNameSpecifier() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DProcessImplicitDefs.cpp105 bool Found = false; in processImplicitDef() local
/freebsd-src/sys/contrib/dev/acpica/components/utilities/
H A Dutpredef.c537 UINT32 Found; in AcpiUtGetResourceBitWidth() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoModeling.cpp82 auto Found = llvm::find_if(LookupRes, [&ACtx](const Decl *D) { REGISTER_TRAIT_WITH_PROGRAMSTATE() local
105 auto Found = llvm::find_if(LookupRes, [&ACtx](const Decl *D) { getErrnoFunc() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DDemandedBits.cpp403 auto Found = AliveBits.find(I); in getDemandedBits() local
461 auto Found = AliveBits.find(UserI); in isUseDead() local
H A DAssumptionCache.cpp167 bool Found = false; unregisterAssumption() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp120 if (auto *Found = Cache[IA]) { in appendInlinedAt() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp208 auto Found = CMap.find(Init); mergeConstants() local
/freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/
H A DPPC.cpp471 bool Found = FindVSXSubfeature("+power8-vector", "-mpower8-vector"); ppcUserFeaturesCheck() local
/freebsd-src/sys/contrib/dev/acpica/components/namespace/
H A Dnsxfeval.c852 BOOLEAN Found; in ACPI_EXPORT_SYMBOL() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h229 auto Found = llvm::lower_bound(ProcDesc, CPU); in isCPUStringValid() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPreEmitPeephole.cpp202 bool Found = false; in optimizeVccBranch() local
/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp225 bool Found = false; remove() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMustExecute.h482 bool Found = EIt.count(I); in findInContextOf() local
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h56 llvm::DenseSet<GlobalDeclID> Found; member
/freebsd-src/contrib/llvm-project/clang/lib/Driver/
H A DMultilib.cpp266 bool Found = false; in validate() local
H A DJob.cpp249 auto Found = llvm::find_if(InputInfoList, [&Arg](const InputInfo &II) { in Print() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp173 bool Found = false; in CreateWrappedASTConsumer() local
784 bool Found = false; BeginSourceFile() local
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp250 const StaticDiagInfoRec *Found = &StaticDiagInfo[ID + Offset]; GetDiagInfo() local
625 const auto *Found = llvm::partition_point( getGroupForWarningOption() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DParentMapContext.cpp388 bool Found = ParentStack.back().getMemoizationData() && addParent() local

12345