Searched refs:IntRef (Results 1 - 3 of 3) sorted by relevance

/external/llvm/unittests/CodeGen/
H A DDIEHashTest.cpp118 DIEEntry IntRef(Int);
126 Member->addValue(Alloc, dwarf::DW_AT_type, dwarf::DW_FORM_ref4, IntRef);
149 DIEEntry IntRef(Int);
157 Mem1->addValue(Alloc, dwarf::DW_AT_type, dwarf::DW_FORM_ref4, IntRef);
166 Mem2->addValue(Alloc, dwarf::DW_AT_type, dwarf::DW_FORM_ref4, IntRef);
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp1265 typedef Int& IntRef; typedef
1305 { int arr[F(__has_trivial_constructor(IntRef))]; }
1354 { int arr[T(__has_trivial_copy(IntRef))]; }
1391 { int arr[F(__has_trivial_assign(IntRef))]; }
1417 { int arr[T(__has_trivial_destructor(IntRef))]; }
1480 { int arr[F(__has_nothrow_assign(IntRef))]; }
1557 { int arr[T(__has_nothrow_copy(IntRef))]; }
1603 { int arr[F(__has_nothrow_constructor(IntRef))]; }
1631 { int arr[F(__has_virtual_destructor(IntRef))]; }
/external/webrtc/talk/session/media/
H A Dyuvscaler_unittest.cc279 TEST_F(YuvScalerTest, name##IntRef) { \

Completed in 153 milliseconds