Home
last modified time | relevance | path

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

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