Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp77 case NotFound: in operator <<()
615 case NotFound: in findAction()
626 return {NotFound, LLT()}; in findScalarLegalAction()
631 return {NotFound, LLT()}; in findScalarLegalAction()
640 return {NotFound, LLT()}; in findScalarLegalAction()
657 return {NotFound, Aspect.Type}; in findVectorLegalAction()
661 return {NotFound, Aspect.Type}; in findVectorLegalAction()
676 return {NotFound, IntermediateType}; in findVectorLegalAction()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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;
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp735 static constexpr auto NotFound = None; in foldAggregateConstructionIntoAggregateReuse() local
740 SmallVector<Optional<Value *>, 2> AggElts(NumAggElts, NotFound); in foldAggregateConstructionIntoAggregateReuse()
745 [](Optional<Value *> Elt) { return Elt != NotFound; }); in foldAggregateConstructionIntoAggregateReuse()
787 NotFound, in foldAggregateConstructionIntoAggregateReuse() enumerator
801 if (SourceAggregate == NotFound) in foldAggregateConstructionIntoAggregateReuse()
802 return AggregateDescription::NotFound; in foldAggregateConstructionIntoAggregateReuse()
824 return NotFound; in foldAggregateConstructionIntoAggregateReuse()
870 case AggregateDescription::NotFound: in foldAggregateConstructionIntoAggregateReuse()
894 if (Describe(SourceAggregate) != AggregateDescription::NotFound) { in foldAggregateConstructionIntoAggregateReuse()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddscope.d472 goto NotFound; in searchScopes()
488 NotFound: in searchScopes()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h995 return Step.Action == Unsupported || Step.Action == NotFound; in isInstUnsupported()
H A DLegalizerInfo.h92 NotFound, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp329 assert(ResultKind != NotFound || Decls.size() == 0); in sanity()
484 assert(ResultKind == NotFound || in resolveKind()
4388 case LookupResult::NotFound: in resolveCorrection()
4495 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()
906 case LookupResult::NotFound: in ClassifyName()
16714 case LookupResult::NotFound: in HandleField()
H A DSemaExprObjC.cpp2302 case LookupResult::NotFound: in getObjCMessageKind()
H A DSemaExprCXX.cpp8541 case LookupResult::NotFound: in CheckMicrosoftIfExistsSymbol()
H A DSemaTemplate.cpp10600 case LookupResult::NotFound: { in CheckTypenameType()
H A DTreeTransform.h1121 case LookupResult::NotFound: in RebuildDependentNameType()
H A DSemaDeclCXX.cpp17853 case LookupResult::NotFound: in HandleMSProperty()