Searched refs:Struct (Results 1 - 25 of 75) sorted by relevance

123

/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/SemaCXX/
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 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 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/CodeGen/
H A Dglobal-with-initialiser.c19 struct Struct { struct
25 struct Struct globalStruct = { 1, 2.0f, "foobar"};
/external/chromium_org/mojo/public/cpp/bindings/
H A Dstruct_ptr.h16 template <typename Struct>
25 template <typename Struct>
29 typedef typename Struct::Data_ Data_;
56 Struct& operator*() const {
60 Struct* operator->() const {
64 Struct* get() const { return ptr_; }
71 typedef Struct* StructPtr::*Testable;
77 friend class internal::StructHelper<Struct>;
80 ptr_ = new Struct();
88 Struct* ptr
[all...]
/external/chromium_org/v8/src/
H A Dtypes-inl.h97 ZoneTypeConfig::Struct* ZoneTypeConfig::as_struct(Type* type) {
99 return reinterpret_cast<Struct*>(type);
124 ZoneTypeConfig::Type* ZoneTypeConfig::from_struct(Struct* structure) {
137 ZoneTypeConfig::Struct* ZoneTypeConfig::struct_create(
139 Struct* structure = reinterpret_cast<Struct*>(
148 void ZoneTypeConfig::struct_shrink(Struct* structure, int length) {
155 int ZoneTypeConfig::struct_tag(Struct* structure) {
161 int ZoneTypeConfig::struct_length(Struct* structure) {
167 Type* ZoneTypeConfig::struct_get(Struct* structur
[all...]
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/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dcall-stack.rb5 Call = Struct.new( :file, :line, :method )
/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/mojo/public/tools/bindings/pylib/mojom/generate/
H A 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')
H A Dgenerator.py17 struct = mojom.Struct(params_class, module=method.interface.module)
26 struct = mojom.Struct(params_class, module=method.interface.module)
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom_tests/parse/
H A Dparser_unittest.py148 [ast.Struct(
168 [ast.Struct(
190 [ast.Struct(
354 [ast.Struct(
404 [ast.Struct(
501 [ast.Struct(
524 [ast.Struct(
583 [ast.Struct(
625 [ast.Struct(
643 [ast.Struct(
[all...]
/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/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dparameter.rb5 Parameter = Struct.new( :name, :default )
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-recognizers.rb11 TrivialToken = Struct.new(:type) do
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DTestHelper_Connection1.java34 import java.sql.Struct;
216 public Struct createStruct(String typeName, Object[] attributes)
/external/chromium_org/mojo/public/python/mojo/bindings/
H A Dserialization.py11 HEADER_STRUCT = struct.Struct("=II")
126 return struct.Struct(''.join(codes))
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/parse/
H A Dtranslate.py104 assert isinstance(struct, ast.Struct)
149 _MapTreeForType(StructToDict, tree.definition_list, ast.Struct)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
H A Ddiff.rb3 Match = Struct.new(:start_in_old, :start_in_new, :size)
14 Operation = Struct.new(:action, :start_in_old, :end_in_old, :start_in_new, :end_in_new)
/external/llvm/include/llvm/IR/
H A DIntrinsics.h84 Integer, Vector, Pointer, Struct, enumerator in enum:llvm::Intrinsic::IITDescriptor::IITDescriptorKind
/external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/
H A DSerializationTest.java26 private static void assertThrowsSerializationException(Struct struct) {
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp378 Constant *Struct = ConstantStruct::get(ST, V); local
379 return InsertValueInst::Create(Struct, Add, 0);
392 Constant *Struct = ConstantStruct::get(ST, V); local
393 return InsertValueInst::Create(Struct, Add, 0);
419 Constant *Struct = local
421 return InsertValueInst::Create(Struct, II->getArgOperand(0), 0);
434 Constant *Struct = ConstantStruct::get(ST, V); local
435 return InsertValueInst::Create(Struct, Add, 0);
455 Constant *Struct = local
457 return InsertValueInst::Create(Struct, I
486 Constant *Struct = ConstantStruct::get(cast<StructType>(II->getType()),V); local
515 Constant *Struct = local
[all...]
/external/clang/lib/AST/
H A DAPValue.cpp166 case Struct:
204 else if (Kind == Struct)
220 case Struct:
311 case Struct:
312 OS << "Struct ";
493 case APValue::Struct: {

Completed in 610 milliseconds

123