Home
last modified time | relevance | path

Searched refs:flexible (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/external/llvm-project/llvm/unittests/Support/
DOptimizedStructLayoutTest.cpp33 LayoutTest &flexible(uint64_t Size, uint64_t Alignment, in flexible() function in __anon9b35b3670111::LayoutTest
69 .flexible(12, 4, 8) in TEST()
70 .flexible(8, 8, 0) in TEST()
71 .flexible(4, 4, 20) in TEST()
77 .flexible(8, 8, 16) in TEST()
78 .flexible(4, 4, 12) in TEST()
79 .flexible(1, 1, 10) in TEST()
80 .flexible(10, 8, 0) in TEST()
88 .flexible(4, 4, 0) in TEST()
89 .flexible(4, 4, 4) in TEST()
[all …]
/external/llvm-project/clang/test/SemaObjC/
Dflexible-array.m6 char flexible[];
11 …char flexible[]; // expected-error {{flexible array member 'flexible' with type 'char []' is not a… field
20 …char flexible[]; // expected-warning {{field 'flexible' with variable sized type 'char []' is not …
27 …char flexible[]; // expected-error {{flexible array member 'flexible' with type 'char []' is not a…
28 …// expected-warning@-1 {{field 'flexible' with variable sized type 'char []' is not visible to sub…
34 …char flexible[]; // expected-error {{flexible array member 'flexible' with type 'char []' is not a…
35 …// expected-warning@-1 {{field 'flexible' with variable sized type 'char []' is not visible to sub…
41 …char flexible[]; // expected-error {{flexible array member 'flexible' with type 'char []' is not a…
51 char flexible[]; field
62 …char flexible[]; // expected-warning {{field 'flexible' with variable sized type 'char []' is not …
[all …]
Dflexible-array-arc.m8 id flexible[];
10 // expected-error@-2 {{ARC forbids flexible array members with retainable object type}}
19 id flexible[]; field
23 // With ARC flexible array member objects can be only __unsafe_unretained
25 __unsafe_unretained id flexible[];
32 char flexible[]; field
Divar-sem-check-1.m9 …int arr[]; // expected-error {{flexible array member 'arr' with type 'int []' is not at the end o…
/external/llvm-project/clang/test/SemaObjCXX/
Dflexible-array.mm3 // Test only flexible array member functionality specific to C++.
11 VariableSizeUnion flexible; field
16 …VariableSizeUnion flexible; // expected-error {{field 'flexible' with variable sized type 'Variabl… field
29 VariableSizeClass flexible; field
34 …VariableSizeClass flexible; // expected-error {{field 'flexible' with variable sized type 'Variabl… field
Dcapturing-flexible-array-in-block.mm6 …expected-error {{cannot refer to declaration of structure variable with flexible array member insi…
7 …[=] {return a.x;}(); // expected-error {{variable 'a' with flexible array member cannot be capture…
/external/libabigail/tests/data/test-abidiff-exit/
Dtest-non-leaf-array-v0.c5 struct flexible { struct
10 struct flexible var; argument
11 void fun(struct flexible flex) { (void) flex; } in fun()
Dtest-non-leaf-array-v1.c5 struct flexible { struct
10 struct flexible var; argument
11 void fun(struct flexible flex) { (void) flex; } in fun()
/external/rust/crates/csv/src/
Dwriter.rs26 flexible: bool, field
35 flexible: false, in default()
288 pub fn flexible(&mut self, yes: bool) -> &mut WriterBuilder { in flexible() method
289 self.flexible = yes; in flexible()
520 flexible: bool, field
609 flexible: builder.flexible, in new()
1135 if !self.state.flexible { in check_field_count()
1304 let mut wtr = WriterBuilder::new().flexible(true).from_writer(vec![]); in unequal_records_ok()
1312 let mut wtr = WriterBuilder::new().flexible(true).from_writer(vec![]); in raw_unequal_records_ok()
Dreader.rs23 flexible: bool, field
38 flexible: false, in default()
303 pub fn flexible(&mut self, yes: bool) -> &mut ReaderBuilder { in flexible() method
304 self.flexible = yes; in flexible()
734 flexible: bool, field
826 flexible: builder.flexible, in new()
1893 if !self.flexible { in add_record()
2345 .flexible(true) in read_record_unequal_ok()
/external/clang/test/SemaObjCXX/
Dcapturing-flexible-array-in-block.mm6 …expected-error {{cannot refer to declaration of structure variable with flexible array member insi…
7 …[] {return a.x;}(); // expected-error {{variable 'a' with flexible array member cannot be captured…
/external/cldr/tools/java/org/unicode/cldr/util/
DDayPeriodInfo.java402 DayPeriod flexible; in collisionIsError() local
405 flexible = dayPeriod2; in collisionIsError()
408 flexible = dayPeriod1; in collisionIsError()
416 if (collisionIsErrorFormat(flexible, fixedOrFlexible.span, sampleError)) { in collisionIsError()
421 if (collisionIsErrorFormat(flexible, s, sampleError)) { in collisionIsError()
430 if (collisionIsErrorSelection(flexible, fixedOrFlexible.span, sampleError)) { in collisionIsError()
435 if (collisionIsErrorSelection(flexible, s, sampleError)) { in collisionIsError()
/external/tensorflow/tensorflow/compiler/mlir/g3doc/
Doverview.md9 MLIR is, at its heart, a flexible infrastructure for modern optimizing
17 many great ideas from it. It has a flexible type system, and allows
/external/llvm/lib/Target/AMDGPU/
DSIIntrinsics.td21 // Fully-flexible TBUFFER_STORE_FORMAT_* except for the ADDR64 bit, which is not exposed
39 // Fully-flexible BUFFER_LOAD_DWORD_* except for the ADDR64 bit, which is not exposed
55 // Fully-flexible SAMPLE instruction.
/external/llvm-project/lld/test/wasm/
Dentry-signature.s1 # Verify that the entry point signature can be flexible.
/external/iptables/extensions/
Dlibxt_CT.man11 flexible than loading the conntrack helper modules with preset ports.
41 provides more flexible timeout policy definition than global timeout values
Dlibipt_CLUSTERIP.man7 match which is more flexible and not limited to IPv4.
/external/rust/crates/csv/examples/
Dtutorial-read-delimiter-01.rs11 .flexible(true) in run()
/external/perfetto/debian/
Dchangelog4 * More flexible SDK.
/external/clang/test/CodeGen/
Dsanitize-address-field-padding.cpp67 int flexible[]; // Don't insert padding after this field. member in WithFlexibleArray1
/external/llvm-project/clang/test/CodeGen/
Dsanitize-address-field-padding.cpp67 int flexible[]; // Don't insert padding after this field. member in WithFlexibleArray1
/external/tensorflow/
DMETADATA6 "that flow between them. This flexible architecture lets you deploy "
/external/pigweed/pw_fuzzer/
Doss_fuzz.gni22 # sets -nostdinc++. Find a more flexible mechanism to achieve this and
/external/fft2d/
DREADME.android10 1. David Talkin has written a fast and flexible radix-2 FFT class:
/external/python/google-api-python-client/docs/
DREADME.md4 client-application developers. It offers simple, flexible

12345678910>>...12