Searched defs:Struct (Results 1 - 25 of 31) sorted by relevance

12

/external/llvm/unittests/IR/
H A DTypesTest.cpp21 StructType *Struct = StructType::create(C, "FooBar"); local
22 EXPECT_EQ("FooBar", Struct->getName());
23 Struct->setName(Struct->getName().substr(0, 3));
24 EXPECT_EQ("Foo", Struct->getName());
25 Struct->setName("");
26 EXPECT_TRUE(Struct->getName().empty());
27 EXPECT_FALSE(Struct->hasName());
/external/clang/test/CodeGen/
H A Dglobal-with-initialiser.c19 struct Struct { struct
25 struct Struct globalStruct = { 1, 2.0f, "foobar"};
/external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DStruct.java12 public abstract class Struct { class
84 protected Struct(int encodedBaseSize) { method in class:Struct
96 * @param core the |Core| implementation used to generate handles. Only used if the |Struct|
109 * @param core the |Core| implementation used to generate handles. Only used if the |Struct|
/external/chromium_org/third_party/mesa/src/src/gallium/tools/trace/
H A Dmodel.py83 class Struct(Node): class in inherits:Node
/external/llvm/utils/Misc/
H A Dzkill54 class Struct: class in inherits:
60 return 'Struct(%s)' % ', '.join(['%s=%r' % (k,getattr(self,k))
119 table.append(Struct(**record))
/external/mesa3d/src/gallium/tools/trace/
H A Dmodel.py83 class Struct(Node): class in inherits:Node
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/parse/
H A Dast.py312 class Struct(Definition): class in inherits:Definition
318 super(Struct, self).__init__(name, **kwargs)
323 return super(Struct, self).__eq__(other) and \
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotConverters.py31 converterClass = Struct
178 class Struct(BaseConverter): class in inherits:BaseConverter
217 class Table(Struct):
379 "struct": Struct,
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DotConverters.py31 converterClass = Struct
178 class Struct(BaseConverter): class in inherits:BaseConverter
217 class Table(Struct):
379 "struct": Struct,
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dcparse.py157 "Struct or Union"
189 class Struct(Compound): class in inherits:Compound
437 node = Struct()
443 if not isinstance( _node, Struct ):
519 if isinstance( node, Struct ):
H A Dgenpyx.py200 " the tag of a Struct, Union or Enum "
204 "Struct, Union or Enum "
208 "Struct or Union"
219 if isinstance(self,Struct):
250 class Struct(Compound): class in inherits:Compound
H A Dir.py352 " the tag of a Struct, Union or Enum "
356 "Struct, Union or Enum "
391 "Struct or Union"
398 if isinstance(self,Struct):
420 class Struct(genpyx.Struct, Compound): class in inherits:genpyx.Struct, Compound
660 assert not type(parent[i]) in (TypeAlias, Enum, Struct, Union)
749 # return self.find(Struct) is not None
766 if self and isinstance(self[0],Struct):
1146 cparse.Struct
[all...]
/external/clang/test/SemaCXX/
H A Daltivec.cpp71 struct Struct { struct in namespace:LValueToRValueConversions
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}}
H A Dconstant-expression.cpp15 struct Struct { struct
26 v5 = Struct::sval,
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
[all...]
H A Dnested-name-spec.cpp152 struct Struct { }; struct
154 void Struct::f() { } // expected-error{{out-of-line definition of 'f' does not match any declaration in 'Struct'}}
H A Dcxx98-compat.cpp209 struct Struct {}; struct
214 friend Struct; // expected-warning {{befriending 'Struct' without 'struct' keyword is incompatible with C++98}}
/external/clang/test/SemaTemplate/
H A Dinstantiate-local-class.cpp145 struct Struct { struct
148 Struct(T function) : mFunction(function) {}; function in struct:PR17740::Struct
155 bar(Struct(function));
/external/llvm/include/llvm/IR/
H A DIntrinsics.h84 Integer, Vector, Pointer, Struct, enumerator in enum:llvm::Intrinsic::IITDescriptor::IITDescriptorKind
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
H A Dmodule.py65 a = Struct('test_struct_1')
184 class Struct(ReferenceKind): class in inherits:ReferenceKind
328 struct=Struct(name, module=self)
367 return isinstance(kind, Struct)
/external/chromium_org/third_party/libevent/
H A Devent_rpcgen.py25 class Struct: class in inherits:
1173 newstruct = Struct(tokens[1])
/external/chromium_org/v8/tools/
H A Dll_prof.py486 class Struct(ctypes.Structure): class in function:LogReader._DefineStruct
488 return Struct
/external/clang/include/clang/AST/
H A DAPValue.h51 Struct, enumerator in enum:clang::APValue::ValueKind
189 bool isStruct() const { return Kind == Struct; }
434 Kind = Struct;
/external/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp450 AllocaInst *Struct = nullptr; local
459 Struct =
462 params.push_back(Struct);
469 GetElementPtrInst::Create(Struct, Idx,
495 = GetElementPtrInst::Create(Struct, Idx,
/external/chromium_org/v8/src/
H A Dtypes.h262 // typedef Struct;
272 // static Handle<Struct>::type as_struct(Type*);
276 // static Handle<Type>::type from_struct(Handle<Struct>::type, int tag);
277 // static Handle<Struct>::type struct_create(int tag, int length, Region*);
278 // static void struct_shrink(Handle<Struct>::type, int length);
279 // static int struct_tag(Handle<Struct>::type);
280 // static int struct_length(Handle<Struct>::type);
281 // static Handle<Type>::type struct_get(Handle<Struct>::type, int);
282 // static void struct_set(Handle<Struct>::type, int, Handle<Type>::type);
284 // static i::Handle<V> struct_get_value(Handle<Struct>
909 typedef void* Struct; typedef in struct:v8::internal::ZoneTypeConfig
951 typedef i::FixedArray Struct; typedef in struct:v8::internal::HeapTypeConfig
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-types.cc18 typedef void* Struct; typedef in struct:ZoneRep
26 static Struct* AsStruct(Type* t) {
27 return reinterpret_cast<Struct*>(t);
32 static Struct* AsUnion(Type* t) {
35 static int Length(Struct* structured) {
51 typedef FixedArray Struct; typedef in struct:HeapRep
59 static Struct* AsStruct(Handle<HeapType> t) { return FixedArray::cast(*t); }
63 static Struct* AsUnion(Handle<HeapType> t) { return AsStruct(t); }
64 static int Length(Struct* structured) { return structured->length() - 1; }

Completed in 589 milliseconds

12