Home
last modified time | relevance | path

Searched refs:Struct (Results 1 – 25 of 434) sorted by relevance

12345678910>>...18

/external/compiler-rt/lib/esan/
Dcache_frag.cpp48 StructInfo *Struct; member
83 StructInfo *Struct = Handle->Struct; in reportStructCounter() local
87 if (strncmp(Struct->StructName, "union.", 6) == 0) in reportStructCounter()
90 if (strncmp(Struct->StructName, "class.", 6) == 0) { in reportStructCounter()
92 start = &Struct->StructName[6]; in reportStructCounter()
95 start = &Struct->StructName[7]; in reportStructCounter()
102 Struct->Size, Handle->Count, Handle->Ratio, *Struct->ArrayCounter); in reportStructCounter()
103 if (Struct->hasAuxFieldInfo()) { in reportStructCounter()
104 for (u32 i = 0; i < Struct->NumFields; ++i) { in reportStructCounter()
107 i, Struct->FieldOffset[i], Struct->FieldSize[i], in reportStructCounter()
[all …]
/external/clang/test/SemaCXX/
Dconstant-expression.cpp15 struct Struct { struct
26 v5 = Struct::sval, argument
27 v6 = Struct::seval,
31 v10 = sizeof(Struct),
32 v11 = true? 1 + cval * Struct::sval ^ itval / (int)1.5 - sizeof(Struct) : 0
39 b5 : Struct::sval,
40 b6 : Struct::seval,
44 b10 : sizeof(Struct),
45 b11 : true? 1 + cval * Struct::sval ^ itval / (int)1.5 - sizeof(Struct) : 0
52 i5 = Struct::sval,
[all …]
/external/libchrome/mojo/public/cpp/bindings/
Dstruct_ptr.h23 template <typename Struct>
26 template <typename Struct>
35 using Struct = S;
55 : ptr_(new Struct(std::forward<Args>(args)...)) {} in StructPtr()
66 Struct& operator*() const {
70 Struct* operator->() const {
74 Struct* get() const { return ptr_.get(); } in get()
106 friend class internal::StructPtrWTFHelper<Struct>;
112 std::unique_ptr<Struct> ptr_;
130 using Struct = S;
[all …]
/external/deqp/data/gles31/shaders/es31/
Dlinkage_uniform.test121 # Struct linkage handling
133 struct Struct {mediump float a; mediump float b;};
134 uniform Struct val;
145 struct Struct {mediump float a; mediump float b;};
146 uniform Struct val;
170 struct Struct {mediump float a; mediump float b;};
171 uniform Struct val;
182 struct Struct {mediump float a; mediump float b;};
183 uniform Struct val;
205 struct Struct {mediump float a; mediump float b;};
[all …]
/external/deqp/data/gles31/shaders/es32/
Dlinkage_uniform.test121 # Struct linkage handling
133 struct Struct {mediump float a; mediump float b;};
134 uniform Struct val;
145 struct Struct {mediump float a; mediump float b;};
146 uniform Struct val;
170 struct Struct {mediump float a; mediump float b;};
171 uniform Struct val;
182 struct Struct {mediump float a; mediump float b;};
183 uniform Struct val;
205 struct Struct {mediump float a; mediump float b;};
[all …]
/external/flatbuffers/python/flatbuffers/
Dpacker.py25 boolean = struct.Struct(compat.struct_bool_decl)
27 uint8 = struct.Struct("<B")
28 uint16 = struct.Struct("<H")
29 uint32 = struct.Struct("<I")
30 uint64 = struct.Struct("<Q")
32 int8 = struct.Struct("<b")
33 int16 = struct.Struct("<h")
34 int32 = struct.Struct("<i")
35 int64 = struct.Struct("<q")
37 float32 = struct.Struct("<f")
[all …]
/external/deqp/data/gles2/shaders/
Dlinkage.test645 # Struct linkage handling
655 struct Struct {mediump float a; mediump float b;};
656 uniform Struct val;
666 struct Struct {mediump float a; mediump float b;};
667 uniform Struct val;
689 struct Struct {mediump float a; mediump float b;};
690 uniform Struct val;
700 struct Struct {mediump float a; mediump float b;};
701 uniform Struct val;
721 struct Struct {mediump float a; mediump float b;};
[all …]
/external/protobuf/src/google/protobuf/
Dstruct.pb.cc37 const ::google::protobuf::Struct* struct_value_;
56 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Struct, fields_), in protobuf_AssignDesc_google_2fprotobuf_2fstruct_2eproto()
61 Struct::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fstruct_2eproto()
66 sizeof(Struct), in protobuf_AssignDesc_google_2fprotobuf_2fstruct_2eproto()
67 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Struct, _internal_metadata_), in protobuf_AssignDesc_google_2fprotobuf_2fstruct_2eproto()
68 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Struct, _is_default_instance_)); in protobuf_AssignDesc_google_2fprotobuf_2fstruct_2eproto()
122 Struct_descriptor_, &Struct::default_instance()); in protobuf_RegisterTypes()
141 delete Struct::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fstruct_2eproto()
176 Struct::default_instance_ = new Struct(); in protobuf_AddDesc_google_2fprotobuf_2fstruct_2eproto()
180 Struct::default_instance_->InitAsDefaultInstance(); in protobuf_AddDesc_google_2fprotobuf_2fstruct_2eproto()
[all …]
Dstruct.pb.h44 class Struct; variable
69 class LIBPROTOBUF_EXPORT Struct : public ::google::protobuf::Message {
71 Struct();
72 virtual ~Struct();
74 Struct(const Struct& from);
76 inline Struct& operator=(const Struct& from) {
82 static const Struct& default_instance();
84 void Swap(Struct* other);
88 inline Struct* New() const { return New(NULL); } in New()
90 Struct* New(::google::protobuf::Arena* arena) const;
[all …]
/external/golang-protobuf/ptypes/struct/
Dstruct.pb.go60 type Struct struct { struct
68 func (m *Struct) Reset() { *m = Struct{} } argument
69 func (m *Struct) String() string { return proto.CompactTextString(m) } argument
70 func (*Struct) ProtoMessage() {} argument
71 func (*Struct) Descriptor() ([]byte, []int) { argument
75 func (*Struct) XXX_WellKnownType() string { return "Struct" } argument
77 func (m *Struct) XXX_Unmarshal(b []byte) error { argument
80 func (m *Struct) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
83 func (m *Struct) XXX_Merge(src proto.Message) { argument
86 func (m *Struct) XXX_Size() int { argument
[all …]
/external/llvm/unittests/IR/
DTypesTest.cpp21 StructType *Struct = StructType::create(C, "FooBar"); in TEST() local
22 EXPECT_EQ("FooBar", Struct->getName()); in TEST()
23 Struct->setName(Struct->getName().substr(0, 3)); in TEST()
24 EXPECT_EQ("Foo", Struct->getName()); in TEST()
25 Struct->setName(""); in TEST()
26 EXPECT_TRUE(Struct->getName().empty()); in TEST()
27 EXPECT_FALSE(Struct->hasName()); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DTypesTest.cpp21 StructType *Struct = StructType::create(C, "FooBar"); in TEST() local
22 EXPECT_EQ("FooBar", Struct->getName()); in TEST()
23 Struct->setName(Struct->getName().substr(0, 3)); in TEST()
24 EXPECT_EQ("Foo", Struct->getName()); in TEST()
25 Struct->setName(""); in TEST()
26 EXPECT_TRUE(Struct->getName().empty()); in TEST()
27 EXPECT_FALSE(Struct->hasName()); in TEST()
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs44 …fo(typeof(global::Google.Protobuf.WellKnownTypes.Struct), global::Google.Protobuf.WellKnownTypes.S… in StructReflection()
80 public sealed partial class Struct : pb::IMessage<Struct> { class
81 …private static readonly pb::MessageParser<Struct> _parser = new pb::MessageParser<Struct>(() => ne…
82 public static pb::MessageParser<Struct> Parser { get { return _parser; } }
92 public Struct() { in Struct() method in Google.Protobuf.WellKnownTypes.Struct
98 public Struct(Struct other) : this() { in Struct() method in Google.Protobuf.WellKnownTypes.Struct
102 public Struct Clone() { in Clone()
103 return new Struct(this); in Clone()
119 return Equals(other as Struct); in Equals()
122 public bool Equals(Struct other) { in Equals()
[all …]
/external/deqp/data/gles3/shaders/
Dlinkage.test2465 # Struct linkage handling
2477 struct Struct {mediump float a; mediump float b;};
2478 uniform Struct val;
2489 struct Struct {mediump float a; mediump float b;};
2490 uniform Struct val;
2514 struct Struct {mediump float a; mediump float b;};
2515 uniform Struct val;
2526 struct Struct {mediump float a; mediump float b;};
2527 uniform Struct val;
2549 struct Struct {mediump float a; mediump float b;};
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dsched-past-vector-ldst.ll16 %Struct = type { i64*, [9 x double], [16 x {float, float}], [16 x {float, float}], i32, i32 }
19 define linkonce_odr void @func(%Struct* nocapture %this) unnamed_addr #0 align 2 {
25 %scevgep = getelementptr %Struct, %Struct* %this, i64 0, i32 2, i64 8, i32 0
34 %scevgep2 = getelementptr %Struct, %Struct* %this, i64 0, i32 3, i64 8, i32 0
37 %scevgep3 = getelementptr %Struct, %Struct* %this, i64 0, i32 2, i64 12, i32 0
46 %scevgep4 = getelementptr %Struct, %Struct* %this, i64 0, i32 3, i64 12, i32 0
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
Dpack_tests.py19 struct = mojom.Struct('test')
32 struct = mojom.Struct('test')
40 struct = mojom.Struct('test')
54 struct = mojom.Struct('test')
94 mojom.Struct('test_struct').MakeNullableKind(),
114 mojom.UINT64, mojom.Struct('test'), mojom.Array(),
122 struct = mojom.Struct('test')
144 struct = mojom.Struct('test')
/external/syzkaller/pkg/compiler/
Dcheck.go70 case *ast.Resource, *ast.Struct, *ast.TypeDef:
101 case *ast.Struct:
150 case *ast.Struct:
154 if n.Struct != nil {
155 _, typ, _ := n.Struct.Info()
156 comp.checkStructFields(n.Struct, "template "+typ, n.Name.Name)
169 func (comp *compiler) checkStructFields(n *ast.Struct, typ, name string) { argument
231 case *ast.Struct:
247 case *ast.Call, *ast.Struct, *ast.Resource, *ast.TypeDef:
266 case *ast.Struct:
[all …]
/external/syzkaller/pkg/ast/
Dclone.go67 var str *Struct
68 if n.Struct != nil {
69 str = n.Struct.Clone().(*Struct)
76 Struct: str,
95 func (n *Struct) Clone() Node {
96 return &Struct{
/external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/parse/
Dparser_unittest.py145 [ast.Struct(
165 [ast.Struct(
187 [ast.Struct(
409 [ast.Struct(
455 [ast.Struct(
546 [ast.Struct(
569 [ast.Struct(
631 [ast.Struct(
674 [ast.Struct(
694 [ast.Struct(
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/
DClassInstanceValue.td4 class Struct<int i> {
9 class Class<Struct s> {
14 def Def : Class<Struct<i>>;
/external/llvm/test/TableGen/
DClassInstanceValue.td4 class Struct<int i> {
9 class Class<Struct s> {
14 def Def : Class<Struct<i>>;
/external/flatbuffers/include/flatbuffers/
Dreflection.h132 inline const Struct *GetFieldStruct(const Table &table, in GetFieldStruct()
137 return table.GetStruct<const Struct *>(field.offset()); in GetFieldStruct()
141 inline const Struct *GetFieldStruct(const Struct &structure, in GetFieldStruct()
144 return structure.GetStruct<const Struct *>(field.offset()); in GetFieldStruct()
188 inline int64_t GetAnyFieldI(const Struct &st, const reflection::Field &field) { in GetAnyFieldI()
194 inline double GetAnyFieldF(const Struct &st, const reflection::Field &field) { in GetAnyFieldF()
200 inline std::string GetAnyFieldS(const Struct &st, in GetAnyFieldS()
253 T *GetAnyFieldAddressOf(const Struct &st, const reflection::Field &field) { in GetAnyFieldAddressOf()
311 inline void SetAnyFieldI(Struct *st, const reflection::Field &field, in SetAnyFieldI()
318 inline void SetAnyFieldF(Struct *st, const reflection::Field &field, in SetAnyFieldF()
[all …]
/external/clang/test/Modules/
Dno-linkage.cpp11 typedef int Struct; // expected-note {{candidate}} typedef
36 use(Struct(0)); in use_things()
51 use(Struct(0)); // expected-error {{ambiguous}} in use_things_again()
DExtDebugInfo.cpp27 using DebugCXX::Struct;
29 Struct s;
38 int Struct::static_member = -1;
/external/v8/src/objects/
Dpromise.h95 class PromiseCapability : public Struct {
101 static const int kPromiseOffset = Struct::kHeaderSize;
134 class PromiseReaction : public Struct {
143 static const int kNextOffset = Struct::kHeaderSize;

12345678910>>...18