Home
last modified time | relevance | path

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

12

/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()
313 return {NotFound, LLT()}; in findScalarLegalAction()
319 return {NotFound, LLT()}; in findScalarLegalAction()
336 return {NotFound, Aspect.Type}; in findVectorLegalAction()
340 return {NotFound, Aspect.Type}; in findVectorLegalAction()
355 return {NotFound, IntermediateType}; in findVectorLegalAction()
H A DLegalizerInfo.cpp75 case NotFound: in operator <<()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DNoSanitizeList.cpp34 if (NoSan == llvm::SpecialCaseList::NotFound) in containsPrefix()
42 return San == llvm::SpecialCaseList::NotFound || NoSan > San; in containsPrefix()
H A DSanitizerSpecialCaseList.cpp60 return inSectionBlame(Mask, Prefix, Query, Category) != NotFound; in inSection()
75 return NotFound; in inSectionBlame()
H A DDiagnosticIDs.cpp672 bool NotFound = true; in getDiagnosticsInGroup() local
678 NotFound = false; in getDiagnosticsInGroup()
690 NotFound &= getDiagnosticsInGroup(Flavor, &OptionTable[(short)*SubGroups], in getDiagnosticsInGroup()
694 return NotFound; in getDiagnosticsInGroup()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleFile.h88 NotFound = 3 enumerator
109 File.Val.setInt(NotFound); in getNotFound()
120 bool isNotFound() const { return Val.getInt() == NotFound; } in isNotFound()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h41 NotFound = 0, enumerator
502 assert((ResultKind == LookupResultKind::NotFound || in setNotFoundInCurrentInstantiation()
528 ResultKind = LookupResultKind::NotFound; in resolveKindAfterFilter()
608 ResultKind = LookupResultKind::NotFound; in clear()
794 LookupResultKind ResultKind = LookupResultKind::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/lld/MachO/
H A DDriver.h104 NotFound = 0x11, enumerator
H A DDriverUtils.cpp423 addDep(DepOpCode::NotFound, f); in write()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h612 ValT safeLookup(KeyT x, ValT NotFound) const { in safeLookup() argument
614 return Traits::startLess(x, start(i)) ? NotFound : value(i); in safeLookup()
1036 ValT treeSafeLookup(KeyT x, ValT NotFound) const;
1120 ValT lookup(KeyT x, ValT NotFound = ValT()) const {
1122 return NotFound;
1123 return branched() ? treeSafeLookup(x, NotFound) :
1124 rootLeaf().safeLookup(x, NotFound);
1203 treeSafeLookup(KeyT x, ValT NotFound) const { in treeSafeLookup() argument
1209 return NR.get<Leaf>().safeLookup(x, NotFound); in treeSafeLookup()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSpecialCaseList.h73 static constexpr std::pair<unsigned, unsigned> NotFound = {0, 0};
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp902 static constexpr auto NotFound = std::nullopt; in foldAggregateConstructionIntoAggregateReuse() local
907 SmallVector<std::optional<Instruction *>, 2> AggElts(NumAggElts, NotFound); in foldAggregateConstructionIntoAggregateReuse()
911 return !llvm::is_contained(AggElts, NotFound); in foldAggregateConstructionIntoAggregateReuse()
957 NotFound, in foldAggregateConstructionIntoAggregateReuse() enumerator
971 if (SourceAggregate == NotFound) in foldAggregateConstructionIntoAggregateReuse()
972 return AggregateDescription::NotFound; in foldAggregateConstructionIntoAggregateReuse()
1000 return NotFound; in foldAggregateConstructionIntoAggregateReuse()
1046 case AggregateDescription::NotFound: in foldAggregateConstructionIntoAggregateReuse()
1071 if (Describe(SourceAggregate) != AggregateDescription::NotFound) { in foldAggregateConstructionIntoAggregateReuse()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp227 return NotFound; in inSectionBlame()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.h76 NotFound, enumerator
H A DLegalizerInfo.h95 NotFound, enumerator
187 case LegacyLegalizeActions::NotFound: in LegalizeActionStep()
188 Action = LegalizeActions::NotFound; in LegalizeActionStep()
H A DLegalizationArtifactCombiner.h1538 return Step.Action == Unsupported || Step.Action == NotFound; in isInstUnsupported()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1272 return EmbedResult::NotFound; in EvaluateHasEmbed()
1299 return EmbedResult::NotFound; in EvaluateHasEmbed()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp333 assert(ResultKind != LookupResultKind::NotFound || Decls.size() == 0); in checkDebugAssumptions()
492 assert(ResultKind == LookupResultKind::NotFound || in resolveKind()
4771 case LookupResultKind::NotFound: in resolveCorrection()
4878 case LookupResultKind::NotFound: in performQualifiedLookups()
H A DSemaTemplateVariadic.cpp1155 case LookupResultKind::NotFound: in ActOnSizeofParameterPackExpr()
H A DSemaDecl.cpp165 NotFound, enumerator
180 return UnqualifiedTypeNameLookupResult::NotFound; in lookupUnqualifiedTypeNameInBase()
183 UnqualifiedTypeNameLookupResult::NotFound; in lookupUnqualifiedTypeNameInBase()
214 if (FoundTypeDecl == UnqualifiedTypeNameLookupResult::NotFound) { in lookupUnqualifiedTypeNameInBase()
221 case UnqualifiedTypeNameLookupResult::NotFound: in lookupUnqualifiedTypeNameInBase()
237 UnqualifiedTypeNameLookupResult::NotFound; in recoverFromTypeInKnownDependentBase()
239 DC && FoundTypeDecl == UnqualifiedTypeNameLookupResult::NotFound; in recoverFromTypeInKnownDependentBase()
421 case LookupResultKind::NotFound: in getTypeName()
930 case LookupResultKind::NotFound: in ClassifyName()
18818 case LookupResultKind::NotFound: in HandleField()
H A DSemaExprObjC.cpp2301 case LookupResultKind::NotFound: in getObjCMessageKind()
H A DSemaExprCXX.cpp7790 case LookupResultKind::NotFound: in CheckMicrosoftIfExistsSymbol()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp526 llvm::itostr(static_cast<int>(EmbedResult::NotFound))); in InitializeStandardPredefinedMacros()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h128 NotFound = 0, // Corresponds to __STDC_EMBED_NOT_FOUND__ enumerator

12