HomeSort by: relevance | last modified time | path
    Searched refs:HasFeature (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCMacroFusion.cpp 49 FusionFeature(FusionKind Kind, bool HasFeature, int Index,
51 Kd(Kind), Supported(HasFeature), DepOpIdx(Index), OpSet1(First),
  /src/external/apache2/llvm/dist/clang/lib/Basic/
Module.cpp 101 static bool hasFeature(StringRef Feature, const LangOptions &LangOpts,
103 bool HasFeature = llvm::StringSwitch<bool>(Feature)
121 .Default(Target.hasFeature(Feature) ||
123 if (!HasFeature)
124 HasFeature = std::find(LangOpts.ModuleFeatures.begin(),
127 return HasFeature;
142 if (hasFeature(Current->Requirements[I].first, LangOpts, Target) !=
296 if (hasFeature(Feature, LangOpts, Target) == RequiredState)
  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPMacroExpansion.cpp 1109 /// HasFeature - Return true if we recognize and implement the feature
1111 static bool HasFeature(const Preprocessor &PP, StringRef Feature) {
1129 if (HasFeature(PP, Extension))
1145 // Because we inherit the feature list from HasFeature, this string switch
1146 // must be less restrictive than HasFeature's.
1619 return II && HasFeature(*this, II->getName());

Completed in 56 milliseconds