Searched refs:HasFeature (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCMacroFusion.cpp | 51 FusionFeature(FusionKind Kind, bool HasFeature, int Index, in FusionFeature() argument 53 Kd(Kind), Supported(HasFeature), DepOpIdx(Index), OpSet1(First), in FusionFeature()
|
/openbsd/gnu/llvm/clang/lib/Basic/ |
H A D | Module.cpp | 103 bool HasFeature = llvm::StringSwitch<bool>(Feature) in hasFeature() local 123 if (!HasFeature) in hasFeature() 124 HasFeature = llvm::is_contained(LangOpts.ModuleFeatures, Feature); in hasFeature() 125 return HasFeature; in hasFeature()
|
/openbsd/gnu/llvm/clang/lib/Lex/ |
H A D | PPMacroExpansion.cpp | 1135 static bool HasFeature(const Preprocessor &PP, StringRef Feature) { in HasFeature() function 1153 if (HasFeature(PP, Extension)) in HasExtension() 1658 return II && HasFeature(*this, II->getName()); in ExpandBuiltinMacro()
|