| /openbsd/src/gnu/llvm/clang/include/clang/Driver/ |
| D | InputInfo.h | 54 InputInfo(types::ID _Type, const char *_Filename, const char *_BaseInput) in InputInfo() argument 55 : Kind(Filename), Act(nullptr), Type(_Type), BaseInput(_BaseInput) { in InputInfo() 63 InputInfo(types::ID _Type, const llvm::opt::Arg *_InputArg, in InputInfo() argument 65 : Kind(InputArg), Act(nullptr), Type(_Type), BaseInput(_BaseInput) { in InputInfo()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/debug/ |
| D | formatter.h | 51 template<typename _Type> 52 struct __is_same<_Type, _Type> 241 template<typename _Type> 242 _Parameter(const _Type*& __it, const char* __name, _Is_iterator) 254 template<typename _Type> 255 _Parameter(_Type*& __it, const char* __name, _Is_iterator)
|
| D | safe_sequence.h | 52 template<typename _Type> 55 _Type __value; 58 explicit _Not_equal_to(const _Type& __v) : __value(__v) { } in _Not_equal_to() 61 operator()(const _Type& __x) const in operator()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/ext/ |
| D | vstring_util.h | 99 template<typename _Type> 101 _S_is_null_pointer(_Type* __ptr) in _S_is_null_pointer() 104 template<typename _Type> 106 _S_is_null_pointer(_Type) in _S_is_null_pointer()
|
| /openbsd/src/gnu/llvm/clang/include/clang/ASTMatchers/ |
| D | ASTMatchersMacros.h | 80 typedef ReturnType (&DefineMatcher##_Type##OverloadId)(ParamType const &); \ 155 &DefineMatcher##_Type##OverloadId)(ParamType const &Param); \ 206 &DefineMatcher##_Type##OverloadId)(ParamType1 const &Param1, \ 297 ParamType> (&DefineMatcher##_Type##OverloadId)(ParamType const &Param); \ 350 ParamType1, ParamType2> (&DefineMatcher##_Type##OverloadId)( \ 488 &DefineMatcher##_Type##OverloadId##Flags)(llvm::StringRef, \ 491 &DefineMatcher##_Type##OverloadId)(llvm::StringRef); \ 546 &DefineMatcher##_Type##OverloadId##Flags)( \ 550 std::shared_ptr<llvm::Regex>> (&DefineMatcher##_Type##OverloadId)( \
|
| /openbsd/src/gnu/llvm/libunwind/src/ |
| D | config.h | 228 template <typename _Type, typename _Mem> 236 (blk_count<_Type>::count COMP_OP blk_count<_Mem>::count);
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/ |
| D | type_traits | 84 #define _DEFINE_SPEC(_Order, _Trait, _Type, _Value) \ 85 _DEFINE_SPEC_##_Order##_HELPER(_Trait<_Type>, _Value) \ 86 _DEFINE_SPEC_##_Order##_HELPER(_Trait<_Type const>, _Value) \ 87 _DEFINE_SPEC_##_Order##_HELPER(_Trait<_Type volatile>, _Value) \ 88 _DEFINE_SPEC_##_Order##_HELPER(_Trait<_Type const volatile>, _Value)
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | boost_concept_check.h | 104 struct _Aux_require_same<_Tp,_Tp> { typedef _Tp _Type; }; 110 typedef typename _Aux_require_same<_Tp1, _Tp2>::_Type _Required; 856 typedef typename _Aux_require_same<_Key_type, _Value_type>::_Type 872 _Required_value_type>::_Type _Required;
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| D | boost_concept_check.h | 111 struct _Aux_require_same<_Tp,_Tp> { typedef _Tp _Type; }; 117 typedef typename _Aux_require_same<_Tp1, _Tp2>::_Type _Required; 862 typedef typename _Aux_require_same<_Key_type, _Value_type>::_Type 878 _Required_value_type>::_Type _Required;
|
| D | basic_string.tcc | 51 template<typename _Type> in _GLIBCXX_BEGIN_NAMESPACE() 53 __is_null_pointer(_Type* __ptr) in _GLIBCXX_BEGIN_NAMESPACE() 56 template<typename _Type> 58 __is_null_pointer(_Type) in __is_null_pointer() argument
|
| /openbsd/src/gnu/llvm/clang/lib/Driver/ |
| D | Action.cpp | 174 InputAction::InputAction(const Arg &_Input, types::ID _Type, StringRef _Id) in InputAction() argument 175 : Action(InputClass, _Type), Input(_Input), Id(_Id.str()) {} in InputAction()
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | charconv | 562 using _Type = __make_32_64_or_128_bit_t<_Tp>; 563 static_assert(!is_same<_Type, void>::value, "unsupported integral type used in to_chars"); 564 return std::__to_chars_itoa(__first, __last, static_cast<_Type>(__value), is_signed<_Tp>()); 573 using _Type = __make_32_64_or_128_bit_t<_Tp>; 574 …return std::__to_chars_integral(__first, __last, static_cast<_Type>(__value), __base, is_signed<_T…
|
| D | scoped_allocator | 516 template <class _Type, class... _Args> 517 _LIBCPP_HIDE_FROM_ABI void construct(_Type* __ptr, _Args&&... __args) { 524 … std::uses_allocator_construction_args<_Type>(inner_allocator(), std::forward<_Args>(__args)...));
|
| D | variant | 1670 …auto __three_way = []<class _Type>(const _Type& __v, const _Type& __w) -> __result_t { return __v …
|
| /openbsd/src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/ |
| D | Registry.cpp | 76 static_cast<::clang::ast_matchers::name##_Type##Id>( \
|
| /openbsd/src/gnu/llvm/clang/lib/Sema/ |
| D | OpenCLBuiltins.td | 265 class TypeList<list<Type> _Type> { 266 list<Type> List = _Type;
|
| /openbsd/src/gnu/llvm/clang/docs/ |
| D | InternalsManual.rst | 1332 .. _Type:
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | ProgrammersManual.rst | 3300 .. _Type:
|