Home
last modified time | relevance | path

Searched refs:NotFound (Results 1 – 20 of 20) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp60 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 DLegalizerInfo.cpp72 case NotFound: in operator <<()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleFile.h68 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 DLookup.h50 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 DDiagnosticIDs.cpp648 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 DDriver.h108 NotFound = 0x11, enumerator
H A DDriverUtils.cpp369 addDep(DepOpCode::NotFound, f); in write()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h613 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 DInstCombineVectorOps.cpp796 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 DLegalizerInfo.h93 NotFound, enumerator
179 case LegacyLegalizeActions::NotFound: in LegalizeActionStep()
180 Action = LegalizeActions::NotFound; in LegalizeActionStep()
H A DLegacyLegalizerInfo.h74 NotFound, enumerator
H A DLegalizationArtifactCombiner.h1227 return Step.Action == Unsupported || Step.Action == NotFound; in isInstUnsupported()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp329 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 DSemaTemplateVariadic.cpp1020 case LookupResult::NotFound: in ActOnSizeofParameterPackExpr()
H A DSemaDecl.cpp170 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 DSemaExprObjC.cpp2302 case LookupResult::NotFound: in getObjCMessageKind()
H A DSemaExprCXX.cpp8619 case LookupResult::NotFound: in CheckMicrosoftIfExistsSymbol()
H A DSemaTemplate.cpp10600 case LookupResult::NotFound: { in CheckTypenameType()
H A DSemaDeclCXX.cpp18058 case LookupResult::NotFound: in HandleMSProperty()
H A DTreeTransform.h1121 case LookupResult::NotFound: in RebuildDependentNameType()