Searched defs:ShortTy (Results 1 – 8 of 8) sorted by relevance
/llvm-project/clang/test/SemaOpenACC/ | ||
H A D | compute-construct-intexpr-clause-ast.cpp | 675 using ShortTy = short; global() typedef |
H A D | compute-construct-wait-clause.cpp | 49 using ShortTy = short; typedef |
H A D | compute-construct-num_gangs-clause.cpp | 113 using ShortTy = short; global() typedef |
H A D | compute-construct-async-clause.cpp | 63 using ShortTy = short; typedef |
H A D | compute-construct-num_workers-clause.cpp | 61 using ShortTy = short; typedef |
H A D | compute-construct-vector_length-clause.cpp | 61 using ShortTy = short; typedef |
/llvm-project/clang/include/clang/AST/ | ||
H A D | ASTContext.h | 1118 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; global() variable |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGObjCMac.cpp | 175 llvm::IntegerType *ShortTy, *IntTy, *LongTy; global() member in __anon5e07598a0111::ObjCCommonTypesHelper |