/external/llvm-project/llvm/unittests/Support/ |
D | OptimizedStructLayoutTest.cpp | 33 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/ |
D | flexible-array.m | 6 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 …]
|
D | flexible-array-arc.m | 8 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
|
D | ivar-sem-check-1.m | 9 …int arr[]; // expected-error {{flexible array member 'arr' with type 'int []' is not at the end o…
|
/external/llvm-project/clang/test/SemaObjCXX/ |
D | flexible-array.mm | 3 // 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
|
D | capturing-flexible-array-in-block.mm | 6 …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/ |
D | test-non-leaf-array-v0.c | 5 struct flexible { struct 10 struct flexible var; argument 11 void fun(struct flexible flex) { (void) flex; } in fun()
|
D | test-non-leaf-array-v1.c | 5 struct flexible { struct 10 struct flexible var; argument 11 void fun(struct flexible flex) { (void) flex; } in fun()
|
/external/rust/crates/csv/src/ |
D | writer.rs | 26 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()
|
D | reader.rs | 23 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/ |
D | capturing-flexible-array-in-block.mm | 6 …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/ |
D | DayPeriodInfo.java | 402 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/ |
D | overview.md | 9 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/ |
D | SIIntrinsics.td | 21 // 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/ |
D | entry-signature.s | 1 # Verify that the entry point signature can be flexible.
|
/external/iptables/extensions/ |
D | libxt_CT.man | 11 flexible than loading the conntrack helper modules with preset ports. 41 provides more flexible timeout policy definition than global timeout values
|
D | libipt_CLUSTERIP.man | 7 match which is more flexible and not limited to IPv4.
|
/external/rust/crates/csv/examples/ |
D | tutorial-read-delimiter-01.rs | 11 .flexible(true) in run()
|
/external/perfetto/debian/ |
D | changelog | 4 * More flexible SDK.
|
/external/clang/test/CodeGen/ |
D | sanitize-address-field-padding.cpp | 67 int flexible[]; // Don't insert padding after this field. member in WithFlexibleArray1
|
/external/llvm-project/clang/test/CodeGen/ |
D | sanitize-address-field-padding.cpp | 67 int flexible[]; // Don't insert padding after this field. member in WithFlexibleArray1
|
/external/tensorflow/ |
D | METADATA | 6 "that flow between them. This flexible architecture lets you deploy "
|
/external/pigweed/pw_fuzzer/ |
D | oss_fuzz.gni | 22 # sets -nostdinc++. Find a more flexible mechanism to achieve this and
|
/external/fft2d/ |
D | README.android | 10 1. David Talkin has written a fast and flexible radix-2 FFT class:
|
/external/python/google-api-python-client/docs/ |
D | README.md | 4 client-application developers. It offers simple, flexible
|