Home
last modified time | relevance | path

Searched defs:pf (Results 1 – 25 of 38) sorted by relevance

12

/llvm-project/clang/test/Sema/
H A Dpr25786.c5 void (__attribute__((regparm(3), stdcall)) *pf) (); //expected-warning {{'stdcall' calling conventi… variable
10 void (__attribute__((regparm(3), stdcall)) *pf) (); variable
H A Dattr-deprecated-message.c27 int (*pf)(void) = f1; // expected-warning {{'f1' is deprecated: Please avoid f1}} in func1() local
H A Dconditional-expr.c32 int (*pf)[2]; in foo() local
/llvm-project/clang/test/CXX/except/except.spec/
H A Dp2-places.cpp19 typedef int (*pf)() throw(int); // expected-error {{specifications are not allowed in typedefs}} typedef
54 …typedef int (*pf)() noexcept(false); // expected-error {{specifications are not allowed in typedef… typedef
/llvm-project/flang/test/Semantics/
H A Dsave01.f905 PURE FUNCTION pf( ) function
7 INTEGER :: pf local
/llvm-project/clang/test/CodeGen/
H A Dptrauth-function-init-fail.c7 int *pf = (int *)&f + 1; // expected-error{{cannot compile this static initializer yet}} variable
H A Dpr25786.c4 void (__attribute__((regparm(3), stdcall)) *pf) (); variable
H A Dptrauth-function-init.c30 void (*pf)(void) = (void (*)(void))((int *)&f + 2); in t1() local
H A Dcfi-icall-cross-dso2.c7 void (*pf)(void) = f; variable
/llvm-project/libcxx/test/std/utilities/memory/pointer.conversion/
H A Dto_address_on_funcptr.verify.cpp18 int (*pf)(); variable
/llvm-project/libcxx/test/libcxx/utilities/memory/pointer.conversion/
H A Dto_address_on_funcptr.verify.cpp16 int (*pf)(); variable
/llvm-project/clang/test/CXX/over/over.built/
H A Dp8.cpp4 void f(void(*pf)(), T(*ptf)(T)) { in f()
H A Dp20.cpp4 void f(int* pi, float* pf, T* pt, U* pu, T t) { in f()
H A Dp15.cpp4 void f(int* pi, float* pf, T* pt, U* pu, T t) { in f()
H A Dp21.cpp7 void f(int A::* pi, float A::* pf, int T::* pt, T A::* pu, T t) { in f()
/llvm-project/clang/test/CXX/dcl.decl/dcl.decl.general/
H A Dp4-20.cpp17 void (*pf)() variable
/llvm-project/clang/test/CXX/dcl/dcl.decl/
H A Dp3.cpp46 void (*pf)() requires true; // expected-error{{trailing requires clause can only be used when declaring a function}} variable
/llvm-project/clang/test/SemaCXX/
H A Dptrtomember.cpp21 int S2::*pf = &S2::bitfield; // expected-error {{address of bit-field requested}} variable
H A Dfunction-type-qual.cpp4 void (*pf)() const; // expected-error {{pointer to function type cannot have 'const' qualifier}} variable
H A Dwarn-memset-bad-sizeof.cpp122 float* pf; in f() local
H A Dmember-pointer.cpp31 int (A::*pf)(int, int); in f() local
112 void (HasMembers::*pf)() = &HasMembers::f; in h() local
H A Dnullptr.cpp24 void (*pf)() = nullptr; in f() local
/llvm-project/clang/test/AST/Interp/
H A Dmemberpointers.cpp
/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
H A Dmake_shared.pass.cpp56 static void resultDeletor(Result (*pf)()) { in resultDeletor()
/llvm-project/clang/test/CodeGenCXX/
H A Dmember-function-pointers.cpp177 void (A::*pf)(bool) = &A::f; variable
180 void (A::*pf)(bool) = &A::f; in f() local

12