/external/llvm-project/clang/test/AST/ |
D | ast-dump-openmp-begin-declare-variant_template_1.cpp | 10 int also_after(void) { in also_after() function 13 int also_after(int) { in also_after() function 16 int also_after(double) { in also_after() function 26 int also_after(void) { in also_after() function 29 int also_after(int) { in also_after() function 32 int also_after(double) { in also_after() function 39 return also_after(T(0)); in test1()
|
D | ast-dump-openmp-begin-declare-variant-varying-return.c | 47 int also_after(double d) { in also_after() function 51 int also_after(long l) { in also_after() function 57 RETURN_TY also_after(double d) { in also_after() function 61 RETURN_TY also_after(long l) { in also_after() function 67 return also_before() + also_before(1) + also_before(2.0f) + also_after(3.0) + also_after(4L); in main()
|
D | ast-dump-openmp-begin-declare-variant_5.c | 10 int also_after(void) { in also_after() function 18 int also_after(void) { in also_after() function 24 return (also_after)() + in main() 26 (&also_after)() + in main()
|
D | ast-dump-openmp-begin-declare-variant_addr_1.c | 10 int also_after(void) { in also_after() function 18 int also_after(void) { in also_after() function 27 return test(also_after) + in main() 29 test(&also_after) + in main()
|
D | ast-dump-openmp-begin-declare-variant_9.c | 10 int also_after(void) { in also_after() function 18 int also_after(void) { in also_after() function 28 fns[1] = also_after; in main() 29 return (foo(), also_after)() + in main()
|
D | ast-dump-openmp-begin-declare-variant_template_3.cpp | 29 int also_after(S<T> s) { in also_after() function 38 int also_after(T s) { in also_after() function 44 return also_before(0) + also_after(0) + also_before(0.) + also_after(0.) + special(S<int>(0, 0)); in test()
|
D | ast-dump-openmp-begin-declare-variant_13.c | 10 int also_after(void) { in also_after() function 18 int also_after(void) { in also_after() function 24 return also_after() + also_before(); in test()
|
D | ast-dump-openmp-begin-declare-variant_6.c | 10 int also_after(void) { in also_after() function 18 int also_after(void) { in also_after() function 24 return also_after() + also_before(); in main()
|
D | ast-dump-openmp-begin-declare-variant_1.c | 10 int also_after(void) { in also_after() function 25 int also_after(void) { 31 return also_after() + also_before(); in test()
|
D | ast-dump-openmp-begin-declare-variant_8.c | 12 int also_after(void) { in also_after() function 22 int also_after(void) { in also_after() function 28 return also_after() + also_before(); in test()
|
D | ast-dump-openmp-begin-declare-variant_2.c | 12 int also_after(void) { in also_after() function 22 int also_after(void) { in also_after() function 28 return also_after() + also_before(); in test()
|
D | ast-dump-openmp-begin-declare-variant_3.c | 12 int also_after(void) { in also_after() function 22 int also_after(void) { in also_after() function 28 return also_after() + also_before(); in test()
|
D | ast-dump-openmp-begin-declare-variant_decl_1.c | 13 int also_after(void); 19 int also_after(void) { in also_after() function 25 return also_after() + also_before(); in test()
|
D | ast-dump-openmp-begin-declare-variant_template_2.cpp | 22 int also_after(T) { in also_after() function 44 int also_after(T) { in also_after() function 54 …return also_before(0.) + also_before_mismatch<0>() + also_before_non_template() + also_after<char>… in test()
|
D | ast-dump-openmp-begin-declare-variant_nested.c | 12 int also_after(void) { in also_after() function 22 int also_after(void) { in also_after() function 28 return also_after() + also_before(); in test()
|
D | ast-dump-openmp-begin-declare-variant_4.c | 11 int also_after(void) { in also_after() function 17 return also_after() + also_before(); in test()
|
/external/llvm-project/clang/test/OpenMP/ |
D | begin_declare_variant_range_withouth_end.c | 12 int also_after(void) { in also_after() function 27 int also_after(void) { 32 return also_after() + also_before(); in test()
|
D | begin_declare_variant_elided_range_withouth_end.c | 10 int also_after(void) { in also_after() function 25 int also_after(void) { 30 return also_after() + also_before(); in test()
|
D | begin_declare_variant_no_end_for_matching_selector.c | 13 int also_after(void) { in also_after() function 27 int also_after(void) { 32 return also_after() + also_before(); in test()
|
D | begin_declare_variant_messages.c | 160 int also_after(void) { in also_after() function
|