Home
last modified time | relevance | path

Searched refs:_Base (Results 1 – 17 of 17) sorted by relevance

/external/libabigail/tests/data/test-diff-dwarf/
Dtest42-PR21296-clanggcc.cc137 typedef _Head_base<_Idx, _Head, /*__empty_not_final<_Head>::value*/ 0> _Base; typedef
140 _M_head(const _Tuple_impl& __t) noexcept { return _Base::_M_head(__t); } in _M_head()
149 _Base(std::forward<_UHead>(__head)) { } in _Tuple_impl()
155 _Base(std::forward<_Head>(_M_head(__in))) { } in _Tuple_impl()
/external/llvm-project/clang/test/CodeGenCXX/
Dlpad-linetable.cpp41 typedef _Vector_base<_Tp, _Alloc> _Base; typedef in std::vector
47 : _Base(__a) in vector()
/external/clang/test/CodeGenCXX/
Dlpad-linetable.cpp41 typedef _Vector_base<_Tp, _Alloc> _Base; typedef in std::vector
47 : _Base(__a) in vector()
/external/clang/test/Analysis/
Ddead-stores.cpp53 typedef _Row_base<_Tp, _Number2> _Base; typedef in TestTemp::row
56 explicit row(const pencil_type& __a = pencil_type()) : _Base(__a) {} in row()
/external/python/cpython3/Lib/test/test_tools/test_c_analyzer/test_variables/
Dtest_find.py11 class _Base(unittest.TestCase): class
24 class VarsFromBinaryTests(_Base):
/external/llvm-project/clang/test/Analysis/
Ddead-stores.cpp70 typedef _Row_base<_Tp, _Number2> _Base; typedef in TestTemp::row
73 explicit row(const pencil_type& __a = pencil_type()) : _Base(__a) {} in row()
/external/libcxx/include/experimental/
Dcoroutine199 using _Base = coroutine_handle<>;
205 _LIBCPP_INLINE_VISIBILITY coroutine_handle() _NOEXCEPT : _Base() {}
206 _LIBCPP_INLINE_VISIBILITY coroutine_handle(nullptr_t) _NOEXCEPT : _Base(nullptr) {}
210 _Base::operator=(nullptr);
268 using _Base = coroutine_handle<>;
/external/llvm-project/libcxx/include/experimental/
Dcoroutine197 using _Base = coroutine_handle<>;
203 _LIBCPP_INLINE_VISIBILITY coroutine_handle() _NOEXCEPT : _Base() {}
204 _LIBCPP_INLINE_VISIBILITY coroutine_handle(nullptr_t) _NOEXCEPT : _Base(nullptr) {}
208 _Base::operator=(nullptr);
266 using _Base = coroutine_handle<>;
/external/clang/test/Index/Core/
Dindex-source.m4 // CHECK: [[@LINE-1]]:12 | class/ObjC | Base | c:objc(cs)Base | _OBJC_CLASS_$_Base | Decl | rel: 0
33 // CHECK: [[@LINE+6]]:18 | class/ObjC | Base | c:objc(cs)Base | _OBJC_CLASS_$_Base | Ref,RelBase | …
/external/llvm-project/clang/test/Index/Core/
Dindex-source.m5 // CHECK: [[@LINE-1]]:12 | class/ObjC | Base | [[BASE_USR:.*]] | _OBJC_CLASS_$_Base | Decl | rel: 0
11 // CHECK: [[@LINE-2]]:3 | class/ObjC | Base | c:objc(cs)Base | _OBJC_CLASS_$_Base | Ref,RelCont | r…
18 // CHECK: [[@LINE+5]]:10 | class/ObjC | Base | c:objc(cs)Base | _OBJC_CLASS_$_Base | Ref,RelCont | …
52 …// CHECK: [[@LINE+2]]:4 | class/ObjC | Base | c:objc(cs)Base | _OBJC_CLASS_$_Base | Ref,RelCont | …
56 …// CHECK: [[@LINE+4]]:3 | class/ObjC | Base | c:objc(cs)Base | _OBJC_CLASS_$_Base | Ref,RelCont | …
58 …// CHECK: [[@LINE+2]]:14 | class/ObjC | Base | c:objc(cs)Base | _OBJC_CLASS_$_Base | Ref,RelCont |…
74 // CHECK: [[@LINE+6]]:18 | class/ObjC | Base | c:objc(cs)Base | _OBJC_CLASS_$_Base | Ref,RelBase,Re…
248 // CHECK: [[@LINE+1]]:18 | class/ObjC | Base | c:objc(cs)Base | _OBJC_CLASS_$_Base | Ref,RelCont | …
/external/llvm-project/clang/test/CodeGenObjC/
Dparameterized_classes.m77 // CHECK: %[[IVAR:.*]] = load i64, i64* @"OBJC_IVAR_$_Base._destination"
Dclass-stubs.m8 …lobal i8* getelementptr (i8, i8* bitcast (%struct._class_t* @"OBJC_CLASS_$_Base" to i8*), i32 1), …
/external/libcxx/include/
Dfilesystem576 using _Base = __can_convert_char<_ECharT>;
592 using _Base = __can_convert_char<_ECharT>;
612 using _Base = __can_convert_char<typename remove_const<_ECharT>::type>;
638 using _Base = __can_convert_char<_ECharT>;
/external/llvm-project/libcxx/include/
Dfilesystem588 using _Base = __can_convert_char<_ECharT>;
604 using _Base = __can_convert_char<_ECharT>;
624 using _Base = __can_convert_char<typename remove_const<_ECharT>::type>;
650 using _Base = __can_convert_char<_ECharT>;
Datomic1481 typename _Base = typename conditional<__cxx_is_always_lock_free<_Tp>::__value,
1486 typename _Base = __cxx_atomic_base_impl<_Tp> >
1488 struct __cxx_atomic_impl : public _Base {
1497 : _Base(value) {}
/external/llvm-project/clang/www/
Dlibstdc++4.4-clang0x.patch580 _Base::_M_swap_impl(__in._M_head());
/external/clang/www/
Dlibstdc++4.4-clang0x.patch580 _Base::_M_swap_impl(__in._M_head());