OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:appending
(Results
1 - 25
of
926
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/sources/host-tools/sed-4.2.1/testsuite/
appquit.sed
1
# Test
appending
quit
/art/test/103-string-append/
info.txt
1
Simple test that triggers GC by
appending
to a String.
/external/llvm/test/Bitcode/
upgrade-global-ctors.ll
3
; CHECK: @llvm.global_ctors =
appending
global [0 x { i32, void ()*, i8* }] zeroinitializer
/external/llvm/test/Linker/
unnamed-addr-err-b.ll
4
@foo =
appending
global [1 x i32] [i32 42]
unnamed-addr-err-a.ll
3
@foo =
appending
unnamed_addr global [1 x i32] [i32 42]
4
; CHECK:
Appending
variables with different unnamed_addr need to be linked
AppendingLinkage2.ll
1
; Test that
appending
linkage works correctly when arrays are the same size.
3
; RUN: echo "@X =
appending
global [1 x i32] [i32 8] " | \
9
@X =
appending
global [1 x i32] [ i32 7 ] ; <[1 x i32]*> [#uses=0]
AppendingLinkage.ll
1
; Test that
appending
linkage works correctly.
3
; RUN: echo "@X =
appending
global [1 x i32] [i32 8] " | \
9
@X =
appending
global [2 x i32] [ i32 7, i32 4 ] ; <[2 x i32]*> [#uses=2]
2005-12-06-AppendingZeroLengthArrays.ll
1
; RUN: echo " @G =
appending
global [0 x i32] zeroinitializer " | \
10
@G =
appending
global [1 x i32] zeroinitializer ; <[1 x i32]*> [#uses=0]
/external/llvm/test/Verifier/
llvm.used-invalid-type2.ll
2
@llvm.used =
appending
global i32 0, section "llvm.metadata"
4
; CHECK: Only global arrays can have
appending
linkage!
llvm.used-ptr-type.ll
4
@llvm.used =
appending
global [1 x i32*] [i32* @a], section "llvm.metadata"
global-ctors.ll
3
@llvm.global_ctors =
appending
global [1 x { i32, void()*, i8 } ] [
8
@llvm.global_dtors =
appending
global [1 x { i32, void()*, i8*, i8 } ] [
llvm.compiler_used-invalid-type.ll
3
@llvm.compiler.used =
appending
global [1 x i32] [i32 0], section "llvm.metadata"
llvm.used-invalid-init.ll
3
@llvm.used =
appending
global [1 x i8*] zeroinitializer, section "llvm.metadata"
/external/chromium_org/cc/layers/
append_quads_data.h
28
// Set by the layer
appending
quads.
30
// Set by the layer
appending
quads.
32
// Set by the layer
appending
quads.
34
// Set by the layer
appending
quads.
36
// Given to the layer
appending
quads.
/external/llvm/test/Transforms/GlobalOpt/
2011-04-09-EmptyGlobalCtors.ll
4
@llvm.global_ctors =
appending
global [0 x %0] zeroinitializer
compiler-used.ll
10
@llvm.used =
appending
global [1 x i8*] [i8* bitcast (void ()* @foo to i8*)], section "llvm.metadata"
12
@llvm.compiler.used =
appending
global [1 x i8*] [i8* bitcast (void ()* @foo to i8*)], section "llvm.metadata"
15
; CHECK: @llvm.used =
appending
global [1 x i8*] [i8* bitcast (void ()* @foo to i8*)], section "llvm.metadata"
alias-used-address-space.ll
12
@llvm.used =
appending
global [1 x i8*] [i8* addrspacecast (i8 addrspace(1)* @ca to i8*)], section "llvm.metadata"
13
; CHECK-DAG: @llvm.used =
appending
global [1 x i8*] [i8* addrspacecast (i8 addrspace(1)* @ca to i8*)], section "llvm.metadata"
15
@llvm.compiler.used =
appending
global [2 x i8*] [i8* addrspacecast(i8 addrspace(1)* @ia to i8*), i8* addrspacecast (i8 addrspace(1)* @i to i8*)], section "llvm.metadata"
16
; CHECK-DAG: @llvm.compiler.used =
appending
global [1 x i8*] [i8* addrspacecast (i8 addrspace(1)* @ia to i8*)], section "llvm.metadata"
alias-used-section.ll
8
@llvm.used =
appending
global [1 x i8*] [i8* @in_custom_section], section "llvm.metadata"
/external/llvm/test/CodeGen/X86/
compiler_used.ll
7
@llvm.used =
appending
global [1 x i8*] [ i8* @Z ], section "llvm.metadata"
8
@llvm.compiler.used =
appending
global [2 x i8*] [ i8* @X, i8* bitcast (i32* @Y to i8*)], section "llvm.metadata"
2007-08-13-AppendingLinkage.ll
5
@hlvm_programs =
appending
constant [1 x %hlvm_programs_element]
/external/llvm/test/ExecutionEngine/MCJIT/
test-global-ctors.ll
4
@llvm.global_ctors =
appending
global [1 x { i32, void ()* }] [{ i32, void ()* } { i32 65535, void ()* @ctor_func }]
5
@llvm.global_dtors =
appending
global [1 x { i32, void ()* }] [{ i32, void ()* } { i32 65535, void ()* @dtor_func }]
/external/llvm/test/Transforms/GlobalDCE/
global_ctors.ll
3
; CHECK: @llvm.global_ctors =
appending
global [1 x { i32, void ()* }] [{ i32, void ()* } { i32 65535, void ()* @_notremovable }]
8
@llvm.global_ctors =
appending
global [2 x { i32, void ()* }] [{ i32, void ()* } { i32 65535, void ()* @_GLOBAL__I_a }, { i32, void ()* } { i32 65535, void ()* @_notremovable }]
/external/llvm/test/Transforms/Internalize/
used.ll
3
@llvm.used =
appending
global [1 x void ()*] [void ()* @f], section "llvm.metadata"
5
@llvm.compiler.used =
appending
global [1 x void ()*] [void ()* @g], section "llvm.metadata"
/external/clang/test/CodeGen/
2005-12-04-AttributeUsed.c
3
// CHECK: @llvm.used =
appending
global [2 x i8*] [i8* bitcast (void ()* @foo to i8*), i8* bitcast (i32* @X to i8*)], section "llvm.metadata"
/external/llvm/test/CodeGen/ARM/Windows/
structors.ll
3
@llvm.global_ctors =
appending
global [1 x { i32, void ()*, i8* }] [{ i32, void ()*, i8* } { i32 65535, void ()* @function, i8* null }]
Completed in 544 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>