HomeSort by relevance Sort by last modified time
    Searched refs:fstatic (Results 1 - 5 of 5) sorted by null

  /external/clang/test/OpenMP/
nvptx_target_codegen.cpp 291 int fstatic(int n) { function
333 a += fstatic(n);
nvptx_target_firstprivate_codegen.cpp 117 int fstatic(int n) { function
195 a += fstatic(n);
target_codegen.cpp 393 int fstatic(int n) { function
438 // CHECK: call {{.*}}i32 [[FSTATIC:@.+]](i32 {{.*}})
439 a += fstatic(n);
523 // CHECK: define {{.*}}[[FSTATIC]]
    [all...]
target_firstprivate_codegen.cpp 339 int fstatic(int n) { function
    [all...]
target_private_codegen.cpp 155 int fstatic(int n) { function
247 a += fstatic(n);

Completed in 145 milliseconds