HomeSort by relevance Sort by last modified time
    Searched full:intref (Results 1 - 9 of 9) 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; // expected-warning {{'const' qualifier on reference type 'intref' (aka 'int &') has no effect}}
89 typedef intref_c intref; // ok, same type typedef
91 typedef intref volatile intref; // expected-warning {{'volatile' qualifier on reference type 'intref' (aka 'int &') has no effect}} typedef
92 typedef intref _Atomic intref; // expected-warning {{'_Atomic' qualifier on reference type 'intref' (aka 'int &') has no effect} typedef
    [all...]
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}}
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)'}}
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/llvm/unittests/CodeGen/
DIEHashTest.cpp 99 DIEEntry IntRef(Int);
107 Member->addValue(dwarf::DW_AT_type, dwarf::DW_FORM_ref4, &IntRef);
130 DIEEntry IntRef(Int);
138 Mem1->addValue(dwarf::DW_AT_type, dwarf::DW_FORM_ref4, &IntRef);
147 Mem2->addValue(dwarf::DW_AT_type, dwarf::DW_FORM_ref4, &IntRef);
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
yuvscaler_unittest.cc 276 TEST_F(YuvScalerTest, name##IntRef) { \
  /external/clang/lib/Sema/
SemaType.cpp     [all...]

Completed in 413 milliseconds