Home
last modified time | relevance | path

Searched defs:HasFeature (Results 1 – 3 of 3) 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.cpp102 bool HasFeature = llvm::StringSwitch<bool>(Feature) in hasFeature() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1145 static bool HasFeature(const Preprocessor &PP, StringRef Feature) { in HasFeature() function