HomeSort by relevance Sort by last modified time
    Searched full:intref (Results 1 - 7 of 7) sorted by null

  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.ref/
p5.cpp 9 typedef int &intref; typedef
10 typedef intref &intrefref;
24 intref
55 intref
64 intref
101 intref
113 intref
  /external/clang/test/SemaCXX/
references.cpp 85 typedef int& intref; typedef
86 typedef intref& intrefref; // C++ DR 106: reference collapsing
88 typedef intref const intref_c; // okay. FIXME: how do we verify that this is the same type as intref?
overloaded-operator.cpp 196 typedef int& INTREF;
197 typedef INTREF Func1(FLOAT, double);
201 operator Func1*(); // expected-note 2{{conversion candidate of type 'INTREF (*)(FLOAT, double)'}}
overload-call.cpp 231 int* intref(int&);
232 float* intref(const int&);
235 float* ir1 = intref(5);
236 float* ir2 = intref(5.5); // expected-warning{{implicit conversion from 'double' to 'int' changes value from 5.5 to 5}}
type-traits.cpp     [all...]
  /external/clang/test/CodeGenCXX/
lvalue-bitcasts.cpp 98 typedef int &intref; typedef
104 ir = intref(fr);
108 ir = intref(xr);
  /external/clang/lib/Sema/
SemaType.cpp     [all...]

Completed in 202 milliseconds