Searched refs:static_type (Results 1 – 5 of 5) sorted by relevance
/external/libcxxabi/src/ |
D | private_typeinfo.cpp | 281 if (is_equal(this, info->static_type, false)) in has_unambiguous_public_base() 290 if (is_equal(this, info->static_type, false)) in has_unambiguous_public_base() 322 if (is_equal(this, info->static_type, false)) in has_unambiguous_public_base() 620 __dynamic_cast(const void *static_ptr, const __class_type_info *static_type, in __dynamic_cast() argument 637 …__dynamic_cast_info info = {dst_type, static_ptr, static_type, src2dst_offset, 0, 0, 0, 0, 0, 0, 0… in __dynamic_cast() 655 ", %s.\n", static_type->name(), dynamic_type->name()); in __dynamic_cast() 657 info = {dst_type, static_ptr, static_type, src2dst_offset, 0}; in __dynamic_cast() 679 "%s, %s, %s.\n", static_type->name(), dynamic_type->name(), in __dynamic_cast() 682 info = {dst_type, static_ptr, static_type, src2dst_offset, 0}; in __dynamic_cast() 844 if (is_equal(this, info->static_type, use_strcmp)) in search_below_dst() [all …]
|
D | private_typeinfo.h | 75 const __class_type_info* static_type; member
|
/external/skia/src/sksl/ |
D | SkSLContext.h | 138 , fGSampler1D_Type(new Type("$gsampler1D", static_type(*fSampler1D_Type))) in Context() 139 , fGSampler2D_Type(new Type("$gsampler2D", static_type(*fSampler2D_Type))) in Context() 140 , fGSampler3D_Type(new Type("$gsampler3D", static_type(*fSampler3D_Type))) in Context() 141 , fGSamplerCube_Type(new Type("$gsamplerCube", static_type(*fSamplerCube_Type))) in Context() 142 , fGSampler2DRect_Type(new Type("$gsampler2DRect", static_type(*fSampler2DRect_Type))) in Context() 144 static_type(*fSampler1DArray_Type))) in Context() 146 static_type(*fSampler2DArray_Type))) in Context() 148 static_type(*fSamplerCubeArray_Type))) in Context() 149 , fGSamplerBuffer_Type(new Type("$gsamplerBuffer", static_type(*fSamplerBuffer_Type))) in Context() 150 , fGSampler2DMS_Type(new Type("$gsampler2DMS", static_type(*fSampler2DMS_Type))) in Context() [all …]
|
/external/skqp/src/sksl/ |
D | SkSLContext.h | 128 , fGSampler1D_Type(new Type("$gsampler1D", static_type(*fSampler1D_Type))) in Context() 129 , fGSampler2D_Type(new Type("$gsampler2D", static_type(*fSampler2D_Type))) in Context() 130 , fGSampler3D_Type(new Type("$gsampler3D", static_type(*fSampler3D_Type))) in Context() 131 , fGSamplerCube_Type(new Type("$gsamplerCube", static_type(*fSamplerCube_Type))) in Context() 132 , fGSampler2DRect_Type(new Type("$gsampler2DRect", static_type(*fSampler2DRect_Type))) in Context() 134 static_type(*fSampler1DArray_Type))) in Context() 136 static_type(*fSampler2DArray_Type))) in Context() 138 static_type(*fSamplerCubeArray_Type))) in Context() 139 , fGSamplerBuffer_Type(new Type("$gsamplerBuffer", static_type(*fSamplerBuffer_Type))) in Context() 140 , fGSampler2DMS_Type(new Type("$gsampler2DMS", static_type(*fSampler2DMS_Type))) in Context() [all …]
|
/external/v8/src/compiler/ |
D | simplified-lowering.cc | 490 Type static_type = NodeProperties::GetType(n); in PrintNodeFeedbackType() local 491 os << " [Static type: " << static_type; in PrintNodeFeedbackType() 493 if (!feedback_type.IsInvalid() && feedback_type != static_type) { in PrintNodeFeedbackType()
|