Home
last modified time | relevance | path

Searched refs:also_after (Results 1 – 20 of 20) sorted by relevance

/external/llvm-project/clang/test/AST/
Dast-dump-openmp-begin-declare-variant_template_1.cpp10 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()
Dast-dump-openmp-begin-declare-variant-varying-return.c47 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()
Dast-dump-openmp-begin-declare-variant_5.c10 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()
Dast-dump-openmp-begin-declare-variant_addr_1.c10 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()
Dast-dump-openmp-begin-declare-variant_9.c10 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()
Dast-dump-openmp-begin-declare-variant_template_3.cpp29 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()
Dast-dump-openmp-begin-declare-variant_13.c10 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()
Dast-dump-openmp-begin-declare-variant_6.c10 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()
Dast-dump-openmp-begin-declare-variant_1.c10 int also_after(void) { in also_after() function
25 int also_after(void) {
31 return also_after() + also_before(); in test()
Dast-dump-openmp-begin-declare-variant_8.c12 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()
Dast-dump-openmp-begin-declare-variant_2.c12 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()
Dast-dump-openmp-begin-declare-variant_3.c12 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()
Dast-dump-openmp-begin-declare-variant_decl_1.c13 int also_after(void);
19 int also_after(void) { in also_after() function
25 return also_after() + also_before(); in test()
Dast-dump-openmp-begin-declare-variant_template_2.cpp22 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()
Dast-dump-openmp-begin-declare-variant_nested.c12 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()
Dast-dump-openmp-begin-declare-variant_4.c11 int also_after(void) { in also_after() function
17 return also_after() + also_before(); in test()
/external/llvm-project/clang/test/OpenMP/
Dbegin_declare_variant_range_withouth_end.c12 int also_after(void) { in also_after() function
27 int also_after(void) {
32 return also_after() + also_before(); in test()
Dbegin_declare_variant_elided_range_withouth_end.c10 int also_after(void) { in also_after() function
25 int also_after(void) {
30 return also_after() + also_before(); in test()
Dbegin_declare_variant_no_end_for_matching_selector.c13 int also_after(void) { in also_after() function
27 int also_after(void) {
32 return also_after() + also_before(); in test()
Dbegin_declare_variant_messages.c160 int also_after(void) { in also_after() function