Home
last modified time | relevance | path

Searched refs:Found (Results 1 – 25 of 189) sorted by relevance

12345678

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp405 LookupName(Found, S); in FindFirstQualifierInScope()
541 LookupName(Found, S); in BuildCXXNestedNameSpecifier()
549 LookupName(Found, S); in BuildCXXNestedNameSpecifier()
552 if (Found.isAmbiguous()) in BuildCXXNestedNameSpecifier()
611 Found.clear(); in BuildCXXNestedNameSpecifier()
614 Found.getLookupNameInfo(), Found.getLookupKind(), S, &SS, CCC, in BuildCXXNestedNameSpecifier()
634 Found.addDecl(ND); in BuildCXXNestedNameSpecifier()
642 Found.isSingleResult() ? Found.getRepresentativeDecl() : nullptr; in BuildCXXNestedNameSpecifier()
769 if (Found.empty()) { in BuildCXXNestedNameSpecifier()
771 LookupName(Found, S); in BuildCXXNestedNameSpecifier()
[all …]
H A DSemaAccess.cpp1562 Found.getAccess() == AS_public) in CheckUnresolvedLookupAccess()
1566 Found, QualType()); in CheckUnresolvedLookupAccess()
1577 Found.getAccess() == AS_public) in CheckUnresolvedMemberAccess()
1585 Found, BaseType); in CheckUnresolvedMemberAccess()
1691 Found.getAccess() == AS_public) in CheckConstructorAccess()
1734 Found.getAccess() == AS_public) in CheckAllocationAccess()
1752 Found.getAccess() == AS_public) in CheckMemberAccess()
1756 Found, QualType()); in CheckMemberAccess()
1802 Found); in CheckMemberOperatorAccess()
1853 Found.getAccess() == AS_none || in CheckAddressOfMemberAccess()
[all …]
H A DSemaCoroutine.cpp161 NamedDecl *Found = *Result.begin(); in lookupCoroutineHandleType() local
277 if (!S.LookupQualifiedName(Found, LookupCtx)) { in buildCoroutineHandle()
288 S.BuildDeclarationNameExpr(SS, Found, /*NeedsADL=*/false); in buildCoroutineHandle()
1117 NamedDecl *Found = *Result.begin(); in buildStdNoThrowDeclRef() local
1118 S.Diag(Found->getLocation(), diag::err_malformed_std_nothrow); in buildStdNoThrowDeclRef()
1343 LookupResult Found(S, DN, Loc, Sema::LookupMemberName); in makeReturnOnAllocFailure() local
1344 if (!S.LookupQualifiedName(Found, PromiseRecordDecl)) in makeReturnOnAllocFailure()
1349 S.BuildDeclarationNameExpr(SS, Found, /*NeedsADL=*/false); in makeReturnOnAllocFailure()
2024 bool Found = StdSpace && LookupQualifiedName(Result, StdSpace); in lookupCoroutineTraits() local
2026 if (!Found) { in lookupCoroutineTraits()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeFunctionSymbol.cpp66 bool Found = false; in inlineSiteContainsAddress() local
75 Found = true; in inlineSiteContainsAddress()
79 if (Found && OffsetInFunc < CodeOffset) in inlineSiteContainsAddress()
81 Found = false; in inlineSiteContainsAddress()
87 Found = false; in inlineSiteContainsAddress()
116 bool Found = false; in findInlineFramesByVA() local
133 Found = true; in findInlineFramesByVA()
142 if (!Found) in findInlineFramesByVA()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp319 const Type *Found = nullptr; in isSingleElementStruct() local
329 if (Found) in isSingleElementStruct()
334 Found = isSingleElementStruct(I.getType(), Context); in isSingleElementStruct()
335 if (!Found) in isSingleElementStruct()
350 if (Found) in isSingleElementStruct()
361 Found = FT.getTypePtr(); in isSingleElementStruct()
363 Found = isSingleElementStruct(FT, Context); in isSingleElementStruct()
364 if (!Found) in isSingleElementStruct()
371 if (Found && Context.getTypeSize(Found) != Context.getTypeSize(T)) in isSingleElementStruct()
374 return Found; in isSingleElementStruct()
/freebsd-14.2/sys/contrib/dev/acpica/components/utilities/
H A Dutpredef.c537 UINT32 Found; in AcpiUtGetResourceBitWidth() local
542 Found = 0; in AcpiUtGetResourceBitWidth()
550 Found++; in AcpiUtGetResourceBitWidth()
556 return (Found); in AcpiUtGetResourceBitWidth()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DProcessImplicitDefs.cpp105 bool Found = false; in processImplicitDef() local
114 Found = true; in processImplicitDef()
118 if (Found) in processImplicitDef()
123 if (Found) { in processImplicitDef()
H A DScheduleDAG.cpp604 bool Found = false; in GetSubGraph() local
629 Found = true; in GetSubGraph()
640 if (!Found) { in GetSubGraph()
647 Found = false; in GetSubGraph()
663 Found = true; in GetSubGraph()
674 assert(Found && "Error in SUnit Graph!"); in GetSubGraph()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Testing/Support/
H A DSupportHelpers.cpp37 bool Found = false; in getInputFileDirectory() local
39 std::tie(Found, InputFilePath) = findSrcDirMap(Argv0); in getInputFileDirectory()
41 EXPECT_TRUE(Found) << "Unit test source directory file does not exist."; in getInputFileDirectory()
/freebsd-14.2/contrib/bmake/unit-tests/
H A Ddeptgt-phony.exp11 Found 'all' as '(not found)'
32 Found 'all' as '(not found)'
41 Found '.END' as '(not found)'
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h56 llvm::DenseSet<DeclID> Found; member
62 if (Found.empty() && !Data.empty()) { in insert()
64 for (auto I : Found) in insert()
72 Found.insert(Data.begin(), Data.end()); in insert()
75 if (Found.insert(ID).second) in insert()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoModeling.cpp82 auto Found = llvm::find_if(LookupRes, [&ACtx](const Decl *D) { in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
89 if (Found == LookupRes.end()) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
92 return cast<VarDecl>(*Found); in REGISTER_TRAIT_WITH_PROGRAMSTATE()
105 auto Found = llvm::find_if(LookupRes, [&ACtx](const Decl *D) { in getErrnoFunc() local
113 if (Found == LookupRes.end()) in getErrnoFunc()
116 return cast<FunctionDecl>(*Found); in getErrnoFunc()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h59 Found, enumerator
329 return getResultKind() == Found; in isSingleResult()
480 ResultKind = Found; in addDecl()
487 ResultKind = Found; in addAllDecls()
536 ResultKind = Found; in resolveKindAfterFilter()
554 if (getResultKind() != Found) return nullptr; in getAsSingle()
564 assert(getResultKind() == Found in getFoundDecl()
577 return getResultKind() == Found && isa<TagDecl>(getFoundDecl()); in isSingleTagDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSystemZ.cpp203 QualType Found; in GetSingleElementType() local
215 if (!Found.isNull()) in GetSingleElementType()
217 Found = GetSingleElementType(Base); in GetSingleElementType()
232 if (!Found.isNull()) in GetSingleElementType()
234 Found = GetSingleElementType(FD->getType()); in GetSingleElementType()
239 if (!Found.isNull()) in GetSingleElementType()
240 return Found; in GetSingleElementType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DPPC.cpp471 bool Found = FindVSXSubfeature("+power8-vector", "-mpower8-vector"); in ppcUserFeaturesCheck() local
472 Found |= FindVSXSubfeature("+direct-move", "-mdirect-move"); in ppcUserFeaturesCheck()
473 Found |= FindVSXSubfeature("+float128", "-mfloat128"); in ppcUserFeaturesCheck()
474 Found |= FindVSXSubfeature("+power9-vector", "-mpower9-vector"); in ppcUserFeaturesCheck()
475 Found |= FindVSXSubfeature("+paired-vector-memops", "-mpaired-vector-memops"); in ppcUserFeaturesCheck()
476 Found |= FindVSXSubfeature("+mma", "-mmma"); in ppcUserFeaturesCheck()
477 Found |= FindVSXSubfeature("+power10-vector", "-mpower10-vector"); in ppcUserFeaturesCheck()
480 return !Found; in ppcUserFeaturesCheck()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DDemandedBits.cpp403 auto Found = AliveBits.find(I); in getDemandedBits() local
404 if (Found != AliveBits.end()) in getDemandedBits()
405 return Found->second; in getDemandedBits()
461 auto Found = AliveBits.find(UserI); in isUseDead() local
462 if (Found != AliveBits.end() && Found->second.isZero()) in isUseDead()
H A DAssumptionCache.cpp167 bool Found = false; in unregisterAssumption() local
171 Found = true; in unregisterAssumption()
175 if (HasNonnull && Found) in unregisterAssumption()
178 assert(Found && "already unregistered or incorrect cache state"); in unregisterAssumption()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp147 const DynTypedMatcher *Found = nullptr; in getTypedMatcher() local
152 if (Found) { in getTypedMatcher()
158 Found = &Matchers[i]; in getTypedMatcher()
164 if (Found && (FoundIsExact || NumFound == 1)) in getTypedMatcher()
165 return *Found; in getTypedMatcher()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMustExecute.h482 bool Found = EIt.count(I); in findInContextOf() local
483 while (!Found && EIt != EEnd) in findInContextOf()
484 Found = (++EIt).getCurrentInst() == I; in findInContextOf()
485 return Found; in findInContextOf()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h229 auto Found = llvm::lower_bound(ProcDesc, CPU); in isCPUStringValid() local
230 return Found != ProcDesc.end() && StringRef(Found->Key) == CPU; in isCPUStringValid()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp208 auto Found = CMap.find(Init); in mergeConstants() local
209 if (Found == CMap.end()) in mergeConstants()
212 GlobalVariable *Slot = Found->second; in mergeConstants()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp250 const StaticDiagInfoRec *Found = &StaticDiagInfo[ID + Offset]; in GetDiagInfo() local
254 if (Found->DiagID != DiagID) in GetDiagInfo()
256 return Found; in GetDiagInfo()
625 const auto *Found = llvm::partition_point( in getGroupForWarningOption() local
627 if (Found == std::end(OptionTable) || Found->getName() != Name) in getGroupForWarningOption()
629 return static_cast<diag::Group>(Found - OptionTable); in getGroupForWarningOption()
/freebsd-14.2/contrib/ntp/sntp/libevent/cmake/
H A DLibeventConfig.cmake.in123 message_if_needed(STATUS "Found libevent include directory: ${_event_h}")
138 message_if_needed(STATUS "Found libevent component: ${_event_lib}")
160 message_if_needed(STATUS "Found libevent ${LIBEVENT_VERSION} in ${_INSTALL_PREFIX}")
162 message_if_needed(STATUS "Found libevent ${LIBEVENT_VERSION} in ${LIBEVENT_CMAKE_DIR}")
/freebsd-14.2/contrib/libevent/cmake/
H A DLibeventConfig.cmake.in123 message_if_needed(STATUS "Found libevent include directory: ${_event_h}")
138 message_if_needed(STATUS "Found libevent component: ${_event_lib}")
160 message_if_needed(STATUS "Found libevent ${LIBEVENT_VERSION} in ${_INSTALL_PREFIX}")
162 message_if_needed(STATUS "Found libevent ${LIBEVENT_VERSION} in ${LIBEVENT_CMAKE_DIR}")
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPreEmitPeephole.cpp202 bool Found = false; in optimizeVccBranch() local
204 if (Found) { in optimizeVccBranch()
208 Found = Term.isIdenticalTo(MI); in optimizeVccBranch()
211 assert(Found && "conditional branch is not terminator"); in optimizeVccBranch()

12345678