Home
last modified time | relevance | path

Searched refs:static_type (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/sksl/
DSkSLContext.h100 , 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/
Dprivate_typeinfo.cpp283 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 …]
Dprivate_typeinfo.h76 const __class_type_info* static_type; member
/external/valgrind/coregrind/m_demangle/
Dcplus-dem.c147 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/
Dsimplified-lowering.cc487 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()