Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCMacroFusion.cpp51 FusionFeature(FusionKind Kind, bool HasFeature, int Index, in FusionFeature()
/openbsd/gnu/llvm/clang/lib/Basic/
H A DModule.cpp103 bool HasFeature = llvm::StringSwitch<bool>(Feature) in hasFeature() local
/openbsd/gnu/llvm/clang/lib/Lex/
H A DPPMacroExpansion.cpp1135 static bool HasFeature(const Preprocessor &PP, StringRef Feature) { in HasFeature() function