Searched refs:HasFeature (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCMacroFusion.cpp | 49 FusionFeature(FusionKind Kind, bool HasFeature, int Index, in FusionFeature() argument 51 Kd(Kind), Supported(HasFeature), DepOpIdx(Index), OpSet1(First), in FusionFeature()
|
| /freebsd-13.1/contrib/llvm-project/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 = std::find(LangOpts.ModuleFeatures.begin(), in hasFeature() 127 return HasFeature; in hasFeature()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPMacroExpansion.cpp | 1111 static bool HasFeature(const Preprocessor &PP, StringRef Feature) { in HasFeature() function 1129 if (HasFeature(PP, Extension)) in HasExtension() 1610 return II && HasFeature(*this, II->getName()); in ExpandBuiltinMacro()
|