Searched refs:int_1 (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/SemaCXX/ |
D | address-space-newdelete.cpp | 6 typedef int __attribute__((address_space(1))) int_1; typedef 9 …(void)new int_1; // expected-error{{'new' cannot allocate objects of type 'int' in address space '… in test_new() 11 …(void)new int_1 [5]; // expected-error{{'new' cannot allocate objects of type 'int' in address spa… in test_new() 15 …(void)new (p) int_1; // expected-error{{'new' cannot allocate objects of type 'int' in address spa… in test_new() 17 …(void)new (p) int_1 [5]; // expected-error{{'new' cannot allocate objects of type 'int' in address… in test_new() 21 void test_delete(int_1 *ip1) { in test_delete()
|
D | address-space-references.cpp | 3 typedef int __attribute__((address_space(1))) int_1; typedef 6 void f0(int_1 &); // expected-note{{candidate function not viable: 1st argument ('int') is in addre… 8 void f0(const int_1 &); // expected-note{{candidate function not viable: 1st argument ('int') is in… 13 static int_1 i1; in test_f0()
|
/external/clang/test/SemaTemplate/ |
D | address-spaces.cpp | 13 typedef int __attribute__((address_space(1))) int_1;; typedef 30 int check_remove0[is_same<remove_pointer<int_1_ptr>::type, int_1>::value? 1 : -1]; 33 int check_remove3[is_same<remove_pointer<int_2_ptr>::type, int_1>::value? -1 : 1]; 72 static int __attribute__((address_space(1))) int_1; in test_arg_in_address_space_1() local 73 identity<int> ii = accept_arg_in_address_space_1(int_1); in test_arg_in_address_space_1() 74 identity<int __attribute__((address_space(1)))> ii2 = accept_any_arg(int_1); in test_arg_in_address_space_1()
|
/external/mesa3d/src/glsl/ |
D | test_optpass.cpp | 60 int int_1; in do_optimization() local 66 &int_0, &int_1) == 2) { in do_optimization() 67 return do_common_optimization(ir, int_0 != 0, false, int_1); in do_optimization() 94 &int_0, &int_1, &int_2, &int_3, &int_4) == 5) { in do_optimization() 95 return do_lower_jumps(ir, int_0 != 0, int_1 != 0, int_2 != 0, in do_optimization() 126 "( %d , %d , %d , %d ) ", &int_0, &int_1, &int_2, in do_optimization() 128 return lower_variable_index_to_cond_assign(ir, int_0 != 0, int_1 != 0, in do_optimization()
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
D | test_optpass.cpp | 60 int int_1; in do_optimization() local 66 &int_0, &int_1) == 2) { in do_optimization() 67 return do_common_optimization(ir, int_0 != 0, false, int_1); in do_optimization() 94 &int_0, &int_1, &int_2, &int_3, &int_4) == 5) { in do_optimization() 95 return do_lower_jumps(ir, int_0 != 0, int_1 != 0, int_2 != 0, in do_optimization() 126 "( %d , %d , %d , %d ) ", &int_0, &int_1, &int_2, in do_optimization() 128 return lower_variable_index_to_cond_assign(ir, int_0 != 0, int_1 != 0, in do_optimization()
|
/external/deqp/data/gles2/shaders/ |
D | constants.test | 173 case int_1
|
/external/deqp/data/gles3/shaders/ |
D | constants.test | 231 case int_1
|