Home
last modified time | relevance | path

Searched refs:_Type (Results 1 – 18 of 18) 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/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.h169 template <typename _Type, typename _Mem>
177 (blk_count<_Type>::count COMP_OP blk_count<_Mem>::count);
/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.h79 #define ENUM(T) T##_Type,
162 static const Type kType = T##_Type; \
/external/skia/src/core/
DSkRecord.h162 #define CASE(T) case SkRecords::T##_Type: return f(*(const SkRecords::T*)this->ptr());
173 #define CASE(T) case SkRecords::T##_Type: return f((SkRecords::T*)this->ptr());
DSkRecords.h80 #define ENUM(T) T##_Type,
163 static const Type kType = T##_Type; \
/external/skqp/tools/
DDumpRecord.cpp117 #define CASE(U) case SkRecords::U##_Type: return #U; in NameOf()
/external/skia/tools/
DDumpRecord.cpp117 #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/
Dutility1608 template <class _Type, class>
1609 using __enable_hash_helper_imp = _Type;
1611 template <class _Type, class ..._Keys>
1612 using __enable_hash_helper = __enable_hash_helper_imp<_Type,
1616 template <class _Type, class ...>
1617 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.cpp73 #define ADD_TYPE(t) types->addWithoutOwnership(fContext->f ## t ## _Type->fName, \ in Compiler()
74 fContext->f ## t ## _Type.get()) in Compiler()
/external/skia/src/sksl/
DSkSLCompiler.cpp73 #define ADD_TYPE(t) types->addWithoutOwnership(fContext->f ## t ## _Type->fName, \ in Compiler()
74 fContext->f ## t ## _Type.get()) in Compiler()
/external/clang/docs/
DInternalsManual.rst808 .. _Type:
/external/llvm/docs/
DProgrammersManual.rst2781 .. _Type:
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DProgrammersManual.rst3370 .. _Type: