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

  /external/libcxxabi/src/
private_typeinfo.cpp 268 // 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 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 120 , 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_Type))
190 static std::vector<const Type*> static_type(const Type& t) { function in class:SkSL::Context
    [all...]
  /external/skqp/src/sksl/
SkSLContext.h 120 , 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_Type))
190 static std::vector<const Type*> static_type(const Type& t) { function in class:SkSL::Context
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
private_typeinfo.cpp 268 // 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 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/valgrind/coregrind/m_demangle/
cplus-dem.c 155 int static_type; /* A static member function */ member in struct:work_stuff
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
cplus-dem.c 129 int static_type; /* A static member function */ member in struct:work_stuff
1171 s3 = work->static_type;
    [all...]
  /external/v8/src/compiler/
simplified-lowering.cc 513 Type* static_type = NodeProperties::GetType(n); local
514 static_type->PrintTo(os);
516 if (feedback_type != nullptr && feedback_type != static_type) {
    [all...]

Completed in 426 milliseconds