/external/libabigail/tests/data/test-diff-dwarf/ |
D | test42-PR21296-clanggcc.cc | 137 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/ |
D | lpad-linetable.cpp | 41 typedef _Vector_base<_Tp, _Alloc> _Base; typedef in std::vector 47 : _Base(__a) in vector()
|
/external/clang/test/CodeGenCXX/ |
D | lpad-linetable.cpp | 41 typedef _Vector_base<_Tp, _Alloc> _Base; typedef in std::vector 47 : _Base(__a) in vector()
|
/external/clang/test/Analysis/ |
D | dead-stores.cpp | 53 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/ |
D | test_find.py | 11 class _Base(unittest.TestCase): class 24 class VarsFromBinaryTests(_Base):
|
/external/llvm-project/clang/test/Analysis/ |
D | dead-stores.cpp | 70 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/ |
D | coroutine | 199 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/ |
D | coroutine | 197 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/ |
D | index-source.m | 4 // 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/ |
D | index-source.m | 5 // 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/ |
D | parameterized_classes.m | 77 // CHECK: %[[IVAR:.*]] = load i64, i64* @"OBJC_IVAR_$_Base._destination"
|
D | class-stubs.m | 8 …lobal i8* getelementptr (i8, i8* bitcast (%struct._class_t* @"OBJC_CLASS_$_Base" to i8*), i32 1), …
|
/external/libcxx/include/ |
D | filesystem | 576 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/ |
D | filesystem | 588 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>;
|
D | atomic | 1481 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/ |
D | libstdc++4.4-clang0x.patch | 580 _Base::_M_swap_impl(__in._M_head());
|
/external/clang/www/ |
D | libstdc++4.4-clang0x.patch | 580 _Base::_M_swap_impl(__in._M_head());
|