Searched refs:_Type (Results 1 – 18 of 18) sorted by relevance
/external/clang/lib/Driver/ |
D | InputInfo.h | 55 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()
|
D | Action.cpp | 45 InputAction::InputAction(const Arg &_Input, types::ID _Type) in InputAction() argument 46 : Action(InputClass, _Type), Input(_Input) { in InputAction()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchersMacros.h | 81 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/ |
D | config.h | 169 template <typename _Type, typename _Mem> 177 (blk_count<_Type>::count COMP_OP blk_count<_Mem>::count);
|
/external/skqp/src/core/ |
D | SkRecord.h | 164 #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());
|
D | SkRecords.h | 79 #define ENUM(T) T##_Type, 162 static const Type kType = T##_Type; \
|
/external/skia/src/core/ |
D | SkRecord.h | 162 #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());
|
D | SkRecords.h | 80 #define ENUM(T) T##_Type, 163 static const Type kType = T##_Type; \
|
/external/skqp/tools/ |
D | DumpRecord.cpp | 117 #define CASE(U) case SkRecords::U##_Type: return #U; in NameOf()
|
/external/skia/tools/ |
D | DumpRecord.cpp | 117 #define CASE(U) case SkRecords::U##_Type: return #U; in NameOf()
|
/external/swiftshader/include/Direct3D/ |
D | d3d8types.h | 792 #define D3DVSD_REG( _VertexRegister, _Type ) \ argument 794 ((_Type) << D3DVSD_DATATYPESHIFT) | (_VertexRegister))
|
/external/libcxx/include/ |
D | utility | 1608 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/ |
D | Registry.cpp | 58 static_cast< ::clang::ast_matchers::name##_Type##Id>( \
|
/external/skqp/src/sksl/ |
D | SkSLCompiler.cpp | 73 #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/ |
D | SkSLCompiler.cpp | 73 #define ADD_TYPE(t) types->addWithoutOwnership(fContext->f ## t ## _Type->fName, \ in Compiler() 74 fContext->f ## t ## _Type.get()) in Compiler()
|
/external/clang/docs/ |
D | InternalsManual.rst | 808 .. _Type:
|
/external/llvm/docs/ |
D | ProgrammersManual.rst | 2781 .. _Type:
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | ProgrammersManual.rst | 3370 .. _Type:
|