HomeSort by relevance Sort by last modified time
    Searched defs:not_int (Results 1 - 4 of 4) sorted by null

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/not_int/d/
T_not_int_1.java 17 package dot.junit.opcodes.not_int.d;
T_not_int_2.java 17 package dot.junit.opcodes.not_int.d;
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/not_int/
Test_not_int.java 17 package dot.junit.opcodes.not_int;
21 import dot.junit.opcodes.not_int.d.T_not_int_1;
22 import dot.junit.opcodes.not_int.d.T_not_int_2;
114 load("dot.junit.opcodes.not_int.d.T_not_int_3", VerifyError.class);
124 load("dot.junit.opcodes.not_int.d.T_not_int_4", VerifyError.class);
132 load("dot.junit.opcodes.not_int.d.T_not_int_5", VerifyError.class);
140 load("dot.junit.opcodes.not_int.d.T_not_int_6", VerifyError.class);
149 load("dot.junit.opcodes.not_int.d.T_not_int_2", VerifyError.class);
  /external/clang/test/SemaCXX/
rval-references.cpp 12 struct not_int {}; struct
15 not_int over(int&&);
18 not_int over2(int&&);
21 operator not_int &&();
36 (void)static_cast<not_int&&>(i1); // expected-error {{types are not compatible}}
39 not_int ni1 = over(0);
41 not_int ni2 = over(ret_irr());
44 not_int ni3 = over2(0);
50 not_int &&ni4 = cnir;
51 not_int &ni5 = cnir; // expected-error{{non-const lvalue reference to type 'not_int' cannot bind to a valu (…)
    [all...]

Completed in 2067 milliseconds