| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCXXScopeSpec.cpp | 364 LookupResult Found(*this, NNS->getAsIdentifier(), SourceLocation(), in FindFirstQualifierInScope() local 366 LookupName(Found, S); in FindFirstQualifierInScope() 367 assert(!Found.isAmbiguous() && "Cannot handle ambiguities here yet"); in FindFirstQualifierInScope() 369 if (!Found.isSingleResult()) in FindFirstQualifierInScope() 372 NamedDecl *Result = Found.getFoundDecl(); in FindFirstQualifierInScope() 411 LookupResult Found(*this, IdInfo.Identifier, IdInfo.IdentifierLoc, in BuildCXXNestedNameSpecifier() local 432 Found.setContextRange(SS.getRange()); in BuildCXXNestedNameSpecifier() 447 LookupQualifiedName(Found, LookupCtx); in BuildCXXNestedNameSpecifier() 449 if (!ObjectType.isNull() && Found.empty()) { in BuildCXXNestedNameSpecifier() 471 LookupName(Found, S); in BuildCXXNestedNameSpecifier() [all …]
|
| H A D | SemaAccess.cpp | 1576 DeclAccessPair Found) { in CheckUnresolvedLookupAccess() argument 1579 Found.getAccess() == AS_public) in CheckUnresolvedLookupAccess() 1583 Found, QualType()); in CheckUnresolvedLookupAccess() 1590 DeclAccessPair Found) { in CheckUnresolvedMemberAccess() argument 1592 Found.getAccess() == AS_public) in CheckUnresolvedMemberAccess() 1600 Found, BaseType); in CheckUnresolvedMemberAccess() 1607 DeclAccessPair Found, in isMemberAccessibleForDeletion() argument 1612 if (Found.getAccess() == AS_public || !getLangOpts().AccessControl) in isMemberAccessibleForDeletion() 1615 AccessTarget Entity(Context, AccessTarget::Member, NamingClass, Found, in isMemberAccessibleForDeletion() 1655 DeclAccessPair Found, in CheckConstructorAccess() argument [all …]
|
| H A D | SemaCoroutine.cpp | 158 NamedDecl *Found = *Result.begin(); in lookupCoroutineHandleType() local 159 S.Diag(Found->getLocation(), diag::err_malformed_std_coroutine_handle); in lookupCoroutineHandleType() 272 LookupResult Found(S, &S.PP.getIdentifierTable().get("from_address"), Loc, in buildCoroutineHandle() local 274 if (!S.LookupQualifiedName(Found, LookupCtx)) { in buildCoroutineHandle() 285 S.BuildDeclarationNameExpr(SS, Found, /*NeedsADL=*/false); in buildCoroutineHandle() 1072 NamedDecl *Found = *Result.begin(); in buildStdNoThrowDeclRef() local 1073 S.Diag(Found->getLocation(), diag::err_malformed_std_nothrow); in buildStdNoThrowDeclRef() 1320 LookupResult Found(S, DN, Loc, Sema::LookupMemberName); in makeReturnOnAllocFailure() local 1321 if (!S.LookupQualifiedName(Found, PromiseRecordDecl)) in makeReturnOnAllocFailure() 1326 S.BuildDeclarationNameExpr(SS, Found, /*NeedsADL=*/false); in makeReturnOnAllocFailure() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeFunctionSymbol.cpp | 66 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/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | PPC.cpp | 478 bool Found = false; in ppcUserFeaturesCheck() local 480 Found |= FindVSXSubfeature("+vsx", "-mvsx", "-msoft-float"); in ppcUserFeaturesCheck() 481 Found |= FindVSXSubfeature("+altivec", "-maltivec", "-msoft-float"); in ppcUserFeaturesCheck() 482 Found |= in ppcUserFeaturesCheck() 484 Found |= FindVSXSubfeature("+direct-move", "-mdirect-move", "-msoft-float"); in ppcUserFeaturesCheck() 485 Found |= FindVSXSubfeature("+float128", "-mfloat128", "-msoft-float"); in ppcUserFeaturesCheck() 486 Found |= in ppcUserFeaturesCheck() 488 Found |= FindVSXSubfeature("+paired-vector-memops", in ppcUserFeaturesCheck() 490 Found |= FindVSXSubfeature("+mma", "-mmma", "-msoft-float"); in ppcUserFeaturesCheck() 491 Found |= FindVSXSubfeature("+crypto", "-mcrypto", "-msoft-float"); in ppcUserFeaturesCheck() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderInternals.h | 56 llvm::DenseSet<GlobalDeclID> Found; member 62 if (Found.empty() && !Data.empty()) { in insert() 64 for (auto I : Found) in insert() 72 Found.insert_range(Data); in insert() 75 if (Found.insert(ID).second) in insert() 178 llvm::DenseSet<LazySpecializationInfo> Found; member 184 if (Found.empty() && !Data.empty()) { in insert() 186 for (auto I : Found) in insert() 194 Found.insert_range(Data); in insert() 197 if (Found.insert(Info).second) in insert()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ABIInfoImpl.cpp | 351 const Type *Found = nullptr; in isSingleElementStruct() local 361 if (Found) in isSingleElementStruct() 366 Found = isSingleElementStruct(I.getType(), Context); in isSingleElementStruct() 367 if (!Found) in isSingleElementStruct() 382 if (Found) in isSingleElementStruct() 393 Found = FT.getTypePtr(); in isSingleElementStruct() 395 Found = isSingleElementStruct(FT, Context); in isSingleElementStruct() 396 if (!Found) in isSingleElementStruct() 403 if (Found && Context.getTypeSize(Found) != Context.getTypeSize(T)) in isSingleElementStruct() 406 return Found; in isSingleElementStruct()
|
| /freebsd/sys/contrib/dev/acpica/components/utilities/ |
| H A D | utpredef.c | 537 UINT32 Found; in AcpiUtGetResourceBitWidth() local 542 Found = 0; in AcpiUtGetResourceBitWidth() 550 Found++; in AcpiUtGetResourceBitWidth() 556 return (Found); in AcpiUtGetResourceBitWidth()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ProcessImplicitDefs.cpp | 104 bool Found = false; in processImplicitDef() local 113 Found = true; in processImplicitDef() 117 if (Found) in processImplicitDef() 122 if (Found) { in processImplicitDef()
|
| H A D | ScheduleDAG.cpp | 608 bool Found = false; in GetSubGraph() local 633 Found = true; in GetSubGraph() 644 if (!Found) { in GetSubGraph() 651 Found = false; in GetSubGraph() 667 Found = true; in GetSubGraph() 678 assert(Found && "Error in SUnit Graph!"); in GetSubGraph()
|
| /freebsd/contrib/llvm-project/llvm/lib/Testing/Support/ |
| H A D | SupportHelpers.cpp | 36 bool Found = false; in getInputFileDirectory() local 38 std::tie(Found, InputFilePath) = findSrcDirMap(Argv0); in getInputFileDirectory() 40 EXPECT_TRUE(Found) << "Unit test source directory file does not exist."; in getInputFileDirectory()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Availability.cpp | 27 auto *Found = getForPlatform(Availability.Domain); in insert() local 28 if (Found) in insert() 29 Found->mergeWith(std::move(Availability)); in insert()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Lookup.h | 50 Found, enumerator 332 return getResultKind() == LookupResultKind::Found; in isSingleResult() 483 ResultKind = LookupResultKind::Found; in addDecl() 490 ResultKind = LookupResultKind::Found; in addAllDecls() 541 ResultKind = LookupResultKind::Found; in resolveKindAfterFilter() 559 if (getResultKind() != LookupResultKind::Found) in getAsSingle() 570 assert(getResultKind() == LookupResultKind::Found && in getFoundDecl() 583 return getResultKind() == LookupResultKind::Found && in isSingleTagDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | SystemZ.cpp | 215 QualType Found; in GetSingleElementType() local 227 if (!Found.isNull()) in GetSingleElementType() 229 Found = GetSingleElementType(Base); in GetSingleElementType() 244 if (!Found.isNull()) in GetSingleElementType() 246 Found = GetSingleElementType(FD->getType()); in GetSingleElementType() 251 if (!Found.isNull()) in GetSingleElementType() 252 return Found; in GetSingleElementType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ConstantMerge.cpp | 209 auto Found = CMap.find(Init); in mergeConstants() local 210 if (Found == CMap.end()) in mergeConstants() 213 GlobalVariable *Slot = Found->second; in mergeConstants()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | AssumptionCache.cpp | 118 bool Found = false; in unregisterAssumption() local 122 Found = true; in unregisterAssumption() 126 if (HasNonnull && Found) in unregisterAssumption() 129 assert(Found && "already unregistered or incorrect cache state"); in unregisterAssumption()
|
| H A D | DemandedBits.cpp | 401 auto Found = AliveBits.find(I); in getDemandedBits() local 402 if (Found != AliveBits.end()) in getDemandedBits() 403 return Found->second; in getDemandedBits() 459 auto Found = AliveBits.find(UserI); in isUseDead() local 460 if (Found != AliveBits.end() && Found->second.isZero()) in isUseDead()
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | VariantValue.cpp | 146 const DynTypedMatcher *Found = nullptr; in getTypedMatcher() local 151 if (Found) { in getTypedMatcher() 157 Found = &Matchers[i]; in getTypedMatcher() 163 if (Found && (FoundIsExact || NumFound == 1)) in getTypedMatcher() 164 return *Found; in getTypedMatcher()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MustExecute.h | 484 bool Found = EIt.count(I); in findInContextOf() local 485 while (!Found && EIt != EEnd) in findInContextOf() 486 Found = (++EIt).getCurrentInst() == I; in findInContextOf() 487 return Found; in findInContextOf()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSubtargetInfo.h | 232 auto Found = llvm::lower_bound(ProcDesc, CPU); in isCPUStringValid() local 233 return Found != ProcDesc.end() && StringRef(Found->Key) == CPU; in isCPUStringValid()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMP.cpp | 169 Directive Found = (*Iter)[0]; in getCompoundConstruct() local 170 ArrayRef<Directive> FoundLeafs = getLeafConstructs(Found); in getCompoundConstruct() 172 return Found; in getCompoundConstruct()
|
| /freebsd/contrib/ntp/sntp/libevent/cmake/ |
| H A D | LibeventConfig.cmake.in | 123 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/contrib/libevent/cmake/ |
| H A D | LibeventConfig.cmake.in | 123 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/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | Triple.cpp | 1172 bool Found[4]; in normalize() local 1173 Found[0] = Arch != UnknownArch; in normalize() 1174 Found[1] = Vendor != UnknownVendor; in normalize() 1175 Found[2] = OS != UnknownOS; in normalize() 1176 Found[3] = Environment != UnknownEnvironment; in normalize() 1181 for (unsigned Pos = 0; Pos != std::size(Found); ++Pos) { in normalize() 1182 if (Found[Pos]) in normalize() 1187 if (Idx < std::size(Found) && Found[Idx]) in normalize() 1235 while (i < std::size(Found) && Found[i]) in normalize() 1256 while (++i < std::size(Found) && Found[i]) in normalize() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | DiagnosticIDs.cpp | 225 const StaticDiagInfoRec *Found = &StaticDiagInfo[ID + Offset]; in GetDiagInfo() local 229 if (Found->DiagID != DiagID) in GetDiagInfo() 231 return Found; in GetDiagInfo() 621 const auto *Found = llvm::partition_point( in getGroupForWarningOption() local 623 if (Found == std::end(OptionTable) || Found->getName() != Name) in getGroupForWarningOption() 625 return static_cast<diag::Group>(Found - OptionTable); in getGroupForWarningOption()
|