Home
last modified time | relevance | path

Searched defs:ttt (Results 1 – 17 of 17) sorted by relevance

/llvm-project/clang/test/OpenMP/
H A Dtask_firstprivate_codegen.cpp43 S<T> ttt; in tmain() local
157 S<double> ttt; in main() local
H A Dmaster_taskloop_simd_lastprivate_codegen.cpp44 S<T> ttt; in tmain() local
148 S<double> ttt; in main() local
H A Dparallel_master_taskloop_firstprivate_codegen.cpp35 S<T> ttt; in tmain() local
83 S<double> ttt; in main() local
H A Dtaskloop_simd_firstprivate_codegen.cpp44 S<T> ttt; in tmain() local
150 S<double> ttt; in main() local
H A Dtaskloop_firstprivate_codegen.cpp44 S<T> ttt; in tmain() local
150 S<double> ttt; in main() local
H A Dmaster_taskloop_simd_firstprivate_codegen.cpp44 S<T> ttt; in tmain() local
150 S<double> ttt; in main() local
H A Dmaster_taskloop_firstprivate_codegen.cpp44 S<T> ttt; in tmain() local
164 S<double> ttt; in main() local
H A Dparallel_master_taskloop_simd_firstprivate_codegen.cpp35 S<T> ttt; in tmain() local
83 S<double> ttt; in main() local
H A Dtaskloop_simd_lastprivate_codegen.cpp44 S<T> ttt; in tmain() local
148 S<double> ttt; in main() local
H A Dparallel_master_taskloop_simd_lastprivate_codegen.cpp37 S<T> ttt; in tmain() local
83 S<double> ttt; in main() local
H A Dmaster_taskloop_lastprivate_codegen.cpp46 S<T> ttt; in tmain() local
150 S<double> ttt; in main() local
H A Dparallel_master_taskloop_lastprivate_codegen.cpp37 S<T> ttt; in tmain() local
83 S<double> ttt; in main() local
H A Dtaskloop_lastprivate_codegen.cpp46 S<T> ttt; in tmain() local
150 S<double> ttt; in main() local
/llvm-project/clang/test/Parser/
H A Dtypeof.c10 int int ttt; // expected-error{{cannot combine with previous 'int' declaration specifier}} in test() local
/llvm-project/clang/test/CodeGenCXX/
H A D2009-10-27-crash.cpp36 } ttt; typedef
/llvm-project/llvm/test/MC/ARM/
H A Dthumbv8m.s179 ttt r0, r1 label
/llvm-project/clang/test/Analysis/
H A Dcasts.c76 char ttt(int intSeconds) { in ttt() function