Home
last modified time | relevance | path

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

123456

/freebsd/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
441 auto Found = AddressToPublicSymId.find({PS.Segment, PS.Offset}); in findPublicSymbolBySectOffset() local
/freebsd/contrib/llvm-project/llvm/lib/Testing/Support/
H A DSupportHelpers.cpp36 bool Found = false; in getInputFileDirectory() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp1576 DeclAccessPair Found) { in CheckUnresolvedLookupAccess()
1590 DeclAccessPair Found) { in CheckUnresolvedMemberAccess()
1607 DeclAccessPair Found, in isMemberAccessibleForDeletion()
1655 DeclAccessPair Found, in CheckConstructorAccess()
1698 DeclAccessPair Found, in CheckConstructorAccess()
1740 DeclAccessPair Found, in CheckAllocationAccess()
1758 DeclAccessPair Found) { in CheckMemberAccess()
1788 DeclAccessPair Found) { in CheckMemberOperatorAccess()
1805 DeclAccessPair Found) { in CheckMemberOperatorAccess()
1856 DeclAccessPair Found) { in CheckAddressOfMemberAccess()
H A DSemaCoroutine.cpp158 NamedDecl *Found = *Result.begin(); in lookupCoroutineHandleType() local
272 LookupResult Found(S, &S.PP.getIdentifierTable().get("from_address"), Loc, in buildCoroutineHandle() local
1072 NamedDecl *Found = *Result.begin(); in buildStdNoThrowDeclRef() local
1320 LookupResult Found(S, DN, Loc, Sema::LookupMemberName); in makeReturnOnAllocFailure() local
2019 bool Found = StdSpace && LookupQualifiedName(Result, StdSpace); in lookupCoroutineTraits() local
2032 NamedDecl *Found = *Result.begin(); in lookupCoroutineTraits() local
H A DSemaCXXScopeSpec.cpp364 LookupResult Found(*this, NNS->getAsIdentifier(), SourceLocation(), in FindFirstQualifierInScope() local
411 LookupResult Found(*this, IdInfo.Identifier, IdInfo.IdentifierLoc, in BuildCXXNestedNameSpecifier() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DProcessImplicitDefs.cpp104 bool Found = false; in processImplicitDef() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAvailability.cpp27 auto *Found = getForPlatform(Availability.Domain); in insert() local
/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutpredef.c537 UINT32 Found; in AcpiUtGetResourceBitWidth() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDemandedBits.cpp401 auto Found = AliveBits.find(I); in getDemandedBits() local
459 auto Found = AliveBits.find(UserI); in isUseDead() local
H A DAssumptionCache.cpp118 bool Found = false; in unregisterAssumption() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp209 auto Found = CMap.find(Init); in mergeConstants() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h56 llvm::DenseSet<GlobalDeclID> Found; member
178 llvm::DenseSet<LazySpecializationInfo> Found; member
/freebsd/sys/contrib/dev/acpica/components/namespace/
H A Dnsxfeval.c852 BOOLEAN Found; in ACPI_EXPORT_SYMBOL() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp150 if (auto *Found = Cache[IA]) { in appendInlinedAt() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMP.cpp169 Directive Found = (*Iter)[0]; in getCompoundConstruct() local
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DPPC.cpp478 bool Found = false; in ppcUserFeaturesCheck() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h232 auto Found = llvm::lower_bound(ProcDesc, CPU); in isCPUStringValid() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoModeling.cpp83 auto Found = llvm::find_if(LookupRes, [&ACtx](const Decl *D) { in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPSPV.cpp229 bool Found = false; in getDeviceLibs() local
H A DHIPAMD.cpp377 bool Found = false; in getDeviceLibs() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTfrCleanup.cpp191 bool Found = getReg(SrcR, Val, IMap); in rewriteIfImm() local
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp224 bool Found = false; in remove() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPreEmitPeephole.cpp204 bool Found = false; in optimizeVccBranch() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMustExecute.h484 bool Found = EIt.count(I); in findInContextOf() local

123456