Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp60 case NotFound: in operator <<()
296 case NotFound: in findAction()
306 return {NotFound, LLT()}; in findScalarLegalAction()
311 return {NotFound, LLT()}; in findScalarLegalAction()
320 return {NotFound, LLT()}; in findScalarLegalAction()
337 return {NotFound, Aspect.Type}; in findVectorLegalAction()
341 return {NotFound, Aspect.Type}; in findVectorLegalAction()
356 return {NotFound, IntermediateType}; in findVectorLegalAction()
H A DLegalizerInfo.cpp69 case NotFound: in operator <<()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleFile.h82 NotFound = 3 enumerator
103 File.Val.setInt(NotFound); in getNotFound()
114 bool isNotFound() const { return Val.getInt() == NotFound; } in isNotFound()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h50 NotFound = 0, enumerator
499 assert(ResultKind == NotFound && Decls.empty()); in setNotFoundInCurrentInstantiation()
523 ResultKind = NotFound; in resolveKindAfterFilter()
601 ResultKind = NotFound; in clear()
787 LookupResultKind ResultKind = NotFound;
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dinterval_map.h81 ValT lookup(KeyT K, ValT NotFound = ValT()) const {
84 return NotFound;
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp669 bool NotFound = true; in getDiagnosticsInGroup() local
675 NotFound = false; in getDiagnosticsInGroup()
683 NotFound &= getDiagnosticsInGroup(Flavor, &OptionTable[(short)*SubGroups], in getDiagnosticsInGroup()
686 return NotFound; in getDiagnosticsInGroup()
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.h99 NotFound = 0x11, enumerator
H A DDriverUtils.cpp357 addDep(DepOpCode::NotFound, f); in write()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp883 static constexpr auto NotFound = std::nullopt; in foldAggregateConstructionIntoAggregateReuse() local
888 SmallVector<std::optional<Instruction *>, 2> AggElts(NumAggElts, NotFound); in foldAggregateConstructionIntoAggregateReuse()
892 return !llvm::is_contained(AggElts, NotFound); in foldAggregateConstructionIntoAggregateReuse()
938 NotFound, in foldAggregateConstructionIntoAggregateReuse() enumerator
952 if (SourceAggregate == NotFound) in foldAggregateConstructionIntoAggregateReuse()
953 return AggregateDescription::NotFound; in foldAggregateConstructionIntoAggregateReuse()
975 return NotFound; in foldAggregateConstructionIntoAggregateReuse()
1021 case AggregateDescription::NotFound: in foldAggregateConstructionIntoAggregateReuse()
1046 if (Describe(SourceAggregate) != AggregateDescription::NotFound) { in foldAggregateConstructionIntoAggregateReuse()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h94 NotFound, enumerator
188 case LegacyLegalizeActions::NotFound: in LegalizeActionStep()
189 Action = LegalizeActions::NotFound; in LegalizeActionStep()
H A DLegacyLegalizerInfo.h75 NotFound, enumerator
H A DLegalizationArtifactCombiner.h1500 return Step.Action == Unsupported || Step.Action == NotFound; in isInstUnsupported()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp332 assert(ResultKind != NotFound || Decls.size() == 0); in checkDebugAssumptions()
488 assert(ResultKind == NotFound || in resolveKind()
4746 case LookupResult::NotFound: in resolveCorrection()
4853 case LookupResult::NotFound: in performQualifiedLookups()
H A DSemaTemplateVariadic.cpp1030 case LookupResult::NotFound: in ActOnSizeofParameterPackExpr()
H A DSemaDecl.cpp181 NotFound, enumerator
196 return UnqualifiedTypeNameLookupResult::NotFound; in lookupUnqualifiedTypeNameInBase()
199 UnqualifiedTypeNameLookupResult::NotFound; in lookupUnqualifiedTypeNameInBase()
230 if (FoundTypeDecl == UnqualifiedTypeNameLookupResult::NotFound) { in lookupUnqualifiedTypeNameInBase()
237 case UnqualifiedTypeNameLookupResult::NotFound: in lookupUnqualifiedTypeNameInBase()
253 UnqualifiedTypeNameLookupResult::NotFound; in recoverFromTypeInKnownDependentBase()
255 DC && FoundTypeDecl == UnqualifiedTypeNameLookupResult::NotFound; in recoverFromTypeInKnownDependentBase()
444 case LookupResult::NotFound: in getTypeName()
978 case LookupResult::NotFound: in ClassifyName()
18491 case LookupResult::NotFound: in HandleField()
H A DSemaExprObjC.cpp2302 case LookupResult::NotFound: in getObjCMessageKind()
H A DSemaExprCXX.cpp8960 case LookupResult::NotFound: in CheckMicrosoftIfExistsSymbol()
H A DSemaTemplate.cpp11266 case LookupResult::NotFound: { in CheckTypenameType()
H A DTreeTransform.h1188 case LookupResult::NotFound: in RebuildDependentNameType()
H A DSemaDeclCXX.cpp19234 case LookupResult::NotFound: in HandleMSProperty()