Home
last modified time | relevance | path

Searched refs:fnptr2 (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcstyle-cast.cpp211 typedef int (*fnptr2)(int); in fnptrs() typedef
213 (void)(fnptr2)(fp); in fnptrs()
H A Dreinterpret-cast.cpp88 typedef int (*fnptr2)(int); in fnptrs() typedef
90 (void)reinterpret_cast<fnptr2>(fp); in fnptrs()
H A Dfunctional-cast.cpp278 typedef int (*fnptr2)(int); in fnptrs() typedef
280 (void)fnptr2(fp); in fnptrs()
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dv8m-tail-call.ll100 @fnptr2 = global i32 (i32, i32, i64)* null
105 ; CHECK-NEXT: movw r0, :lower16:fnptr2
106 ; CHECK-NEXT: movt r0, :upper16:fnptr2
114 %1 = load i32 (i32, i32, i64)*, i32 (i32, i32, i64)** @fnptr2