/external/elfutils/src/backends/ |
D | tilegx_retval.c | 120 aggregate: in tilegx_return_value_location() 136 goto aggregate; in tilegx_return_value_location() 143 goto aggregate; in tilegx_return_value_location() 147 goto aggregate; in tilegx_return_value_location()
|
D | ppc64_retval.c | 148 aggregate: in ppc64_return_value_location() 177 goto aggregate; in ppc64_return_value_location() 184 goto aggregate; in ppc64_return_value_location() 188 goto aggregate; in ppc64_return_value_location()
|
D | alpha_retval.c | 118 goto aggregate; in alpha_return_value_location() 124 goto aggregate; in alpha_return_value_location() 141 aggregate: in alpha_return_value_location()
|
D | arm_retval.c | 108 aggregate: in arm_return_value_location() 120 goto aggregate; in arm_return_value_location()
|
D | sparc_retval.c | 141 aggregate: in sparc_return_value_location() 152 goto aggregate; in sparc_return_value_location()
|
D | ppc_retval.c | 151 aggregate: in ppc_return_value_location() 184 goto aggregate; in ppc_return_value_location()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | emptystruct.ll | 3 ; This tests correct handling of empty aggregate parameters and return values. 6 ; is treated as any other pointer parameter. An empty aggregate return value 7 ; is treated as any other aggregate return value, passed via address as a
|
/external/llvm/test/DebugInfo/X86/ |
D | reference-argument.ll | 2 ; ModuleID = 'aggregate-indirect-arg.cpp' 3 ; extracted from debuginfo-tests/aggregate-indirect-arg.cpp 36 !1 = !MDFile(filename: "aggregate-indirect-arg.cpp", directory: "") 40 !5 = !MDFile(filename: "aggregate-indirect-arg.cpp", directory: "")
|
/external/llvm/test/CodeGen/ARM/ |
D | aggregate-padding.ll | 32 ; An aggregate should be able to split between registers and stack if there is 45 ; If an aggregate has to be moved entirely onto the stack, nothing should be 62 ; If an aggregate has to be moved entirely onto the stack, nothing should be
|
/external/llvm/test/Assembler/ |
D | invalid-datalayout5.ll | 3 ; CHECK: Sized aggregate specification in datalayout string
|
D | invalid-datalayout22.ll | 5 ; CHECK: ABI alignment specification must be >0 for non-aggregate types
|
/external/jetty/ |
D | pom.xml_saved | 207 <aggregate>true</aggregate> 547 > mvn -Paggregate-site javadoc:aggregate jxr:jxr 591 Moves the jetty-aggregate build tree to a profile called 'aggregates'. 604 <module>jetty-aggregate</module> 666 <id>just-javadoc-no-aggregate</id> 732 <id>aggregate-site</id> 739 <aggregate>true</aggregate>
|
/external/llvm/test/CodeGen/X86/ |
D | fast-isel-agg-constant.ll | 2 ; Make sure fast-isel doesn't screw up aggregate constants.
|
/external/llvm/test/CodeGen/NVPTX/ |
D | aggr-param.ll | 3 ; Make sure aggregate param types get emitted properly.
|
/external/llvm/test/Transforms/DeadArgElim/ |
D | aggregates.ll | 3 ; Case 0: the basic example: an entire aggregate use is returned, but it's 20 ; Case 1: an opaque use of the aggregate exists (in this case dead). Otherwise 46 ; Case 2: an opaque use of the aggregate exists (in this case *live*). Other
|
/external/iputils/ninfod/ |
D | ninfod_name.c | 123 # define offsetof(aggregate,member) ((size_t)&((aggregate *)0)->member) argument
|
D | ninfod_addrs.c | 121 # define offsetof(aggregate,member) ((size_t)&((aggregate *)0)->member) argument
|
/external/clang/test/Sema/ |
D | thread-specifier.c | 123 __thread int aggregate[10] = {0}; variable
|
/external/clang/test/SemaCXX/ |
D | cxx0x-initializer-aggregates.cpp | 6 namespace aggregate { namespace
|
/external/llvm/test/Bitcode/ |
D | aggregateInstructions.3.2.ll | 5 ; The test checks that LLVM does not misread instructions with aggregate operands
|
/external/clang/docs/analyzer/ |
D | RegionStore.txt | 108 all the elements of an aggregate type (struct or array) without having to 130 distinguish a Default binding for an entire aggregate from a Default binding 131 for the sub-aggregate at offset 0. 140 aggregate (i.e. for an lvalue-to-rvalue conversion), it returns a
|
/external/clang/tools/scan-build/ |
D | scan-build | 1294 my $aggregate = ""; 1296 $aggregate .= $domain; 1297 if ($EnabledCheckers{$aggregate}) { 1302 $aggregate .= ".";
|
/external/clang/test/CodeGenObjC/ |
D | arc-captured-32bit-block-var-layout.m | 192 // Test1 bitfield in cpatured aggregate. 209 // Test2 bitfield in cpatured aggregate. 222 // Test3 bitfield in cpatured aggregate.
|
D | arc-captured-block-var-layout.m | 191 // Test1 bitfield in cpatured aggregate. 208 // Test2 bitfield in cpatured aggregate. 221 // Test3 bitfield in cpatured aggregate.
|
/external/llvm/test/Transforms/InstCombine/ |
D | OverlappingInsertvalues.ll | 27 ; operand (as initial value of aggregate)
|