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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTBAA.cpp 170 return getTypeInfo(Context.SatLongAccumTy);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1019 CanQualType SatShortAccumTy, SatAccumTy, SatLongAccumTy;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 1329 InitBuiltinType(SatLongAccumTy, BuiltinType::SatLongAccum);
10218 return SatLongAccumTy;
11361 return SatLongAccumTy;
11531 return SatLongAccumTy;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 6930 T = Context.SatLongAccumTy;

Completed in 89 milliseconds