Home
last modified time | relevance | path

Searched refs:test7a (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/test/Transforms/SCCP/
Dipsccp-basic.ll160 define internal %T @test7a(i32 %A) {
165 ; CHECK: @test7a
171 %X = call %T @test7a(i32 17)
176 ; CHECK-NEXT: call %T @test7a(i32 17)
/external/clang/test/Sema/
Dblock-misc.c82 void (^test7a)(); variable
84 return test7a == p;
/external/llvm/test/Transforms/SCCP/
Dipsccp-basic.ll164 define internal %T @test7a(i32 %A) {
169 ; CHECK-LABEL: @test7a(
174 %X = call %T @test7a(i32 17)
179 ; CHECK-NEXT: call %T @test7a(i32 17)
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
Dcall.ll86 define void @test7a() {
92 call void bitcast (void ()* @test7a to void (i32)*)( i32 5 )
94 ; CHECK: call void @test7a()
/external/llvm/test/Transforms/InstCombine/
Dcall.ll108 define void @test7a() {
109 ; CHECK-LABEL: @test7a(
116 ; CHECK: call void @test7a()
118 call void bitcast (void ()* @test7a to void (i32)*)( i32 5 )
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/
Dp3.cpp120 namespace test7a { namespace
/external/llvm/test/CodeGen/X86/
Davx512-calling-conv.ll279 define <8 x i1> @test7a(<8 x i32>%a, <8 x i32>%b) {
280 ; KNL-LABEL: test7a:
300 ; SKX-LABEL: test7a:
317 ; KNL_X32-LABEL: test7a:
Dstack-protector.ll883 ; test7a: PtrToInt Cast
886 define void @test7a() {
888 ; LINUX-I386-LABEL: test7a:
892 ; LINUX-X64-LABEL: test7a:
896 ; LINUX-KERNEL-X64-LABEL: test7a:
900 ; DARWIN-X64-LABEL: test7a:
904 ; MSVC-I386-LABEL: test7a:
/external/icu/icu4c/source/test/intltest/
Dcitrtest.cpp299 UCharCharacterIterator* test7a = new UCharCharacterIterator(testText, -1); in TestConstructionAndEqualityUChariter() local
330 test7a->getText(result); in TestConstructionAndEqualityUChariter()
369 delete test7a; in TestConstructionAndEqualityUChariter()