Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DInputInfo.h55 InputInfo(types::ID _Type, const char *_Filename, const char *_BaseInput) in InputInfo() argument
56 : Kind(Filename), Act(nullptr), Type(_Type), BaseInput(_BaseInput) { in InputInfo()
64 InputInfo(types::ID _Type, const llvm::opt::Arg *_InputArg, in InputInfo() argument
66 : Kind(InputArg), Act(nullptr), Type(_Type), BaseInput(_BaseInput) { in InputInfo()
DAction.cpp45 InputAction::InputAction(const Arg &_Input, types::ID _Type) in InputAction() argument
46 : Action(InputClass, _Type), Input(_Input) { in InputAction()
/external/skia/include/core/
DSkFlattenable.h63 return k##flattenable##_Type; \
66 return k##flattenable##_Type; \
72 k##flattenable##_Type, data, size, procs).release()));\
/external/skqp/include/core/
DSkFlattenable.h63 return k##flattenable##_Type; \
66 return k##flattenable##_Type; \
72 k##flattenable##_Type, data, size, procs).release()));\
/external/clang/include/clang/ASTMatchers/
DASTMatchersMacros.h81 typedef ReturnType (&DefineMatcher##_Type##OverloadId)(ParamType const &); \
156 &DefineMatcher##_Type##OverloadId)(ParamType const &Param); \
207 &DefineMatcher##_Type##OverloadId)(ParamType1 const &Param1, \
298 ReturnTypesF>(&DefineMatcher##_Type##OverloadId)( \
352 ParamType2, ReturnTypesF>(&DefineMatcher##_Type##OverloadId)( \
/external/libunwind_llvm/src/
Dconfig.h157 template <typename _Type, typename _Mem>
165 (blk_count<_Type>::count COMP_OP blk_count<_Mem>::count);
/external/skia/src/core/
DSkRecord.h164 #define CASE(T) case SkRecords::T##_Type: return f(*(const SkRecords::T*)this->ptr());
175 #define CASE(T) case SkRecords::T##_Type: return f((SkRecords::T*)this->ptr());
DSkRecords.h89 #define ENUM(T) T##_Type,
172 static const Type kType = T##_Type; \
/external/skqp/src/core/
DSkRecord.h164 #define CASE(T) case SkRecords::T##_Type: return f(*(const SkRecords::T*)this->ptr());
175 #define CASE(T) case SkRecords::T##_Type: return f((SkRecords::T*)this->ptr());
DSkRecords.h89 #define ENUM(T) T##_Type,
172 static const Type kType = T##_Type; \
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
DDevicePath.h165 …Y_ADR(_DeviceIdScheme, _HeadId, _NonVgaOutput, _BiosCanDetect, _VendorInfo, _Type, _Port, _Index) \ argument
171 (((_Type) & 0xf) << 8) | \
/external/skqp/tools/
DDumpRecord.cpp116 #define CASE(U) case SkRecords::U##_Type: return #U; in NameOf()
/external/skia/tools/
DDumpRecord.cpp116 #define CASE(U) case SkRecords::U##_Type: return #U; in NameOf()
/external/swiftshader/include/Direct3D/
Dd3d8types.h792 #define D3DVSD_REG( _VertexRegister, _Type ) \ argument
794 ((_Type) << D3DVSD_DATATYPESHIFT) | (_VertexRegister))
/external/libcxx/include/
Dutility1578 template <class _Type, class>
1579 using __enable_hash_helper_imp = _Type;
1581 template <class _Type, class ..._Keys>
1582 using __enable_hash_helper = __enable_hash_helper_imp<_Type,
1586 template <class _Type, class ...>
1587 using __enable_hash_helper = _Type;
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp58 static_cast< ::clang::ast_matchers::name##_Type##Id>( \
/external/skqp/src/sksl/
DSkSLCompiler.cpp66 #define ADD_TYPE(t) types->addWithoutOwnership(fContext.f ## t ## _Type->fName, \ in Compiler()
67 fContext.f ## t ## _Type.get()) in Compiler()
/external/skia/src/sksl/
DSkSLCompiler.cpp66 #define ADD_TYPE(t) types->addWithoutOwnership(fContext.f ## t ## _Type->fName, \ in Compiler()
67 fContext.f ## t ## _Type.get()) in Compiler()
/external/googletest/googletest/docs/
DAdvancedGuide.md1354 _Type-parameterized tests_ are like typed tests, except that they
/external/clang/docs/
DInternalsManual.rst808 .. _Type:
/external/llvm/docs/
DProgrammersManual.rst2781 .. _Type: