Home
last modified time | relevance | path

Searched refs:teste (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dtls3.ll5 @teste = internal thread_local global %struct.anon zeroinitializer
9 %tmp2 = load i32, i32* getelementptr (%struct.anon, %struct.anon* @teste, i32 0, i32 0), align 8
17 ; NOEMU-LABEL: teste:
20 ; CHECK-NOT: __emutls_t.teste
23 ; EMU-LABEL: __emutls_v.teste:
29 ; CHECK-NOT: teste:
30 ; CHECK-NOT: __emutls_t.teste
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Doperator-new.cpp6 class teste { class
9 teste() : A(2) {} in teste() function in teste
14 new teste(); in f1()
H A Dkey-function-vtable.cpp21 struct teste { inline virtual void a(); }; struct
22 teste *testevar = new teste;