HomeSort by relevance Sort by last modified time
    Searched full:byref (Results 1 - 25 of 162) sorted by null

1 2 3 4 5 6 7

  /external/clang/test/CodeGenObjC/
2008-11-25-Blocks.m 10 __attribute__((__blocks__(byref))) bork* new = ((void *)0);
14 __attribute__((__blocks__(byref))) id var;
block-byref-variable-layout.m 23 // Inline flag for BYREF variable layout (1107296256): BLOCK_BYREF_HAS_COPY_DISPOSE BLOCK_BYREF_LAYOUT_WEAK
27 // Inline flag for BYREF variable layout (536870912): BLOCK_BYREF_LAYOUT_NON_OBJECT
31 // Inline flag for BYREF variable layout (838860800): BLOCK_BYREF_HAS_COPY_DISPOSE BLOCK_BYREF_LAYOUT_STRONG
35 // Inline flag for BYREF variable layout (268435456): BLOCK_BYREF_LAYOUT_EXTENDED
36 // BYREF variable layout: BL_NON_OBJECT_WORD:3, BL_UNRETAINED:1, BL_OPERATOR:0
block-byref-debuginfo.m 5 // expression (256) that locates it inside of the byref descriptor:
12 __attribute__((__blocks__(byref))) struct Foo foo;
blocks-3.m 4 // 1x for the object-pointer byref copy helper
5 // 1x for the block-pointer byref copy helper
block-var-layout.m 49 // byref int, short, char, char, char, id, id, strong void*, byref id
61 // byref int, short, char, char, char, id, id, strong void*, byref void*, byref id
76 // byref int, short, char, char, char, id, id, byref void*, int, double, byref id
  /external/llvm/bindings/python/llvm/
bit_reader.py 10 from ctypes import byref namespace
20 result = lib.LLVMParseBitcode(mem_buffer, byref(module), byref(out))
  /external/clang/test/SemaObjC/
method-encoding-2.m 5 - (in out bycopy id) address:(byref inout void *)location with:(out oneway unsigned **)arg2;
10 - (in out bycopy id) address:(byref inout void *)location with:(out oneway unsigned **)arg2{ return 0; }
block-on-method-param.m 6 - (void) compileSandboxProfileAndReturnError:(__attribute__((__blocks__(byref))) id)errorp; // expected-error {{__block attribute not allowed, only allowed on local variables}}
10 - (void) compileSandboxProfileAndReturnError:(__attribute__((__blocks__(byref))) id)errorp {} // expected-error {{__block attribute not allowed, only allowed on local variables}}
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_parameters.py 53 from ctypes import c_char_p, byref namespace
72 from ctypes import byref namespace
109 # returned by byref(obj), it type(obj) == typ
110 from ctypes import c_short, c_uint, c_int, c_long, pointer, POINTER, byref namespace
113 LPINT.from_param(byref(c_int(42)))
115 self.assertRaises(TypeError, LPINT.from_param, byref(c_short(22)))
117 self.assertRaises(TypeError, LPINT.from_param, byref(c_long(22)))
118 self.assertRaises(TypeError, LPINT.from_param, byref(c_uint(22)))
122 from ctypes import c_short, c_uint, c_int, c_long, pointer, POINTER, byref namespace
125 LPLPINT.from_param(byref(pointer(c_int(42)))
    [all...]
test_prototypes.py 78 positive_address(func(byref(ci))))
81 self.assertRaises(ArgumentError, func, byref(ci))
84 self.assertRaises(ArgumentError, func, byref(ci))
87 self.assertRaises(ArgumentError, func, byref(ci))
102 self.assertEqual("a", func(byref(ca))[0])
117 self.assertEqual("a", func(byref(ca))[0])
132 self.assertEqual("a", func(byref(ca))[0])
134 func(byref(c_int()))
185 self.assertEqual(u"a", func(byref(ca))[0])
203 self.assertEqual("a", func(byref(ca))[0]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_parameters.py 53 from ctypes import c_char_p, byref namespace
72 from ctypes import byref namespace
109 # returned by byref(obj), it type(obj) == typ
110 from ctypes import c_short, c_uint, c_int, c_long, pointer, POINTER, byref namespace
113 LPINT.from_param(byref(c_int(42)))
115 self.assertRaises(TypeError, LPINT.from_param, byref(c_short(22)))
117 self.assertRaises(TypeError, LPINT.from_param, byref(c_long(22)))
118 self.assertRaises(TypeError, LPINT.from_param, byref(c_uint(22)))
122 from ctypes import c_short, c_uint, c_int, c_long, pointer, POINTER, byref namespace
125 LPLPINT.from_param(byref(pointer(c_int(42)))
    [all...]
test_prototypes.py 78 positive_address(func(byref(ci))))
81 self.assertRaises(ArgumentError, func, byref(ci))
84 self.assertRaises(ArgumentError, func, byref(ci))
87 self.assertRaises(ArgumentError, func, byref(ci))
102 self.assertEqual("a", func(byref(ca))[0])
117 self.assertEqual("a", func(byref(ca))[0])
132 self.assertEqual("a", func(byref(ca))[0])
134 func(byref(c_int()))
185 self.assertEqual(u"a", func(byref(ca))[0])
203 self.assertEqual("a", func(byref(ca))[0]
    [all...]
  /external/clang/test/CodeGenObjCXX/
block-var-layout.mm 40 // byref int, short, char, char, char, id, id, strong void*, byref id
53 // byref int, short, char, char, char, id, id, strong void*, byref void*, byref id
68 // byref int, short, char, char, char, id, id, byref void*, int, double, byref id
  /external/clang/test/CodeGen/
block-3.c 6 __attribute__((__blocks__(byref))) int index = ({ int __a; int __b; __a < __b ? __b : __a; });
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ascii_formatd.py 11 from ctypes import pythonapi, create_string_buffer, sizeof, byref, c_double namespace
22 PyOS_ascii_formatd(byref(buf), sizeof(buf), '%+.10f',
49 PyOS_ascii_formatd(byref(buf), sizeof(buf), format,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ascii_formatd.py 11 from ctypes import pythonapi, create_string_buffer, sizeof, byref, c_double namespace
22 PyOS_ascii_formatd(byref(buf), sizeof(buf), '%+.10f',
49 PyOS_ascii_formatd(byref(buf), sizeof(buf), format,
  /external/llvm/test/Transforms/ObjCARC/
escape.ll 20 %byref.isa = getelementptr inbounds %struct.__block_byref_weakLogNTimes* %weakLogNTimes, i64 0, i32 0
21 store i8* null, i8** %byref.isa, align 8
22 %byref.forwarding = getelementptr inbounds %struct.__block_byref_weakLogNTimes* %weakLogNTimes, i64 0, i32 1
23 store %struct.__block_byref_weakLogNTimes* %weakLogNTimes, %struct.__block_byref_weakLogNTimes** %byref.forwarding, align 8
24 %byref.flags = getelementptr inbounds %struct.__block_byref_weakLogNTimes* %weakLogNTimes, i64 0, i32 2
25 store i32 33554432, i32* %byref.flags, align 8
26 %byref.size = getelementptr inbounds %struct.__block_byref_weakLogNTimes* %weakLogNTimes, i64 0, i32 3
27 store i32 48, i32* %byref.size, align 4
50 %tmp8 = load %struct.__block_byref_weakLogNTimes** %byref.forwarding, align 8
75 %byref.isa = getelementptr inbounds %struct.__block_byref_weakLogNTimes* %weakLogNTimes, i64 0, i32
    [all...]
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
list_ports_windows.py 137 ctypes.byref(guids_size)):
143 ctypes.byref(GUIDs[index]),
151 while SetupDiEnumDeviceInfo(g_hdi, index, ctypes.byref(devinfo)):
157 ctypes.byref(devinfo),
169 ctypes.byref(port_name_buffer),
170 ctypes.byref(port_name_length))
184 ctypes.byref(devinfo),
185 ctypes.byref(szHardwareID),
191 ctypes.byref(devinfo),
194 ctypes.byref(szHardwareID)
    [all...]
  /external/compiler-rt/test/BlocksRuntime/
byrefaccess.c 9 // test that byref access to locals is accurate
goto.c 26 goto out_bad; // error: local byref variable val is in the scope of this goto
byrefsanity.c 35 BLOCK_NO_COPY = (1 << 26), // interim byref: no copies allowed
61 printf("missing copy/dispose helpers for byref data\n");
  /external/clang/test/Analysis/
objc-radar17039661.m 28 __attribute__((__blocks__(byref))) BOOL didFindTrait = 0;
48 __attribute__((__blocks__(byref))) NSNumber *builtinResult = ((NSNumber *)0);
  /external/clang/test/Rewriter/
rewrite-rewritten-initializer.mm 23 __attribute__((__blocks__(byref))) int blockSum = 0;
27 __attribute__((__blocks__(byref))) NSMutableString *blockAppend = [NSMutableString string];
rewrite-byref-vars.mm 47 __attribute__((__blocks__(byref))) id *listp;
53 - (void) Meth { __attribute__((__blocks__(byref))) void ** listp = (void **)list; }
  /external/clang/test/PCH/
irgen-rdar13114142.mm 21 __attribute__((__blocks__(byref))) OOArray out;

Completed in 622 milliseconds

1 2 3 4 5 6 7