Home
last modified time | relevance | path

Searched refs:unions (Results 1 – 25 of 102) sorted by relevance

12345

/external/libmojo/mojo/public/js/
Dunion_unittests.js11 unions, argument
15 var u = new unions.PodUnion();
22 expect(u.$tag).toEqual(unions.PodUnion.Tags.f_uint32);
24 var u = new unions.PodUnion({f_uint64: 64});
26 expect(u.$tag).toEqual(unions.PodUnion.Tags.f_uint64);
30 var u = new unions.PodUnion({
37 var u = new unions.PodUnion({ foo: 64 }); }).toThrow();
40 var u = new unions.PodUnion([1,2,3,4]); }).toThrow();
61 var s = new unions.WrapperStruct({
62 pod_union: new unions.PodUnion({
[all …]
/external/libmojo/mojo/public/tools/bindings/generators/cpp_templates/
Dmodule-internal.h.tmpl54 {#--- Wrapper forward declarations for unions #}
55 {% for union in unions %}
70 {% for union in unions %}
88 {% for union in unions %}
Dmodule.h.tmpl157 {% for union in unions %}
226 {% for union in unions %}
238 {%- for union in unions %}
304 {% if unions %}
305 {%- for union in unions %}
Dmodule.cc.tmpl93 {% for union in unions %}
137 {%- for union in unions %}
163 {%- for union in unions %}
Dvalidation_macros.tmpl3 indicates whether the union is inlined. (Nested unions are not inlined.)
/external/clang/test/Analysis/
Dunions-region.m4 //===-- unions-region.m ---------------------------------------------------===//
6 // This file tests the analyzer's reasoning about unions.
/external/libmojo/mojo/public/tools/bindings/generators/js_templates/
Dmodule_definition.tmpl19 {%- for union in unions %}
38 {%- for union in unions %}
Dunion_definition.tmpl84 throw new TypeError("Cannot encode unions with an unknown member set.");
/external/llvm/test/Instrumentation/DataFlowSanitizer/
Dunion.ll8 ; Check that we reuse unions where possible.
21 ; In this case, we compute the unions on both sides because neither block
/external/clang/test/CodeGenObjC/
Divar-layout-64.m131 // Ensure that layout descends into anonymous unions and structs.
132 // Hilariously, anonymous unions and structs that appear directly as ivars
Dblock-var-layout.m102 // Test 5 (unions/structs and their nesting):
/external/nanopb-c/examples/using_union_messages/
Dunionproto.proto4 // There is no official type in Protocol Buffers for describing unions,
/external/mesa3d/src/intel/genxml/
DREADME22 anonymous unions and it became a big mess. Also, when using
32 3) Bit fields (and certainly overlapping anonymous unions of bit
/external/llvm/test/Transforms/SafeStack/
Dconstant-geps.ll12 ; [2 x i8] nested in several layers of structs and unions
/external/swiftshader/third_party/LLVM/test/Transforms/IPConstantProp/
D2009-09-24-byval-ptr.ll33 define i32 @unions() nounwind {
/external/llvm/test/Transforms/IPConstantProp/
D2009-09-24-byval-ptr.ll33 define i32 @unions() nounwind {
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
Ddata.py457 istr(4, 'unions'): map(UnionToData, module.unions),
488 module.unions = map(
503 for union in module.unions:
Dgenerator.py63 return map(self._AddUnionComputedData, self.module.unions)
Dmodule.py642 self.unions = []
672 self.unions.append(union)
/external/skia/site/user/api/
Dskrect.md29 etc. It also has methods to compute unions and intersections between
/external/clang/test/CodeGenObjCXX/
Dblock-var-layout.mm93 // Test 5 (unions/structs and their nesting):
/external/flatbuffers/docs/source/
DFlatBuffers.md68 text import/export nor schema language features like unions.
106 reference to yet another object; or, a set of possible objects (unions).
DSchemas.md105 - References to other tables or structs, enums or unions (see
161 There is an experimental support only in C++ for a vector of unions
276 the union field should have id 8, and the unions type field will
343 - Similarly, for unions, these need to specified with two fields much like
/external/vixl/doc/
Dchangelog.md48 + Provide helpers to create CPURegList from list unions or intersections.
/external/clang/test/SemaObjC/
Dobjcbridge-attribute.m41 …color; // expected-error {{'objc_bridge' attribute only applies to structs, unions, and typedefs}};

12345