Searched refs:static_type (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/sksl/ |
D | SkSLContext.h | 100 , fGSampler1D_Type(new Type(SkString("$gsampler1D"), static_type(*fSampler1D_Type))) 101 , fGSampler2D_Type(new Type(SkString("$gsampler2D"), static_type(*fSampler2D_Type))) 102 , fGSampler3D_Type(new Type(SkString("$gsampler3D"), static_type(*fSampler3D_Type))) 103 , fGSamplerCube_Type(new Type(SkString("$gsamplerCube"), static_type(*fSamplerCube_Type))) 104 , fGSampler2DRect_Type(new Type(SkString("$gsampler2DRect"), static_type(*fSampler2DRect_Type))) 106 static_type(*fSampler1DArray_Type))) 108 static_type(*fSampler2DArray_Type))) 110 static_type(*fSamplerCubeArray_Type))) 111 , fGSamplerBuffer_Type(new Type(SkString("$gsamplerBuffer"), static_type(*fSamplerBuffer_Type))) 112 , fGSampler2DMS_Type(new Type(SkString("$gsampler2DMS"), static_type(*fSampler2DMS_Type))) [all …]
|
/external/libcxxabi/src/ |
D | private_typeinfo.cpp | 283 if (is_equal(this, info->static_type, false)) in has_unambiguous_public_base() 292 if (is_equal(this, info->static_type, false)) in has_unambiguous_public_base() 324 if (is_equal(this, info->static_type, false)) in has_unambiguous_public_base() 625 __dynamic_cast(const void *static_ptr, const __class_type_info *static_type, in __dynamic_cast() argument 642 __dynamic_cast_info info = {dst_type, static_ptr, static_type, src2dst_offset, 0}; in __dynamic_cast() 660 ", %s.\n", static_type->name(), dynamic_type->name()); in __dynamic_cast() 662 info = {dst_type, static_ptr, static_type, src2dst_offset, 0}; in __dynamic_cast() 683 " %s, %s, %s.\n", static_type->name(), dynamic_type->name(), in __dynamic_cast() 686 info = {dst_type, static_ptr, static_type, src2dst_offset, 0}; in __dynamic_cast() 851 if (is_equal(this, info->static_type, use_strcmp)) in search_below_dst() [all …]
|
D | private_typeinfo.h | 76 const __class_type_info* static_type; member
|
/external/valgrind/coregrind/m_demangle/ |
D | cplus-dem.c | 147 int static_type; /* A static member function */ member 1175 s3 = work->static_type; in internal_cplus_demangle() 1228 work->static_type = s3; in internal_cplus_demangle() 1458 work -> static_type = 1; in demangle_signature() 1692 if (work->static_type) in demangle_signature() 1712 if (work -> static_type) 2823 else if (work -> static_type) in demangle_prefix()
|
/external/v8/src/compiler/ |
D | simplified-lowering.cc | 487 Type* static_type = NodeProperties::GetType(n); in PrintNodeFeedbackType() local 488 static_type->PrintTo(os); in PrintNodeFeedbackType() 490 if (feedback_type != nullptr && feedback_type != static_type) { in PrintNodeFeedbackType()
|