Home
last modified time | relevance | path

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

1234

/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 …]
Daltivec.cpp71 struct Struct { struct
76 vector float initFloat = (vector float)(Struct().f); // expected-error {{did you mean to call it}}
77 vector int initInt = (vector int)(Struct().n); // expected-error {{did you mean to call it}}
/external/deqp/data/gles31/shaders/
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/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/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/v8/src/
Dtypes-inl.h131 ZoneTypeConfig::Struct* ZoneTypeConfig::as_struct(Type* type) { in as_struct()
133 return reinterpret_cast<Struct*>(type); in as_struct()
165 ZoneTypeConfig::Type* ZoneTypeConfig::from_struct(Struct* structure) { in from_struct()
184 ZoneTypeConfig::Struct* ZoneTypeConfig::struct_create( in struct_create()
187 Struct* structure = reinterpret_cast<Struct*>( in struct_create()
196 void ZoneTypeConfig::struct_shrink(Struct* structure, int length) { in struct_shrink()
203 int ZoneTypeConfig::struct_tag(Struct* structure) { in struct_tag()
209 int ZoneTypeConfig::struct_length(Struct* structure) { in struct_length()
215 Type* ZoneTypeConfig::struct_get(Struct* structure, int i) { in struct_get()
222 void ZoneTypeConfig::struct_set(Struct* structure, int i, Type* x) { in struct_set()
[all …]
Dtypes.h1002 typedef void* Struct; typedef
1027 static inline Struct* as_struct(Type* type);
1033 static inline Type* from_struct(Struct* structured);
1036 static inline Struct* struct_create(int tag, int length, Zone* zone);
1037 static inline void struct_shrink(Struct* structure, int length);
1038 static inline int struct_tag(Struct* structure);
1039 static inline int struct_length(Struct* structure);
1040 static inline Type* struct_get(Struct* structure, int i);
1041 static inline void struct_set(Struct* structure, int i, Type* type);
1043 static inline i::Handle<V> struct_get_value(Struct* structure, int i);
[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 …]
Duniform_block.test1632 struct Struct
1639 Struct st;
1682 struct Struct
1689 Struct st;
1708 struct Struct
1715 layout(row_major) Struct st;
1758 struct Struct
1765 layout(row_major) Struct st;
1784 struct Struct
1791 layout(column_major) Struct st;
[all …]
/external/clang/test/Modules/
DExtDebugInfo.cpp24 using DebugCXX::Struct;
26 Struct s;
31 int Struct::static_member = -1;
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()
/external/llvm/test/TableGen/
DClassInstanceValue.td4 class Struct<int i> {
9 class Class<Struct s> {
14 def Def : Class<Struct<i>>;
/external/clang/test/CodeGen/
Dglobal-with-initialiser.c19 struct Struct { struct
25 struct Struct globalStruct = { 1, 2.0f, "foobar"}; argument
/external/llvm/test/CodeGen/AArch64/
Dcombine-comparisons-by-cse.ll231 %struct.Struct = type { i64, i64 }
233 @glob = internal unnamed_addr global %struct.Struct* null, align 8
235 declare %struct.Struct* @Update(%struct.Struct*) #1
238 define void @combine_non_adjacent_cmp_br(%struct.Struct* nocapture readonly %hdCall) #0 {
240 %size = getelementptr inbounds %struct.Struct, %struct.Struct* %hdCall, i64 0, i32 0
251 %2 = load %struct.Struct*, %struct.Struct** @glob, align 8
252 %call = tail call %struct.Struct* @Update(%struct.Struct* %2) #2
/external/autotest/client/cros/cellular/pseudomodem/
Dmodem.py109 'Ports': [dbus.types.Struct(
113 dbus.types.Struct(
124 'SignalQuality' : dbus.types.Struct(
146 dbus.types.Struct(
154 dbus.types.Struct(
291 self.Set(mm1_constants.I_MODEM, 'SignalQuality', (dbus.types.Struct(
/external/clang/test/SemaTemplate/
Dinstantiate-local-class.cpp147 struct Struct { in func() struct
150 Struct(T function) : mFunction(function) {}; in func() argument
157 bar(Struct(function)); in func()
/external/clang/test/Modules/Inputs/no-linkage/
Ddecls.h6 struct Struct {}; struct
/external/llvm/test/CodeGen/XCore/
Dcodemodel.ll151 %Struct = type opaque
152 @Unknown = external global %Struct
153 define %Struct* @UnknownStruct() nounwind {
155 ret %Struct* @Unknown
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DTestHelper_Connection1.java34 import java.sql.Struct;
216 public Struct createStruct(String typeName, Object[] attributes) in createStruct()
/external/autotest/client/cros/
Dmemory_bandwidth_logger.py105 s = struct.Struct(fmt)
121 s = struct.Struct(fmt)
/external/clang/lib/AST/
DAPValue.cpp166 case Struct: in APValue()
204 else if (Kind == Struct) in DestroyDataAndMakeUninit()
220 case Struct: in needsCleanup()
311 case Struct: in dump()
493 case APValue::Struct: { in printPretty()
/external/fonttools/Lib/fontTools/ttLib/tables/
DotConverters.py31 converterClass = Struct
178 class Struct(BaseConverter): class
217 class Table(Struct):
379 "struct": Struct,
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
Dcall-stack.rb5 Call = Struct.new( :file, :line, :method )
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
Dtest-recognizers.rb11 TrivialToken = Struct.new(:type) do
/external/clang/test/Modules/Inputs/
DDebugCXX.h4 struct Struct { struct

1234