Home
last modified time | relevance | path

Searched refs:HasFeature (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMacroFusion.cpp51 FusionFeature(FusionKind Kind, bool HasFeature, int Index, in FusionFeature() argument
53 Kd(Kind), Supported(HasFeature), DepOpIdx(Index), OpSet1(First), in FusionFeature()
/llvm-project/clang/lib/Basic/
H A DModule.cpp98 bool HasFeature = llvm::StringSwitch<bool>(Feature)
122 if (!HasFeature) in hasFeature()
123 HasFeature = llvm::is_contained(LangOpts.ModuleFeatures, Feature); in hasFeature()
124 return HasFeature; in hasFeature()
102 bool HasFeature = llvm::StringSwitch<bool>(Feature) hasFeature() local
/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1126 /// HasFeature - Return true if we recognize and implement the feature in ComputeDATE_TIME()
1128 static bool HasFeature(const Preprocessor &PP, StringRef Feature) { in ComputeDATE_TIME()
1147 if (HasFeature(PP, Extension)) in HasFeature()
1163 // Because we inherit the feature list from HasFeature, this string switch in HasExtension()
1164 // must be less restrictive than HasFeature's. in HasExtension()
1791 return II && HasFeature(*this, II->getName()); in ExpandBuiltinMacro()
1145 static bool HasFeature(const Preprocessor &PP, StringRef Feature) { HasFeature() function