| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegacyLegalizerInfo.cpp | 60 case NotFound: in operator <<() 293 case NotFound: in findAction() 303 return {NotFound, LLT()}; in findScalarLegalAction() 308 return {NotFound, LLT()}; in findScalarLegalAction() 317 return {NotFound, LLT()}; in findScalarLegalAction() 334 return {NotFound, Aspect.Type}; in findVectorLegalAction() 338 return {NotFound, Aspect.Type}; in findVectorLegalAction() 353 return {NotFound, IntermediateType}; in findVectorLegalAction()
|
| H A D | LegalizerInfo.cpp | 72 case NotFound: in operator <<()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ModuleFile.h | 68 NotFound = 3 enumerator 89 File.Val.setInt(NotFound); in getNotFound() 100 bool isNotFound() const { return Val.getInt() == NotFound; } in isNotFound()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Lookup.h | 50 NotFound = 0, enumerator 453 assert(ResultKind == NotFound && Decls.empty()); in setNotFoundInCurrentInstantiation() 477 ResultKind = NotFound; in resolveKindAfterFilter() 555 ResultKind = NotFound; in clear() 722 LookupResultKind ResultKind = NotFound;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | DiagnosticIDs.cpp | 648 bool NotFound = true; in getDiagnosticsInGroup() local 654 NotFound = false; in getDiagnosticsInGroup() 662 NotFound &= getDiagnosticsInGroup(Flavor, &OptionTable[(short)*SubGroups], in getDiagnosticsInGroup() 665 return NotFound; in getDiagnosticsInGroup()
|
| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | Driver.h | 108 NotFound = 0x11, enumerator
|
| H A D | DriverUtils.cpp | 369 addDep(DepOpCode::NotFound, f); in write()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | IntervalMap.h | 613 ValT safeLookup(KeyT x, ValT NotFound) const { in safeLookup() argument 615 return Traits::startLess(x, start(i)) ? NotFound : value(i); in safeLookup() 1037 ValT treeSafeLookup(KeyT x, ValT NotFound) const; 1073 ValT lookup(KeyT x, ValT NotFound = ValT()) const { 1075 return NotFound; 1076 return branched() ? treeSafeLookup(x, NotFound) : 1077 rootLeaf().safeLookup(x, NotFound); 1156 treeSafeLookup(KeyT x, ValT NotFound) const { in treeSafeLookup() argument 1162 return NR.get<Leaf>().safeLookup(x, NotFound); in treeSafeLookup()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineVectorOps.cpp | 796 static constexpr auto NotFound = None; in foldAggregateConstructionIntoAggregateReuse() local 801 SmallVector<Optional<Instruction *>, 2> AggElts(NumAggElts, NotFound); in foldAggregateConstructionIntoAggregateReuse() 806 [](Optional<Instruction *> Elt) { return Elt != NotFound; }); in foldAggregateConstructionIntoAggregateReuse() 852 NotFound, in foldAggregateConstructionIntoAggregateReuse() enumerator 866 if (SourceAggregate == NotFound) in foldAggregateConstructionIntoAggregateReuse() 867 return AggregateDescription::NotFound; in foldAggregateConstructionIntoAggregateReuse() 889 return NotFound; in foldAggregateConstructionIntoAggregateReuse() 935 case AggregateDescription::NotFound: in foldAggregateConstructionIntoAggregateReuse() 959 if (Describe(SourceAggregate) != AggregateDescription::NotFound) { in foldAggregateConstructionIntoAggregateReuse()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LegalizerInfo.h | 93 NotFound, enumerator 179 case LegacyLegalizeActions::NotFound: in LegalizeActionStep() 180 Action = LegalizeActions::NotFound; in LegalizeActionStep()
|
| H A D | LegacyLegalizerInfo.h | 74 NotFound, enumerator
|
| H A D | LegalizationArtifactCombiner.h | 1227 return Step.Action == Unsupported || Step.Action == NotFound; in isInstUnsupported()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 329 assert(ResultKind != NotFound || Decls.size() == 0); in sanity() 484 assert(ResultKind == NotFound || in resolveKind() 4398 case LookupResult::NotFound: in resolveCorrection() 4505 case LookupResult::NotFound: in performQualifiedLookups()
|
| H A D | SemaTemplateVariadic.cpp | 1020 case LookupResult::NotFound: in ActOnSizeofParameterPackExpr()
|
| H A D | SemaDecl.cpp | 170 NotFound, enumerator 185 return UnqualifiedTypeNameLookupResult::NotFound; in lookupUnqualifiedTypeNameInBase() 188 UnqualifiedTypeNameLookupResult::NotFound; in lookupUnqualifiedTypeNameInBase() 219 if (FoundTypeDecl == UnqualifiedTypeNameLookupResult::NotFound) { in lookupUnqualifiedTypeNameInBase() 226 case UnqualifiedTypeNameLookupResult::NotFound: in lookupUnqualifiedTypeNameInBase() 242 UnqualifiedTypeNameLookupResult::NotFound; in recoverFromTypeInKnownDependentBase() 244 DC && FoundTypeDecl == UnqualifiedTypeNameLookupResult::NotFound; in recoverFromTypeInKnownDependentBase() 375 case LookupResult::NotFound: in getTypeName() 914 case LookupResult::NotFound: in ClassifyName() 16769 case LookupResult::NotFound: in HandleField()
|
| H A D | SemaExprObjC.cpp | 2302 case LookupResult::NotFound: in getObjCMessageKind()
|
| H A D | SemaExprCXX.cpp | 8619 case LookupResult::NotFound: in CheckMicrosoftIfExistsSymbol()
|
| H A D | SemaTemplate.cpp | 10600 case LookupResult::NotFound: { in CheckTypenameType()
|
| H A D | SemaDeclCXX.cpp | 18058 case LookupResult::NotFound: in HandleMSProperty()
|
| H A D | TreeTransform.h | 1121 case LookupResult::NotFound: in RebuildDependentNameType()
|