/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerInfo.cpp | 77 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 D | ModuleFile.h | 68 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 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;
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 735 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 D | dscope.d | 472 goto NotFound; in searchScopes() 488 NotFound: in searchScopes()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizationArtifactCombiner.h | 995 return Step.Action == Unsupported || Step.Action == NotFound; in isInstUnsupported()
|
H A D | LegalizerInfo.h | 92 NotFound, enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 329 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 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() 906 case LookupResult::NotFound: in ClassifyName() 16714 case LookupResult::NotFound: in HandleField()
|
H A D | SemaExprObjC.cpp | 2302 case LookupResult::NotFound: in getObjCMessageKind()
|
H A D | SemaExprCXX.cpp | 8541 case LookupResult::NotFound: in CheckMicrosoftIfExistsSymbol()
|
H A D | SemaTemplate.cpp | 10600 case LookupResult::NotFound: { in CheckTypenameType()
|
H A D | TreeTransform.h | 1121 case LookupResult::NotFound: in RebuildDependentNameType()
|
H A D | SemaDeclCXX.cpp | 17853 case LookupResult::NotFound: in HandleMSProperty()
|