Home
last modified time | relevance | path

Searched defs:funcptr (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A D2009-06-01-addrofknr.c4 struct funcptr { struct
17 struct funcptr fp; in main() argument
/llvm-project/compiler-rt/test/BlocksRuntime/
H A Dreturnfunctionptr.c11 int (*funcptr)(long); variable
/llvm-project/clang/test/CodeGen/SystemZ/
H A Dvec-abi-gnuattr-19.c13 v4i32 (*funcptr[4])(int); member
/llvm-project/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp5.cpp172 int (*funcptr)(int); // expected-note 0-1{{declared here}} variable
194 int (*funcptr)(int); variable
/llvm-project/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
H A Dsema.cpp42 typedef void (*funcptr)(); typedef
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp6.cpp98 auto funcptr = &g<int>; in f() local
/llvm-project/libc/AOR_v20.02/math/test/rtest/
H A Dintern.h19 typedef void (*funcptr)(void); typedef
/llvm-project/clang/test/Analysis/
H A Dcall_once.cpp267 void funcptr(int a, int b, int c) { in funcptr() function