Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp69 case NotFound: in operator <<()
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DModuleFile.h80 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 DLookup.h50 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 Dinterval_map.h81 ValT lookup(KeyT K, ValT NotFound = ValT()) const {
84 return NotFound;
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DDiagnosticIDs.cpp684 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 DDriver.h97 NotFound = 0x11, enumerator
H A DDriverUtils.cpp353 addDep(DepOpCode::NotFound, f); in write()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DIntervalMap.h611 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 DInstCombineVectorOps.cpp873 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 DLegalizerInfo.h93 NotFound, enumerator
187 case LegacyLegalizeActions::NotFound: in LegalizeActionStep()
188 Action = LegalizeActions::NotFound; in LegalizeActionStep()
H A DLegacyLegalizerInfo.h74 NotFound, enumerator
H A DLegalizationArtifactCombiner.h1405 return Step.Action == Unsupported || Step.Action == NotFound; in isInstUnsupported()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp332 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 DSemaTemplateVariadic.cpp1023 case LookupResult::NotFound: in ActOnSizeofParameterPackExpr()
H A DSemaDecl.cpp175 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 DSemaExprObjC.cpp2300 case LookupResult::NotFound: in getObjCMessageKind()
H A DSemaExprCXX.cpp8898 case LookupResult::NotFound: in CheckMicrosoftIfExistsSymbol()
H A DSemaTemplate.cpp10960 case LookupResult::NotFound: { in CheckTypenameType()
H A DTreeTransform.h1166 case LookupResult::NotFound: in RebuildDependentNameType()
H A DSemaDeclCXX.cpp18536 case LookupResult::NotFound: in HandleMSProperty()