HomeSort by relevance Sort by last modified time
    Searched refs:int_2 (Results 1 - 3 of 3) sorted by null

  /external/clang/test/SemaCXX/
address-space-references.cpp 4 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/clang/test/SemaTemplate/
address-spaces.cpp 14 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/mesa3d/src/compiler/glsl/
test_optpass.cpp 61 int int_2; local
93 &int_0, &int_1, &int_2, &int_3, &int_4) == 5) {
94 return do_lower_jumps(ir, int_0 != 0, int_1 != 0, int_2 != 0,
125 "( %d , %d , %d , %d ) ", &int_0, &int_1, &int_2,
129 int_2 != 0, int_3 != 0);

Completed in 326 milliseconds