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

/external/skia/include/core/
H A DSkFlattenable.h63 return k##flattenable##_Type; \
66 return k##flattenable##_Type; \
72 k##flattenable##_Type, data, size, procs).release()));\
/external/skqp/include/core/
H A DSkFlattenable.h63 return k##flattenable##_Type; \
66 return k##flattenable##_Type; \
72 k##flattenable##_Type, data, size, procs).release()));\
/external/clang/lib/Driver/
H A DInputInfo.h55 InputInfo(types::ID _Type, const char *_Filename, const char *_BaseInput) argument
56 : Kind(Filename), Act(nullptr), Type(_Type), BaseInput(_BaseInput) {
64 InputInfo(types::ID _Type, const llvm::opt::Arg *_InputArg, argument
66 : Kind(InputArg), Act(nullptr), Type(_Type), BaseInput(_BaseInput) {
H A DAction.cpp45 InputAction::InputAction(const Arg &_Input, types::ID _Type) argument
46 : Action(InputClass, _Type), Input(_Input) {
/external/libunwind_llvm/src/
H A Dconfig.h157 template <typename _Type, typename _Mem>
165 (blk_count<_Type>::count COMP_OP blk_count<_Mem>::count);
/external/skia/src/core/
H A 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());
H A DSkRecords.h89 #define ENUM(T) T##_Type,
172 static const Type kType = T##_Type; \
/external/skqp/src/core/
H A 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());
H A DSkRecords.h89 #define ENUM(T) T##_Type,
172 static const Type kType = T##_Type; \
/external/clang/include/clang/ASTMatchers/
H A 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/skia/tools/
H A DDumpRecord.cpp116 #define CASE(U) case SkRecords::U##_Type: return #U;
/external/skqp/tools/
H A DDumpRecord.cpp116 #define CASE(U) case SkRecords::U##_Type: return #U;
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
H A DDevicePath.h165 #define ACPI_DISPLAY_ADR(_DeviceIdScheme, _HeadId, _NonVgaOutput, _BiosCanDetect, _VendorInfo, _Type, _Port, _Index) \
171 (((_Type) & 0xf) << 8) | \
/external/swiftshader/include/Direct3D/
H A Dd3d8types.h790 // _Type [D3DVSDT_*] dimensionality and arithmetic data type
792 #define D3DVSD_REG( _VertexRegister, _Type ) \
794 ((_Type) << D3DVSD_DATATYPESHIFT) | (_VertexRegister))
838 // bit declarations for _Type fields
/external/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp58 static_cast< ::clang::ast_matchers::name##_Type##Id>( \
/external/skia/src/sksl/
H A DSkSLCompiler.cpp66 #define ADD_TYPE(t) types->addWithoutOwnership(fContext.f ## t ## _Type->fName, \
67 fContext.f ## t ## _Type.get())
/external/skqp/src/sksl/
H A DSkSLCompiler.cpp66 #define ADD_TYPE(t) types->addWithoutOwnership(fContext.f ## t ## _Type->fName, \
67 fContext.f ## t ## _Type.get())
/external/abi-compliance-checker/
H A Dabi-compliance-checker.pl15018 %{$LocalProblems{$Prefix."_Type"}}=(
15063 $SubProblemType=~s/_Type/_BaseType/g;

Completed in 660 milliseconds