Home
last modified time | relevance | path

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

/external/llvm/unittests/CodeGen/
DDIEHashTest.cpp99 DIEEntry IntRef(Int); in TEST() local
107 Member->addValue(dwarf::DW_AT_type, dwarf::DW_FORM_ref4, &IntRef); in TEST()
130 DIEEntry IntRef(Int); in TEST() local
138 Mem1->addValue(dwarf::DW_AT_type, dwarf::DW_FORM_ref4, &IntRef); in TEST()
147 Mem2->addValue(dwarf::DW_AT_type, dwarf::DW_FORM_ref4, &IntRef); in TEST()
/external/clang/test/SemaCXX/
Dtype-traits.cpp1242 typedef Int& IntRef; typedef
1282 { int arr[F(__has_trivial_constructor(IntRef))]; } in has_trivial_default_constructor()
1331 { int arr[T(__has_trivial_copy(IntRef))]; } in has_trivial_copy_constructor()
1368 { int arr[F(__has_trivial_assign(IntRef))]; } in has_trivial_copy_assignment()
1394 { int arr[T(__has_trivial_destructor(IntRef))]; } in has_trivial_destructor()
1457 { int arr[F(__has_nothrow_assign(IntRef))]; } in has_nothrow_assign()
1531 { int arr[T(__has_nothrow_copy(IntRef))]; } in has_nothrow_copy()
1577 { int arr[F(__has_nothrow_constructor(IntRef))]; } in has_nothrow_constructor()
1605 { int arr[F(__has_virtual_destructor(IntRef))]; } in has_virtual_destructor()