Searched defs:ftemplate (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/OpenMP/
H A Ddistribute_codegen.cpp242 // HCHECK: call {{.*}}i32 {{.+}}ftemplate
250 T ftemplate() { function
261 int fint(void) { return ftemplate<int>(); }
H A Dnvptx_target_codegen.cpp275 tx ftemplate(int n) { function
335 a += ftemplate<int>(n);
H A Dnvptx_target_firstprivate_codegen.cpp103 tx ftemplate(int n) { function
196 a += ftemplate<int>(n);
H A Dtarget_codegen.cpp377 tx ftemplate(int n) { function
442 a += ftemplate<int>(n);
H A Dtarget_private_codegen.cpp139 tx ftemplate(int n) { function
248 a += ftemplate<int>(n);
H A Dtarget_firstprivate_codegen.cpp325 tx ftemplate(int n) { function
530 a += ftemplate<int>(n);
H A Dfor_codegen.cpp497 // CHECK: call {{.*}}i32 {{.*}}ftemplate
505 T ftemplate() { function
514 int fint(void) { return ftemplate<int>(); }

Completed in 500 milliseconds