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

  /external/skia/src/sksl/
SkSLContext.h 100 , fGSampler1D_Type(new Type(String("$gsampler1D"), static_type(*fSampler1D_Type)))
101 , fGSampler2D_Type(new Type(String("$gsampler2D"), static_type(*fSampler2D_Type)))
102 , fGSampler3D_Type(new Type(String("$gsampler3D"), static_type(*fSampler3D_Type)))
103 , fGSamplerCube_Type(new Type(String("$gsamplerCube"), static_type(*fSamplerCube_Type)))
104 , fGSampler2DRect_Type(new Type(String("$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(String("$gsamplerBuffer"), static_type(*fSamplerBuffer_Type)))
112 , fGSampler2DMS_Type(new Type(String("$gsampler2DMS"), static_type(*fSampler2DMS_Type))
157 static std::vector<const Type*> static_type(const Type& t) { function in class:SkSL::Context
    [all...]
  /external/libcxxabi/src/
private_typeinfo.cpp 271 // to a static_type
283 if (is_equal(this, info->static_type, false))
292 if (is_equal(this, info->static_type, false))
324 if (is_equal(this, info->static_type, false))
551 // static_ptr: pointer to an object of type static_type; nonnull, and since the
554 // static_type: static type of the object pointed to by static_ptr.
560 // -2: static_type is not a public base of dst_type
561 // -3: static_type is a multiple public base type but never a
563 // otherwise, the static_type type is a unique public nonvirtual
570 // static_type is guaranteed to be a polymorphic type
    [all...]
private_typeinfo.h 76 const __class_type_info* static_type; member in struct:__cxxabiv1::__dynamic_cast_info
81 // pointer to a dst_type which has (static_ptr, static_type) above it
83 // pointer to a dst_type which does not have (static_ptr, static_type) above it
87 // access of path from dst_ptr_leading_to_static_ptr to (static_ptr, static_type)
89 // access of path from (dynamic_ptr, dynamic_type) to (static_ptr, static_type)
93 // (not used if there is a (static_ptr, static_type) above a dst_type).
96 // Number of dst_types below (static_ptr, static_type)
98 // Number of dst_types not below (static_ptr, static_type)
107 // communicates to a dst_type node that (static_ptr, static_type) was found
110 // communicates to a dst_type node that a static_type was foun
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
private_typeinfo.cpp 272 // to a static_type
284 if (is_equal(this, info->static_type, false))
293 if (is_equal(this, info->static_type, false))
325 if (is_equal(this, info->static_type, false))
416 // static_ptr: pointer to an object of type static_type; nonnull, and since the
419 // static_type: static type of the object pointed to by static_ptr.
425 // -2: static_type is not a public base of dst_type
426 // -3: static_type is a multiple public base type but never a
428 // otherwise, the static_type type is a unique public nonvirtual
435 // static_type is guaranteed to be a polymorphic type
    [all...]
private_typeinfo.h 81 const __class_type_info* static_type; member in struct:__cxxabiv1::__dynamic_cast_info
86 // pointer to a dst_type which has (static_ptr, static_type) above it
88 // pointer to a dst_type which does not have (static_ptr, static_type) above it
92 // access of path from dst_ptr_leading_to_static_ptr to (static_ptr, static_type)
94 // access of path from (dynamic_ptr, dynamic_type) to (static_ptr, static_type)
98 // (not used if there is a (static_ptr, static_type) above a dst_type).
101 // Number of dst_types below (static_ptr, static_type)
103 // Number of dst_types not below (static_ptr, static_type)
112 // communicates to a dst_type node that (static_ptr, static_type) was found
115 // communicates to a dst_type node that a static_type was foun
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
private_typeinfo.cpp 267 // to a static_type
279 if (is_equal(this, info->static_type, false))
288 if (is_equal(this, info->static_type, false))
320 if (is_equal(this, info->static_type, false))
523 // static_ptr: pointer to an object of type static_type; nonnull, and since the
526 // static_type: static type of the object pointed to by static_ptr.
532 // -2: static_type is not a public base of dst_type
533 // -3: static_type is a multiple public base type but never a
535 // otherwise, the static_type type is a unique public nonvirtual
542 // static_type is guaranteed to be a polymorphic type
    [all...]
private_typeinfo.h 76 const __class_type_info* static_type; member in struct:__cxxabiv1::__dynamic_cast_info
81 // pointer to a dst_type which has (static_ptr, static_type) above it
83 // pointer to a dst_type which does not have (static_ptr, static_type) above it
87 // access of path from dst_ptr_leading_to_static_ptr to (static_ptr, static_type)
89 // access of path from (dynamic_ptr, dynamic_type) to (static_ptr, static_type)
93 // (not used if there is a (static_ptr, static_type) above a dst_type).
96 // Number of dst_types below (static_ptr, static_type)
98 // Number of dst_types not below (static_ptr, static_type)
107 // communicates to a dst_type node that (static_ptr, static_type) was found
110 // 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.25/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 2273 milliseconds