Searched refs:_Type (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DInputInfo.h54 InputInfo(types::ID _Type, const char *_Filename, const char *_BaseInput) argument
55 : Kind(Filename), Act(nullptr), Type(_Type), BaseInput(_BaseInput) {
63 InputInfo(types::ID _Type, const llvm::opt::Arg *_InputArg, argument
65 : Kind(InputArg), Act(nullptr), Type(_Type), BaseInput(_BaseInput) {
H A DAction.cpp166 InputAction::InputAction(const Arg &_Input, types::ID _Type) argument
167 : Action(InputClass, _Type), Input(_Input) {}
/freebsd-11-stable/contrib/libstdc++/include/debug/
H A Dsafe_sequence.h52 template<typename _Type>
55 _Type __value;
58 explicit _Not_equal_to(const _Type& __v) : __value(__v) { }
61 operator()(const _Type& __x) const
H A 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)
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dvstring_util.h99 template<typename _Type>
101 _S_is_null_pointer(_Type* __ptr)
104 template<typename _Type>
106 _S_is_null_pointer(_Type)
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A Dconfig.h199 template <typename _Type, typename _Mem>
207 (blk_count<_Type>::count COMP_OP blk_count<_Mem>::count);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h80 typedef ReturnType (&DefineMatcher##_Type##OverloadId)(ParamType const &); \
155 &DefineMatcher##_Type##OverloadId)(ParamType const &Param); \
206 &DefineMatcher##_Type##OverloadId)(ParamType1 const &Param1, \
297 ReturnTypesF>(&DefineMatcher##_Type##OverloadId)( \
351 ParamType2, ReturnTypesF>(&DefineMatcher##_Type##OverloadId)( \
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacobject.h239 #define ACPI_COMMON_BUFFER_INFO(_Type) \
240 _Type *Pointer; \
/freebsd-11-stable/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h297 #define ACPI_DISPLAY_ADR(_DeviceIdScheme, _HeadId, _NonVgaOutput, _BiosCanDetect, _VendorInfo, _Type, _Port, _Index) \
303 (((_Type) & 0xf) << 8) | \
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dboost_concept_check.h111 struct _Aux_require_same<_Tp,_Tp> { typedef _Tp _Type; }; typedef in struct:_Aux_require_same
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;
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp78 static_cast<::clang::ast_matchers::name##_Type##Id>( \

Completed in 124 milliseconds