Searched refs:static_type (Results 1 - 6 of 6) sorted by relevance

/external/libcxxabi/src/
H A Dprivate_typeinfo.cpp268 // to a static_type
280 if (is_equal(this, info->static_type, false))
289 if (is_equal(this, info->static_type, false))
321 if (is_equal(this, info->static_type, false))
545 // static_ptr: pointer to an object of type static_type; nonnull, and since the
548 // static_type: static type of the object pointed to by static_ptr.
554 // -2: static_type is not a public base of dst_type
555 // -3: static_type is a multiple public base type but never a
557 // otherwise, the static_type type is a unique public nonvirtual
564 // static_type i
619 __dynamic_cast(const void *static_ptr, const __class_type_info *static_type, const __class_type_info *dst_type, std::ptrdiff_t src2dst_offset) argument
[all...]
H A Dprivate_typeinfo.h75 const __class_type_info* static_type; member in struct:__cxxabiv1::__dynamic_cast_info
80 // pointer to a dst_type which has (static_ptr, static_type) above it
82 // pointer to a dst_type which does not have (static_ptr, static_type) above it
86 // access of path from dst_ptr_leading_to_static_ptr to (static_ptr, static_type)
88 // access of path from (dynamic_ptr, dynamic_type) to (static_ptr, static_type)
92 // (not used if there is a (static_ptr, static_type) above a dst_type).
95 // Number of dst_types below (static_ptr, static_type)
97 // Number of dst_types not below (static_ptr, static_type)
106 // communicates to a dst_type node that (static_ptr, static_type) was found
109 // communicates to a dst_type node that a static_type wa
[all...]
/external/skia/src/sksl/
H A DSkSLContext.h120 , fGSampler1D_Type(new Type("$gsampler1D", static_type(*fSampler1D_Type)))
121 , fGSampler2D_Type(new Type("$gsampler2D", static_type(*fSampler2D_Type)))
122 , fGSampler3D_Type(new Type("$gsampler3D", static_type(*fSampler3D_Type)))
123 , fGSamplerCube_Type(new Type("$gsamplerCube", static_type(*fSamplerCube_Type)))
124 , fGSampler2DRect_Type(new Type("$gsampler2DRect", static_type(*fSampler2DRect_Type)))
126 static_type(*fSampler1DArray_Type)))
128 static_type(*fSampler2DArray_Type)))
130 static_type(*fSamplerCubeArray_Type)))
131 , fGSamplerBuffer_Type(new Type("$gsamplerBuffer", static_type(*fSamplerBuffer_Type)))
132 , fGSampler2DMS_Type(new Type("$gsampler2DMS", static_type(*fSampler2DMS_Typ
190 static std::vector<const Type*> static_type(const Type& t) { function in class:SkSL::Context
[all...]
/external/skqp/src/sksl/
H A DSkSLContext.h120 , fGSampler1D_Type(new Type("$gsampler1D", static_type(*fSampler1D_Type)))
121 , fGSampler2D_Type(new Type("$gsampler2D", static_type(*fSampler2D_Type)))
122 , fGSampler3D_Type(new Type("$gsampler3D", static_type(*fSampler3D_Type)))
123 , fGSamplerCube_Type(new Type("$gsamplerCube", static_type(*fSamplerCube_Type)))
124 , fGSampler2DRect_Type(new Type("$gsampler2DRect", static_type(*fSampler2DRect_Type)))
126 static_type(*fSampler1DArray_Type)))
128 static_type(*fSampler2DArray_Type)))
130 static_type(*fSamplerCubeArray_Type)))
131 , fGSamplerBuffer_Type(new Type("$gsamplerBuffer", static_type(*fSamplerBuffer_Type)))
132 , fGSampler2DMS_Type(new Type("$gsampler2DMS", static_type(*fSampler2DMS_Typ
190 static std::vector<const Type*> static_type(const Type& t) { function in class:SkSL::Context
[all...]
/external/valgrind/coregrind/m_demangle/
H A Dcplus-dem.c155 int static_type; /* A static member function */ member in struct:work_stuff
1248 s3 = work->static_type;
1301 work->static_type = s3;
1543 work -> static_type = 1;
1778 if (work->static_type)
1798 if (work -> static_type)
2378 if (work -> static_type)
2913 else if (work -> static_type)
/external/v8/src/compiler/
H A Dsimplified-lowering.cc513 Type* static_type = NodeProperties::GetType(n); local
514 static_type->PrintTo(os);
516 if (feedback_type != nullptr && feedback_type != static_type) {

Completed in 266 milliseconds