Home
last modified time | relevance | path

Searched defs:HasFeature (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMacroFusion.cpp51 FusionFeature(FusionKind Kind, bool HasFeature, int Index, in FusionFeature() argument
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp97 bool HasFeature = llvm::StringSwitch<bool>(Feature) in hasFeature() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp1584 auto HasFeature = [&](StringRef FeatureName) -> bool { in handleInterruptAttr() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1090 static bool HasFeature(const Preprocessor &PP, StringRef Feature) { in HasFeature() function