Searched defs:t_var1 (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/clang/test/OpenMP/ |
H A D | for_reduction_codegen_UDR.cpp | 48 T t_var = T(), t_var1; in tmain() local 80 float t_var = 0, t_var1; in main() local
|
H A D | parallel_reduction_codegen.cpp | 89 T t_var __attribute__((aligned(128))) = T(), t_var1 __attribute__((aligned(128))); in tmain() local 302 float t_var = 0, t_var1; in main() local
|
H A D | sections_reduction_codegen.cpp | 33 T t_var = T(), t_var1; in tmain() local
|
H A D | for_reduction_codegen.cpp | 35 T t_var = T(), t_var1; in tmain() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/variant/test/ |
D | test5.cpp | 30 typedef variant<int, float, unsigned short, unsigned char> t_var1; in run() typedef
|
D | test8.cpp | 22 typedef variant<float, std::string, int, std::vector<std::string> > t_var1; typedef
|
D | test1.cpp | 42 typedef variant< int, string, double > t_var1; in run() typedef
|