Searched refs:structs (Results 1 – 25 of 163) sorted by relevance
1234567
/external/clang/test/Analysis/ |
D | cxx-crashes.cpp | 69 struct { int x; } structs[n]; in vla() local 70 structs[0].x = 1; in vla() 71 clang_analyzer_eval(structs[0].x == 1); // expected-warning{{TRUE}} in vla()
|
D | misc-ps-arm.m | 4 // <rdar://problem/11405978> - Handle casts of vectors to structs, and loading
|
/external/clang/test/Modules/ |
D | elaborated-type-specifier-from-hidden-module.m | 4 @import ElaboratedTypeStructs.Empty; // The structs are now hidden. 12 // expected-note@elaborated-type-structs.h:* 2 {{previous definition is here}}
|
/external/llvm/test/CodeGen/ARM/ |
D | sjljehprepare-lower-empty-struct.ll | 7 ; SjLjEHPrepare shouldn't crash when lowering empty structs. 9 ; Checks that between in case of empty structs used as arguments
|
/external/opencv3/doc/py_tutorials/py_bindings/py_bindings_basics/ |
D | py_bindings_basics.markdown | 35 arguments, argument types etc. Final list contains details of all the functions, structs, classes 46 create wrapper functions for all the functions/classes/enums/structs parsed by header parser (You 51 structs/classes/functions etc. which need to be extended manually. All such manual wrapper functions 110 Small classes/structs are extended using CV_EXPORTS_W_SIMPLE. These structs are passed by value 128 Some other small classes/structs can be exported using CV_EXPORTS_W_MAP where it is exported to a
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.uniform_location.txt | 26 + Location for (nested) structs and their members 34 - Overlapping structs and arrays with various linkage and usage 38 + Deeply nested structs/arrays
|
/external/libxml2/doc/ |
D | apibuild.py | 198 self.structs = {} 251 self.structs[name] = d 293 for id in list(idx.structs.keys()): 294 if id in self.structs: 296 id, self.structs[id].header, idx.structs[id].header)) 298 self.structs[id] = idx.structs[id] 299 self.identifiers[id] = idx.structs[id] 366 self.analyze_dict("structs", self.structs) 1757 if name in self.idx.structs and ( \ 1758 type(self.idx.structs[name].info) == type(()) or [all …]
|
/external/llvm/test/Verifier/ |
D | 2006-07-11-StoreStruct.ll | 5 ; This previously was for PR826, but structs are now first-class so
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-abi_align.ll | 7 ; Test passing structs with size < 8, < 16 and > 16 34 ; structs with size < 8 bytes, passed via i64 in x1 and x2 71 ; structs with size < 8 bytes, passed on stack at [sp+8] and [sp+16] 86 ; structs with size < 8 bytes, alignment of 16 124 ; structs with size < 8 bytes, alignment 16 140 ; structs with size < 16 bytes 180 ; structs with size < 16 bytes 196 ; structs with size < 16 bytes, alignment of 16 234 ; structs with size < 16 bytes, alignment of 16 250 ; structs with size of 22 bytes, passed indirectly in x1 and x2 [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | empty-struct-return-type.ll | 4 ; Return types can be empty structs, which can be awkward.
|
/external/clang/test/CodeGenObjC/ |
D | ivar-layout-64.m | 131 // Ensure that layout descends into anonymous unions and structs. 132 // Hilariously, anonymous unions and structs that appear directly as ivars
|
/external/nanopb-c/ |
D | CHANGELOG.txt | 57 Add support for packed structs in IAR and MSVC (in addition to GCC) (issue 66) 89 Added generator option to make message structs packed. (issue 49) 104 Add names for structs to allow forward declaration (issue 39)
|
/external/llvm/lib/Target/Sparc/ |
D | SparcCallingConv.td | 96 // - Split structs into one or two 64-bit sized chunks, or 32-bit chunks with 99 // - Pass structs larger than 16 bytes indirectly with an explicit pointer 114 // structs. These arguments are not promoted to 64 bits, but they can still
|
/external/libopus/ |
D | silk_headers.mk | 10 silk/structs.h \
|
/external/harfbuzz_ng/src/ |
D | Makefile.sources | 146 HB_GOBJECT_sources = hb-gobject-structs.cc 147 HB_GOBJECT_STRUCTS_headers = hb-gobject-structs.h
|
/external/harfbuzz_ng/docs/ |
D | Makefile.am | 39 IGNORE_HFILES+=hb-gobject.h hb-gobject-enums.h hb-gobject-structs.h
|
/external/llvm/test/Transforms/SafeStack/ |
D | constant-geps.ll | 12 ; [2 x i8] nested in several layers of structs and unions
|
/external/libevent/ |
D | event_rpcgen.py | 1384 structs = [] 1407 return structs 1419 structs = [] 1427 structs.extend(ProcessOneEntry(factory, newstruct, entry)) 1429 structs.append(newstruct) 1430 return structs
|
/external/nanopb-c/docs/ |
D | index.rst | 40 #) Small ram usage (typically ~300 bytes, plus any message structs) 53 #) Fields in the generated structs are ordered by the tag number, instead of the natural ordering i…
|
/external/harfbuzz_ng/win32/ |
D | build-rules-msvc.mak | 111 $(CFG)\$(PLAT)\harfbuzz-gobject\hb-gobject-structs.obj: $(CFG)\$(PLAT)\harfbuzz-gobject $(HB_GOBJEC… 113 ..\src\hb-gobject-structs.cc
|
/external/vboot_reference/firmware/ |
D | README | 42 compatible with vboot1 structs. Because of the early release of the lib20
|
/external/llvm/test/CodeGen/XCore/ |
D | bigstructret.ll | 52 ; Variadic functions return structs bigger than 4 words via a hidden
|
/external/nanopb-c/generator/proto/ |
D | nanopb.proto | 36 // Add 'packed' attribute to generated structs.
|
/external/deqp/modules/gles31/functional/ |
D | es31fSSBOLayoutCase.hpp | 125 void getNamedStructs (std::vector<const glu::StructType*>& structs) const;
|
/external/deqp/data/gles31/shaders/ |
D | separate_shader_validation.test | 1155 desc "IO-blocks match with structs with different names" 1204 desc "IO-blocks do not match due to mismatch with member structs" 1253 desc "IO-blocks do not match due to mismatch with member structs" 1302 desc "IO-blocks do not match due to mismatch with member structs" 1351 desc "IO-blocks do not match due to mismatch with member structs"
|
1234567