Home
last modified time | relevance | path

Searched refs:_Type (Results 1 – 18 of 18) sorted by relevance

/openbsd/src/gnu/llvm/clang/include/clang/Driver/
DInputInfo.h54 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/
Dformatter.h51 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)
Dsafe_sequence.h52 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/
Dvstring_util.h99 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/
DASTMatchersMacros.h80 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/
Dconfig.h228 template <typename _Type, typename _Mem>
236 (blk_count<_Type>::count COMP_OP blk_count<_Mem>::count);
/openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/
Dtype_traits84 #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/
Dboost_concept_check.h104 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/
Dboost_concept_check.h111 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;
Dbasic_string.tcc51 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/
DAction.cpp174 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/
Dcharconv562 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…
Dscoped_allocator516 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)...));
Dvariant1670 …auto __three_way = []<class _Type>(const _Type& __v, const _Type& __w) -> __result_t { return __v …
/openbsd/src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp76 static_cast<::clang::ast_matchers::name##_Type##Id>( \
/openbsd/src/gnu/llvm/clang/lib/Sema/
DOpenCLBuiltins.td265 class TypeList<list<Type> _Type> {
266 list<Type> List = _Type;
/openbsd/src/gnu/llvm/clang/docs/
DInternalsManual.rst1332 .. _Type:
/openbsd/src/gnu/llvm/llvm/docs/
DProgrammersManual.rst3300 .. _Type: