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

  /external/valgrind/VEX/priv/
guest_tilegx_defs.h 79 ULong rd3 );
guest_tilegx_helpers.c 212 ULong rd2, ULong rd3)
248 if( rd2 <= rd3)
249 mask = (-1ULL << rd2) ^ ((-1ULL << rd3) << 1);
251 mask = (-1ULL << rd2) | (-1ULL >> (63 - rd3));
1094 ULong rd2, ULong rd3 )
  /external/clang/test/SemaCXX/
references.cpp 49 double& rd3 = i; // expected-error{{non-const lvalue reference to type 'double' cannot bind to a value of unrelated type 'int'}} local
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-0x.cpp 108 double& rd3 = i; // expected-error{{non-const lvalue reference to type 'double' cannot bind to a value of unrelated type 'int'}} member in namespace:std_example_2

Completed in 115 milliseconds