| /openbsd-src/gnu/llvm/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 | 69 case NotFound: in operator <<()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Serialization/ |
| H A D | ModuleFile.h | 80 NotFound = 3 enumerator 101 File.Val.setInt(NotFound); in getNotFound() 112 bool isNotFound() const { return Val.getInt() == NotFound; } in isNotFound()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Lookup.h | 50 NotFound = 0, enumerator 479 assert(ResultKind == NotFound && Decls.empty()); in setNotFoundInCurrentInstantiation() 503 ResultKind = NotFound; in resolveKindAfterFilter() 581 ResultKind = NotFound; in clear() 747 LookupResultKind ResultKind = NotFound;
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/orc/ |
| H A D | interval_map.h | 81 ValT lookup(KeyT K, ValT NotFound = ValT()) const { 84 return NotFound;
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | DiagnosticIDs.cpp | 684 bool NotFound = true; in getDiagnosticsInGroup() local 690 NotFound = false; in getDiagnosticsInGroup() 698 NotFound &= getDiagnosticsInGroup(Flavor, &OptionTable[(short)*SubGroups], in getDiagnosticsInGroup() 701 return NotFound; in getDiagnosticsInGroup()
|
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | Driver.h | 97 NotFound = 0x11, enumerator
|
| H A D | DriverUtils.cpp | 353 addDep(DepOpCode::NotFound, f); in write()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | IntervalMap.h | 611 ValT safeLookup(KeyT x, ValT NotFound) const { in safeLookup() argument 613 return Traits::startLess(x, start(i)) ? NotFound : value(i); in safeLookup() 1035 ValT treeSafeLookup(KeyT x, ValT NotFound) const; 1119 ValT lookup(KeyT x, ValT NotFound = ValT()) const { 1121 return NotFound; 1122 return branched() ? treeSafeLookup(x, NotFound) : 1123 rootLeaf().safeLookup(x, NotFound); 1202 treeSafeLookup(KeyT x, ValT NotFound) const { in treeSafeLookup() argument 1208 return NR.get<Leaf>().safeLookup(x, NotFound); in treeSafeLookup()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineVectorOps.cpp | 873 static constexpr auto NotFound = std::nullopt; in foldAggregateConstructionIntoAggregateReuse() local 878 SmallVector<std::optional<Instruction *>, 2> AggElts(NumAggElts, NotFound); in foldAggregateConstructionIntoAggregateReuse() 882 return !llvm::is_contained(AggElts, NotFound); in foldAggregateConstructionIntoAggregateReuse() 928 NotFound, in foldAggregateConstructionIntoAggregateReuse() enumerator 942 if (SourceAggregate == NotFound) in foldAggregateConstructionIntoAggregateReuse() 943 return AggregateDescription::NotFound; in foldAggregateConstructionIntoAggregateReuse() 965 return NotFound; in foldAggregateConstructionIntoAggregateReuse() 1011 case AggregateDescription::NotFound: in foldAggregateConstructionIntoAggregateReuse() 1036 if (Describe(SourceAggregate) != AggregateDescription::NotFound) { in foldAggregateConstructionIntoAggregateReuse()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LegalizerInfo.h | 93 NotFound, enumerator 187 case LegacyLegalizeActions::NotFound: in LegalizeActionStep() 188 Action = LegalizeActions::NotFound; in LegalizeActionStep()
|
| H A D | LegacyLegalizerInfo.h | 74 NotFound, enumerator
|
| H A D | LegalizationArtifactCombiner.h | 1405 return Step.Action == Unsupported || Step.Action == NotFound; in isInstUnsupported()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 332 assert(ResultKind != NotFound || Decls.size() == 0); in checkDebugAssumptions() 487 assert(ResultKind == NotFound || in resolveKind() 4728 case LookupResult::NotFound: in resolveCorrection() 4835 case LookupResult::NotFound: in performQualifiedLookups()
|
| H A D | SemaTemplateVariadic.cpp | 1023 case LookupResult::NotFound: in ActOnSizeofParameterPackExpr()
|
| H A D | SemaDecl.cpp | 175 NotFound, enumerator 190 return UnqualifiedTypeNameLookupResult::NotFound; in lookupUnqualifiedTypeNameInBase() 193 UnqualifiedTypeNameLookupResult::NotFound; in lookupUnqualifiedTypeNameInBase() 224 if (FoundTypeDecl == UnqualifiedTypeNameLookupResult::NotFound) { in lookupUnqualifiedTypeNameInBase() 231 case UnqualifiedTypeNameLookupResult::NotFound: in lookupUnqualifiedTypeNameInBase() 247 UnqualifiedTypeNameLookupResult::NotFound; in recoverFromTypeInKnownDependentBase() 249 DC && FoundTypeDecl == UnqualifiedTypeNameLookupResult::NotFound; in recoverFromTypeInKnownDependentBase() 436 case LookupResult::NotFound: in getTypeName() 953 case LookupResult::NotFound: in ClassifyName() 17881 case LookupResult::NotFound: in HandleField()
|
| H A D | SemaExprObjC.cpp | 2300 case LookupResult::NotFound: in getObjCMessageKind()
|
| H A D | SemaExprCXX.cpp | 8898 case LookupResult::NotFound: in CheckMicrosoftIfExistsSymbol()
|
| H A D | SemaTemplate.cpp | 10960 case LookupResult::NotFound: { in CheckTypenameType()
|
| H A D | TreeTransform.h | 1166 case LookupResult::NotFound: in RebuildDependentNameType()
|
| H A D | SemaDeclCXX.cpp | 18536 case LookupResult::NotFound: in HandleMSProperty()
|