Home
last modified time | relevance | path

Searched refs:structs (Results 1 – 25 of 163) sorted by relevance

1234567

/external/clang/test/Analysis/
Dcxx-crashes.cpp69 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()
Dmisc-ps-arm.m4 // <rdar://problem/11405978> - Handle casts of vectors to structs, and loading
/external/clang/test/Modules/
Delaborated-type-specifier-from-hidden-module.m4 @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/
Dsjljehprepare-lower-empty-struct.ll7 ; 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/
Dpy_bindings_basics.markdown35 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/
Dfunctional.uniform_location.txt26 + 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/
Dapibuild.py198 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/
D2006-07-11-StoreStruct.ll5 ; This previously was for PR826, but structs are now first-class so
/external/llvm/test/CodeGen/AArch64/
Darm64-abi_align.ll7 ; 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/
Dempty-struct-return-type.ll4 ; Return types can be empty structs, which can be awkward.
/external/clang/test/CodeGenObjC/
Divar-layout-64.m131 // Ensure that layout descends into anonymous unions and structs.
132 // Hilariously, anonymous unions and structs that appear directly as ivars
/external/nanopb-c/
DCHANGELOG.txt57 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/
DSparcCallingConv.td96 // - 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/
Dsilk_headers.mk10 silk/structs.h \
/external/harfbuzz_ng/src/
DMakefile.sources146 HB_GOBJECT_sources = hb-gobject-structs.cc
147 HB_GOBJECT_STRUCTS_headers = hb-gobject-structs.h
/external/harfbuzz_ng/docs/
DMakefile.am39 IGNORE_HFILES+=hb-gobject.h hb-gobject-enums.h hb-gobject-structs.h
/external/llvm/test/Transforms/SafeStack/
Dconstant-geps.ll12 ; [2 x i8] nested in several layers of structs and unions
/external/libevent/
Devent_rpcgen.py1384 structs = []
1407 return structs
1419 structs = []
1427 structs.extend(ProcessOneEntry(factory, newstruct, entry))
1429 structs.append(newstruct)
1430 return structs
/external/nanopb-c/docs/
Dindex.rst40 #) 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/
Dbuild-rules-msvc.mak111 $(CFG)\$(PLAT)\harfbuzz-gobject\hb-gobject-structs.obj: $(CFG)\$(PLAT)\harfbuzz-gobject $(HB_GOBJEC…
113 ..\src\hb-gobject-structs.cc
/external/vboot_reference/firmware/
DREADME42 compatible with vboot1 structs. Because of the early release of the lib20
/external/llvm/test/CodeGen/XCore/
Dbigstructret.ll52 ; Variadic functions return structs bigger than 4 words via a hidden
/external/nanopb-c/generator/proto/
Dnanopb.proto36 // Add 'packed' attribute to generated structs.
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.hpp125 void getNamedStructs (std::vector<const glu::StructType*>& structs) const;
/external/deqp/data/gles31/shaders/
Dseparate_shader_validation.test1155 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