Searched refs:nested2 (Results 1 – 10 of 10) sorted by relevance
59 procedure(logical), pointer, nopass :: p3 => nested294 logical function nested2(x) function99 nested2 = x/=0100 end function nested2
5 int nested2() { in nested2() function10 return 1 + nested2(); in nested1()
18 int nested2(void) { in nested2() function22 return nested2(); in nested1()
11 struct nested2 { struct19 struct nested2; argument
44 struct nested2 { struct49 struct nested2 PR20573 = { .a = 3 }; argument67 struct nested2; // expected-warning {{anonymous structs are a Microsoft extension}}
1 int nested2; variable
3 header "nested2.h"
16 return a1 + b1 + nested2; in test()
243 template<typename...Ts> void nested2(Ts ...ts) { // expected-note 2{{here}} in nested2() function265 template void nested2(int); // ok266 template void nested2(int, int); // expected-note {{in instantiation of}}
1053 isl_space *nested1, *nested2; in isl_space_tuple_is_equal() local1070 nested2 = nested(space2, type2); in isl_space_tuple_is_equal()1071 if (!nested1 ^ !nested2) in isl_space_tuple_is_equal()1073 if (nested1 && !isl_space_has_equal_tuples(nested1, nested2)) in isl_space_tuple_is_equal()3305 isl_space *nested1, *nested2; in isl_space_cmp_type() local3319 nested2 = nested(space2, type); in isl_space_cmp_type()3320 if (!nested1 != !nested2) in isl_space_cmp_type()3321 return !nested1 - !nested2; in isl_space_cmp_type()3324 return isl_space_cmp(nested1, nested2); in isl_space_cmp_type()