Searched refs:int_2 (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/SemaCXX/
H A Daddress-space-references.cpp4 typedef int __attribute__((address_space(2))) int_2; typedef
7 // expected-note{{candidate function not viable: 1st argument ('int_2' (aka '__attribute__((address_space(2))) int')) is in address space 2, but parameter must be in address space 1}}
9 // expected-note{{candidate function not viable: 1st argument ('int_2' (aka '__attribute__((address_space(2))) int')) is in address space 2, but parameter must be in address space 1}}
14 static int_2 i2;
/external/lldb/test/lang/c/array_types/
H A Dmain.c34 int int_2[2] = { 1, 2 }; local
/external/clang/test/SemaTemplate/
H A Daddress-spaces.cpp14 typedef int __attribute__((address_space(2))) int_2;; typedef
16 typedef int_2 *int_2_ptr;
31 int check_remove1[is_same<remove_pointer<int_2_ptr>::type, int_2>::value? 1 : -1];
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dtest_optpass.cpp61 int int_2; local
94 &int_0, &int_1, &int_2, &int_3, &int_4) == 5) {
95 return do_lower_jumps(ir, int_0 != 0, int_1 != 0, int_2 != 0,
126 "( %d , %d , %d , %d ) ", &int_0, &int_1, &int_2,
129 int_2 != 0, int_3 != 0);
/external/mesa3d/src/glsl/
H A Dtest_optpass.cpp61 int int_2; local
94 &int_0, &int_1, &int_2, &int_3, &int_4) == 5) {
95 return do_lower_jumps(ir, int_0 != 0, int_1 != 0, int_2 != 0,
126 "( %d , %d , %d , %d ) ", &int_0, &int_1, &int_2,
129 int_2 != 0, int_3 != 0);

Completed in 134 milliseconds