/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegacyLegalizerInfo.cpp | 60 case NotFound: in operator <<() 61 OS << "NotFound"; in operator <<() 296 case NotFound: in findAction() 297 llvm_unreachable("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, IntermediateTyp in findVectorLegalAction() [all...] |
H A D | LegalizerInfo.cpp | 69 case NotFound: in operator <<()
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ModuleFile.h | 82 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 D | Lookup.h | 50 NotFound = 0, enumerator 502 assert((ResultKind == NotFound || in setNotFoundInCurrentInstantiation() 528 ResultKind = NotFound; in resolveKindAfterFilter() 606 ResultKind = NotFound; in clear() 792 LookupResultKind ResultKind = NotFound;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | interval_map.h | 81 ValT lookup(KeyT K, ValT NotFound = ValT()) const { 84 return NotFound;
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | DiagnosticIDs.cpp | 682 bool NotFound = true; in getDiagnosticsInGroup() local 688 NotFound = false; in getDiagnosticsInGroup() 696 NotFound &= getDiagnosticsInGroup(Flavor, &OptionTable[(short)*SubGroups], in getDiagnosticsInGroup() 699 return NotFound; in getDiagnosticsInGroup()
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | Driver.h | 99 NotFound = 0x11, 97 NotFound = 0x11, global() enumerator
|
H A D | DriverUtils.cpp | 367 addDep(DepOpCode::NotFound, f); in write()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | IntervalMap.h | 53 // ValT lookup(KeyT x, Value NotFound = Value()) const; 609 /// @param NotFound Value to return if x is not in any interval. 610 /// @return The mapped value at x or NotFound. 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; 1118 /// lookup - Return the mapped value at x or NotFound. 1119 ValT lookup(KeyT x, ValT NotFound = ValT()) const { 1121 return NotFound; 1122 return branched() ? treeSafeLookup(x, NotFound) 1202 treeSafeLookup(KeyT x,ValT NotFound) treeSafeLookup() argument [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 890 static constexpr auto NotFound = std::nullopt; in foldAggregateConstructionIntoAggregateReuse() local 895 SmallVector<std::optional<Instruction *>, 2> AggElts(NumAggElts, NotFound); in foldAggregateConstructionIntoAggregateReuse() 899 return !llvm::is_contained(AggElts, NotFound); in foldAggregateConstructionIntoAggregateReuse() 945 NotFound, in foldAggregateConstructionIntoAggregateReuse() enumerator 959 if (SourceAggregate == NotFound) in foldAggregateConstructionIntoAggregateReuse() 960 return AggregateDescription::NotFound; in foldAggregateConstructionIntoAggregateReuse() 982 return NotFound; in foldAggregateConstructionIntoAggregateReuse() 1028 case AggregateDescription::NotFound: in foldAggregateConstructionIntoAggregateReuse() 1053 if (Describe(SourceAggregate) != AggregateDescription::NotFound) { in foldAggregateConstructionIntoAggregateReuse()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizerInfo.h | 94 NotFound, enumerator 188 case LegacyLegalizeActions::NotFound: in LegalizeActionStep() 189 Action = LegalizeActions::NotFound; in LegalizeActionStep()
|
H A D | LegacyLegalizerInfo.h | 75 NotFound, enumerator
|
H A D | LegalizationArtifactCombiner.h | 1519 return Step.Action == Unsupported || Step.Action == NotFound; in isInstUnsupported()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPMacroExpansion.cpp | 1327 return EmbedResult::NotFound; in EvaluateHasEmbed() 1354 return EmbedResult::NotFound; in EvaluateHasEmbed()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 334 assert(ResultKind != NotFound || Decls.size() == 0); in checkDebugAssumptions() 490 assert(ResultKind == NotFound || in resolveKind() 4677 case LookupResult::NotFound: in resolveCorrection() 4784 case LookupResult::NotFound: in performQualifiedLookups()
|
H A D | SemaTemplateVariadic.cpp | 1033 case LookupResult::NotFound: in ActOnSizeofParameterPackExpr()
|
H A D | SemaDecl.cpp | 141 NotFound, enumerator 156 return UnqualifiedTypeNameLookupResult::NotFound; in lookupUnqualifiedTypeNameInBase() 159 UnqualifiedTypeNameLookupResult::NotFound; in lookupUnqualifiedTypeNameInBase() 190 if (FoundTypeDecl == UnqualifiedTypeNameLookupResult::NotFound) { in lookupUnqualifiedTypeNameInBase() 197 case UnqualifiedTypeNameLookupResult::NotFound: in lookupUnqualifiedTypeNameInBase() 213 UnqualifiedTypeNameLookupResult::NotFound; in recoverFromTypeInKnownDependentBase() 215 DC && FoundTypeDecl == UnqualifiedTypeNameLookupResult::NotFound; in recoverFromTypeInKnownDependentBase() 396 case LookupResult::NotFound: in getTypeName() 913 case LookupResult::NotFound: in ClassifyName() 18286 case LookupResult::NotFound: in HandleField()
|
H A D | SemaExprObjC.cpp | 2312 case LookupResult::NotFound: in getObjCMessageKind()
|
H A D | SemaExprCXX.cpp | 9182 case LookupResult::NotFound: in CheckMicrosoftIfExistsSymbol()
|
H A D | SemaTemplate.cpp | 10497 case LookupResult::NotFound: { in CheckTypenameType()
|
H A D | SemaDeclCXX.cpp | 18995 case LookupResult::NotFound: in HandleMSProperty()
|
H A D | TreeTransform.h | 1209 case LookupResult::NotFound: in RebuildDependentNameType()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 520 llvm::itostr(static_cast<int>(EmbedResult::NotFound))); in InitializeStandardPredefinedMacros()
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 126 NotFound = 0, // Corresponds to __STDC_EMBED_NOT_FOUND__ enumerator
|