Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/SemaCXX/
Dcstyle-cast.cpp211 typedef int (*fnptr2)(int); in fnptrs() typedef
213 (void)(fnptr2)(fp); in fnptrs()
Dreinterpret-cast.cpp75 typedef int (*fnptr2)(int); in fnptrs() typedef
77 (void)reinterpret_cast<fnptr2>(fp); in fnptrs()
Dfunctional-cast.cpp278 typedef int (*fnptr2)(int); in fnptrs() typedef
280 (void)fnptr2(fp); in fnptrs()
/external/clang/test/SemaCXX/
Dcstyle-cast.cpp206 typedef int (*fnptr2)(int); in fnptrs() typedef
208 (void)(fnptr2)(fp); in fnptrs()
Dreinterpret-cast.cpp75 typedef int (*fnptr2)(int); in fnptrs() typedef
77 (void)reinterpret_cast<fnptr2>(fp); in fnptrs()
Dfunctional-cast.cpp278 typedef int (*fnptr2)(int); in fnptrs() typedef
280 (void)fnptr2(fp); in fnptrs()
/external/libabigail/tests/data/test-diff-dwarf/
Dtest32-fnptr-changes-v0.cc5 int (*fnptr2)(void); member in S
Dtest32-fnptr-changes-v1.cc6 int fnptr2; member in S
/external/llvm-project/llvm/test/CodeGen/ARM/
Dv8m-tail-call.ll95 @fnptr2 = global i32 (i32, i32, i64)* null
100 ; CHECK-NEXT: movw r0, :lower16:fnptr2
101 ; CHECK-NEXT: movt r0, :upper16:fnptr2
109 %1 = load i32 (i32, i32, i64)*, i32 (i32, i32, i64)** @fnptr2