Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMacroFusion.cpp49 FusionFeature(FusionKind Kind, bool HasFeature, int Index, in FusionFeature()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp103 bool HasFeature = llvm::StringSwitch<bool>(Feature) in hasFeature() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1111 static bool HasFeature(const Preprocessor &PP, StringRef Feature) { in HasFeature() function