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

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 230 unsigned HasRISCVVTypes : 1;
897 bool hasRISCVVTypes() const { return HasRISCVVTypes; }
  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 394 if (Context.getTargetInfo().hasRISCVVTypes()) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 1450 if (Target.hasRISCVVTypes()) {
3889 } else if (Target->hasRISCVVTypes()) {

Completed in 44 milliseconds