HomeSort by relevance Sort by last modified time
    Searched full:appending (Results 1 - 25 of 866) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/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"
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"
llvm.used-invalid-init2.ll 4 @llvm.used = appending global [2 x i8*] [i8* @a, i8* null], section "llvm.metadata"
llvm.used-invalid-type.ll 3 @llvm.used = appending global [1 x i32] [i32 0], section "llvm.metadata"
  /external/chromium_org/cc/layers/
append_quads_data.h 24 // Set by the layer appending quads.
26 // Set by the layer appending quads.
28 // Given to the layer appending quads.
  /external/llvm/test/Linker/
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/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"
2010-10-19-WeakOdr.ll 9 @llvm.global_ctors = appending global [1 x { i32, void ()* }] [ { i32, void ()* } { i32 65535, void ()* @CTOR } ]
  /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]
darwin-no-dead-strip.ll 6 @llvm.used = appending global [1 x i8*] [ i8* bitcast (i32* @x to i8*) ] ; <[1 x i8*]*> [#uses=0]
  /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/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/AArch64/
init-array.ll 7 @llvm.global_ctors = appending global [1 x { i32, void ()* }] [{ i32, void ()* } { i32 65535, void ()* @_GLOBAL__I_a }]
  /external/clang/test/CodeGenCXX/
apple-kext.cpp 4 // CHECK: @llvm.global_ctors = appending global {{.*}} { i32 65535, void ()* [[CTOR0:@.*]] }
5 // CHECK: @llvm.global_dtors = appending global {{.*}} { i32 65535, void ()* [[DTOR0:@.*]] }
  /external/llvm/test/CodeGen/Mips/
init-array.ll 5 @llvm.global_ctors = appending global [1 x { i32, void ()* }] [{ i32, void ()* } { i32 65535, void ()* @test }]
  /external/llvm/test/MC/ARM/
cxx-global-constructor.ll 5 @llvm.global_ctors = appending global [1 x { i32, void ()* }] [{ i32, void ()* } { i32 65535, void ()* @f }]

Completed in 1041 milliseconds

1 2 3 4 5 6 7 8 91011>>