Home
last modified time | relevance | path

Searched refs:aggregate (Results 1 – 25 of 101) sorted by relevance

12345

/external/elfutils/src/backends/
Dtilegx_retval.c120 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()
Dppc64_retval.c148 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()
Dalpha_retval.c118 goto aggregate; in alpha_return_value_location()
124 goto aggregate; in alpha_return_value_location()
141 aggregate: in alpha_return_value_location()
Darm_retval.c108 aggregate: in arm_return_value_location()
120 goto aggregate; in arm_return_value_location()
Dsparc_retval.c141 aggregate: in sparc_return_value_location()
152 goto aggregate; in sparc_return_value_location()
Dppc_retval.c151 aggregate: in ppc_return_value_location()
184 goto aggregate; in ppc_return_value_location()
/external/llvm/test/CodeGen/PowerPC/
Demptystruct.ll3 ; 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/
Dreference-argument.ll2 ; 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/
Daggregate-padding.ll32 ; 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/
Dinvalid-datalayout5.ll3 ; CHECK: Sized aggregate specification in datalayout string
Dinvalid-datalayout22.ll5 ; CHECK: ABI alignment specification must be >0 for non-aggregate types
/external/jetty/
Dpom.xml_saved207 <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/
Dfast-isel-agg-constant.ll2 ; Make sure fast-isel doesn't screw up aggregate constants.
/external/llvm/test/CodeGen/NVPTX/
Daggr-param.ll3 ; Make sure aggregate param types get emitted properly.
/external/llvm/test/Transforms/DeadArgElim/
Daggregates.ll3 ; 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/
Dninfod_name.c123 # define offsetof(aggregate,member) ((size_t)&((aggregate *)0)->member) argument
Dninfod_addrs.c121 # define offsetof(aggregate,member) ((size_t)&((aggregate *)0)->member) argument
/external/clang/test/Sema/
Dthread-specifier.c123 __thread int aggregate[10] = {0}; variable
/external/clang/test/SemaCXX/
Dcxx0x-initializer-aggregates.cpp6 namespace aggregate { namespace
/external/llvm/test/Bitcode/
DaggregateInstructions.3.2.ll5 ; The test checks that LLVM does not misread instructions with aggregate operands
/external/clang/docs/analyzer/
DRegionStore.txt108 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/
Dscan-build1294 my $aggregate = "";
1296 $aggregate .= $domain;
1297 if ($EnabledCheckers{$aggregate}) {
1302 $aggregate .= ".";
/external/clang/test/CodeGenObjC/
Darc-captured-32bit-block-var-layout.m192 // Test1 bitfield in cpatured aggregate.
209 // Test2 bitfield in cpatured aggregate.
222 // Test3 bitfield in cpatured aggregate.
Darc-captured-block-var-layout.m191 // Test1 bitfield in cpatured aggregate.
208 // Test2 bitfield in cpatured aggregate.
221 // Test3 bitfield in cpatured aggregate.
/external/llvm/test/Transforms/InstCombine/
DOverlappingInsertvalues.ll27 ; operand (as initial value of aggregate)

12345