HomeSort by relevance Sort by last modified time
    Searched refs:static_type (Results 1 - 5 of 5) sorted by null

  /external/libcxxabi/src/
private_typeinfo.cpp 269 // to a static_type
281 if (is_equal(this, info->static_type, false))
290 if (is_equal(this, info->static_type, false))
322 if (is_equal(this, info->static_type, false))
546 // static_ptr: pointer to an object of type static_type; nonnull, and since the
549 // static_type: static type of the object pointed to by static_ptr.
555 // -2: static_type is not a public base of dst_type
556 // -3: static_type is a multiple public base type but never a
558 // otherwise, the static_type type is a unique public nonvirtual
565 // static_type is guaranteed to be a polymorphic type
    [all...]
private_typeinfo.h 75 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 was foun
    [all...]
  /external/skia/src/sksl/
SkSLContext.h 131 , fGSampler1D_Type(new Type("$gsampler1D", static_type(*fSampler1D_Type)))
132 , fGSampler2D_Type(new Type("$gsampler2D", static_type(*fSampler2D_Type)))
133 , fGSampler3D_Type(new Type("$gsampler3D", static_type(*fSampler3D_Type)))
134 , fGSamplerCube_Type(new Type("$gsamplerCube", static_type(*fSamplerCube_Type)))
135 , fGSampler2DRect_Type(new Type("$gsampler2DRect", static_type(*fSampler2DRect_Type)))
137 static_type(*fSampler1DArray_Type)))
139 static_type(*fSampler2DArray_Type)))
141 static_type(*fSamplerCubeArray_Type)))
142 , fGSamplerBuffer_Type(new Type("$gsamplerBuffer", static_type(*fSamplerBuffer_Type)))
143 , fGSampler2DMS_Type(new Type("$gsampler2DMS", static_type(*fSampler2DMS_Type))
206 static std::vector<const Type*> static_type(const Type& t) { function in class:SkSL::Context
    [all...]
  /external/skqp/src/sksl/
SkSLContext.h 128 , fGSampler1D_Type(new Type("$gsampler1D", static_type(*fSampler1D_Type)))
129 , fGSampler2D_Type(new Type("$gsampler2D", static_type(*fSampler2D_Type)))
130 , fGSampler3D_Type(new Type("$gsampler3D", static_type(*fSampler3D_Type)))
131 , fGSamplerCube_Type(new Type("$gsamplerCube", static_type(*fSamplerCube_Type)))
132 , fGSampler2DRect_Type(new Type("$gsampler2DRect", static_type(*fSampler2DRect_Type)))
134 static_type(*fSampler1DArray_Type)))
136 static_type(*fSampler2DArray_Type)))
138 static_type(*fSamplerCubeArray_Type)))
139 , fGSamplerBuffer_Type(new Type("$gsamplerBuffer", static_type(*fSamplerBuffer_Type)))
140 , fGSampler2DMS_Type(new Type("$gsampler2DMS", static_type(*fSampler2DMS_Type))
203 static std::vector<const Type*> static_type(const Type& t) { function in class:SkSL::Context
    [all...]
  /external/v8/src/compiler/
simplified-lowering.cc 549 Type static_type = NodeProperties::GetType(n); local
550 os << " [Static type: " << static_type; local
552 if (!feedback_type.IsInvalid() && feedback_type != static_type) {
    [all...]

Completed in 354 milliseconds