Home
last modified time | relevance | path

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

12345

/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
437 auto Found = AddressToPublicSymId.find({PS.Segment, PS.Offset}); in findPublicSymbolBySectOffset() local
/freebsd/contrib/llvm-project/llvm/lib/Testing/Support/
H A DSupportHelpers.cpp37 bool Found = false; in getInputFileDirectory() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp1577 DeclAccessPair Found) { in CheckUnresolvedLookupAccess()
1591 DeclAccessPair Found) { in CheckUnresolvedMemberAccess()
1608 DeclAccessPair Found, in isMemberAccessibleForDeletion()
1656 DeclAccessPair Found, in CheckConstructorAccess()
1702 DeclAccessPair Found, in CheckConstructorAccess()
1744 DeclAccessPair Found, in CheckAllocationAccess()
1762 DeclAccessPair Found) { in CheckMemberAccess()
1792 DeclAccessPair Found) { in CheckMemberOperatorAccess()
1809 DeclAccessPair Found) { in CheckMemberOperatorAccess()
1860 DeclAccessPair Found) { in CheckAddressOfMemberAccess()
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
1027 NamedDecl *Found = *Result.begin(); in buildStdNoThrowDeclRef() local
1253 LookupResult Found(S, DN, Loc, Sema::LookupMemberName); in makeReturnOnAllocFailure() local
1934 bool Found = StdSpace && LookupQualifiedName(Result, StdSpace); in lookupCoroutineTraits() local
1947 NamedDecl *Found = *Result.begin(); in lookupCoroutineTraits() local
H A DSemaAPINotes.cpp938 if (auto Found = Reader->lookupObjCProtocolID(Protocol->getName())) in ProcessAPINotes() local
966 if (auto Found = Reader->lookupObjCClassID(Class->getName())) in ProcessAPINotes() local
1021 if (auto Found = Reader->lookupTagID(CXXRecord->getName(), ParentContext)) in ProcessAPINotes() local
H A DSemaCXXScopeSpec.cpp369 LookupResult Found(*this, NNS->getAsIdentifier(), SourceLocation(), in FindFirstQualifierInScope() local
416 LookupResult Found(*this, IdInfo.Identifier, IdInfo.IdentifierLoc, in BuildCXXNestedNameSpecifier() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DProcessImplicitDefs.cpp105 bool Found = false; in processImplicitDef() 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.cpp403 auto Found = AliveBits.find(I); in getDemandedBits() local
461 auto Found = AliveBits.find(UserI); in isUseDead() local
H A DAssumptionCache.cpp120 bool Found = false; in unregisterAssumption() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp120 if (auto *Found = Cache[IA]) { in appendInlinedAt() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMP.cpp167 Directive Found = (*Iter)[0]; in getCompoundConstruct() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp209 auto Found = CMap.find(Init); in mergeConstants() local
/freebsd/sys/contrib/dev/acpica/components/namespace/
H A Dnsxfeval.c852 BOOLEAN Found; in ACPI_EXPORT_SYMBOL() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h229 auto Found = llvm::lower_bound(ProcDesc, CPU); in isCPUStringValid() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPreEmitPeephole.cpp202 bool Found = false; in optimizeVccBranch() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTfrCleanup.cpp210 bool Found = getReg(SrcR, Val, IMap); in rewriteIfImm() local
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DPPC.cpp504 bool Found = FindVSXSubfeature("+power8-vector", "-mpower8-vector"); in ppcUserFeaturesCheck() local
/freebsd/contrib/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
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaConcept.h209 bool Found = false; in subsumes() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMustExecute.h482 bool Found = EIt.count(I); in findInContextOf() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h56 llvm::DenseSet<GlobalDeclID> Found; member
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp226 bool Found = false; in remove() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp173 bool Found = false; in CreateWrappedASTConsumer() local
793 bool Found = false; in BeginSourceFile() local

12345