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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTBAA.cpp 145 return getTypeInfo(Context.ShortFractTy);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1017 CanQualType ShortFractTy, FractTy, LongFractTy;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 1321 InitBuiltinType(ShortFractTy, BuiltinType::ShortFract);
10220 return ShortFractTy;
11533 return ShortFractTy;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 1477 Result = Context.ShortFractTy;
SemaExpr.cpp 3786 Ty = Context.ShortFractTy;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 6906 T = Context.ShortFractTy;

Completed in 240 milliseconds