Home
last modified time | relevance | path

Searched defs:ShortTy (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/test/SemaOpenACC/
H A Dcompute-construct-intexpr-clause-ast.cpp675 using ShortTy = short; global() typedef
H A Dcompute-construct-wait-clause.cpp49 using ShortTy = short; typedef
H A Dcompute-construct-num_gangs-clause.cpp113 using ShortTy = short; global() typedef
H A Dcompute-construct-async-clause.cpp63 using ShortTy = short; typedef
H A Dcompute-construct-num_workers-clause.cpp61 using ShortTy = short; typedef
H A Dcompute-construct-vector_length-clause.cpp61 using ShortTy = short; typedef
/llvm-project/clang/include/clang/AST/
H A DASTContext.h1118 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; global() variable
/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp175 llvm::IntegerType *ShortTy, *IntTy, *LongTy; global() member in __anon5e07598a0111::ObjCCommonTypesHelper