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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/compile/slang/tests/F_float3_v13/
stderr.txt.expect 1 float3_v13.rs:9:10: error: structs containing vectors of dimension 3 cannot be exported at this API level: 'myStruct'
  /external/clang/test/Parser/
struct-recursion.c 5 // mutually recursive structs
eof.cpp 7 // CHECK: error: anonymous structs and classes must be class members
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/cloog/isl/
constraintset.h 12 int dummy; /* Solaris cc doesn't like zero-sized structs */
23 int dummy; /* Solaris cc doesn't like zero-sized structs */
domain.h 16 int dummy; /* Solaris cc doesn't like zero-sized structs */
20 int dummy; /* Solaris cc doesn't like zero-sized structs */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/isl/
constraintset.h 12 int dummy; /* Solaris cc doesn't like zero-sized structs */
23 int dummy; /* Solaris cc doesn't like zero-sized structs */
domain.h 16 int dummy; /* Solaris cc doesn't like zero-sized structs */
20 int dummy; /* Solaris cc doesn't like zero-sized structs */
  /external/llvm/test/Verifier/
2006-07-11-StoreStruct.ll 5 ; This previously was for PR826, but structs are now first-class so
  /external/chromium_org/mojo/public/tools/bindings/generators/cpp_templates/
module.h.tmpl 46 {% for struct in structs %}
55 {#--- NOTE: Non-inlined structs may have pointers to inlined structs, so we #}
56 {#--- need to fully define inlined structs ahead of the others. #}
58 {#--- Inlined structs #}
59 {% for struct in structs %}
65 {#--- Non-inlined structs #}
66 {% for struct in structs %}
98 {% if structs %}
99 {% for struct in structs %
    [all...]
module.cc.tmpl 58 {% for struct in structs %}
65 {%- for struct in structs %}
72 {%- for struct in structs %}
82 {%- for struct in structs %}
module-internal.h.tmpl 29 {% for struct in structs %}
38 {% for struct in structs %}
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
rblist.h 8 * create node structs of the form:
14 * create list structs of the form:
  /external/chromium_org/mojo/public/interfaces/bindings/tests/data/validation/
conformance_mthd2_wrong_layout_order.data 19 // The following two structs are arranged in wrong order.
  /external/clang/test/CodeGen/
le32-arguments.c 12 // Structs should be passed byval and not split up
19 // Structs should be returned sret and not simplified by the frontend
50 // Unions should be passed as byval structs
59 // Bitfields should be passed as byval structs
arm-pnaclcall.c 22 // Unions should be passed as byval structs
31 // Bitfields should be passed as byval structs
  /external/clang/test/Sema/
anonymous-struct-union-c11.c 9 struct { // expected-warning{{anonymous structs are a C11 extension}}
offsetof-64.c 4 // Don't crash when taking computing the offset of structs with large arrays.
  /external/chromium_org/ppapi/generators/test_cgen/
structs.h 7 /* From test_cgen/structs.idl modified Wed Nov 21 11:02:50 2012. */
45 * @addtogroup Structs
76 * @addtogroup Structs
interface.h 28 * @addtogroup Structs
80 * @addtogroup Structs
  /external/clang/test/Analysis/
cxx-crashes.cpp 69 struct { int x; } structs[n]; local
70 structs[0].x = 1;
71 clang_analyzer_eval(structs[0].x == 1); // expected-warning{{TRUE}}
  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
test_support.py 96 len(module1.structs) != len(module2.structs) or \
99 for i in range(len(module1.structs)):
100 if not KindsAreEqual(module1.structs[i], module2.structs[i]):
130 errors += EXPECT_EQ(1, len(module.structs))
131 errors += EXPECT_EQ('teststruct', module.structs[0].name)
132 errors += EXPECT_EQ(2, len(module.structs[0].fields))
133 errors += EXPECT_EQ('testfield1', module.structs[0].fields[0].name)
134 errors += EXPECT_EQ(mojom.INT32, module.structs[0].fields[0].kind
    [all...]
  /external/chromium_org/ppapi/c/
pp_directory_entry.h 24 * @addtogroup Structs
  /external/chromium_org/ppapi/c/dev/
pp_video_capture_dev.h 16 * Structs for dealing with video capture.
21 * @addtogroup Structs
  /external/chromium_org/ppapi/tests/
test_struct_sizes.c 7 * stable. Only structs that have architecture-dependent size are checked by
8 * this test. These structs use at least one type which differs in size between
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
rbug_core.h 26 * This file holds structs decelerations and function prototypes for one of
30 * The structs what is returned from the demarshal functions. The functions
35 * Structs and functions ending with _reply are replies to requests.

Completed in 1702 milliseconds

1 2 3 4 5 6 7 8 91011>>