/llvm-project/clang/test/Sema/ |
H A D | pr25786.c | 5 void (__attribute__((regparm(3), stdcall)) *pf) (); //expected-warning {{'stdcall' calling conventi… variable 10 void (__attribute__((regparm(3), stdcall)) *pf) (); variable
|
H A D | attr-deprecated-message.c | 27 int (*pf)(void) = f1; // expected-warning {{'f1' is deprecated: Please avoid f1}} in func1() local
|
H A D | conditional-expr.c | 32 int (*pf)[2]; in foo() local
|
/llvm-project/clang/test/CXX/except/except.spec/ |
H A D | p2-places.cpp | 19 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 D | save01.f90 | 5 PURE FUNCTION pf( ) function 7 INTEGER :: pf local
|
/llvm-project/clang/test/CodeGen/ |
H A D | ptrauth-function-init-fail.c | 7 int *pf = (int *)&f + 1; // expected-error{{cannot compile this static initializer yet}} variable
|
H A D | pr25786.c | 4 void (__attribute__((regparm(3), stdcall)) *pf) (); variable
|
H A D | ptrauth-function-init.c | 30 void (*pf)(void) = (void (*)(void))((int *)&f + 2); in t1() local
|
H A D | cfi-icall-cross-dso2.c | 7 void (*pf)(void) = f; variable
|
/llvm-project/libcxx/test/std/utilities/memory/pointer.conversion/ |
H A D | to_address_on_funcptr.verify.cpp | 18 int (*pf)(); variable
|
/llvm-project/libcxx/test/libcxx/utilities/memory/pointer.conversion/ |
H A D | to_address_on_funcptr.verify.cpp | 16 int (*pf)(); variable
|
/llvm-project/clang/test/CXX/over/over.built/ |
H A D | p8.cpp | 4 void f(void(*pf)(), T(*ptf)(T)) { in f()
|
H A D | p20.cpp | 4 void f(int* pi, float* pf, T* pt, U* pu, T t) { in f()
|
H A D | p15.cpp | 4 void f(int* pi, float* pf, T* pt, U* pu, T t) { in f()
|
H A D | p21.cpp | 7 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 D | p4-20.cpp | 17 void (*pf)() variable
|
/llvm-project/clang/test/CXX/dcl/dcl.decl/ |
H A D | p3.cpp | 46 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 D | ptrtomember.cpp | 21 int S2::*pf = &S2::bitfield; // expected-error {{address of bit-field requested}} variable
|
H A D | function-type-qual.cpp | 4 void (*pf)() const; // expected-error {{pointer to function type cannot have 'const' qualifier}} variable
|
H A D | warn-memset-bad-sizeof.cpp | 122 float* pf; in f() local
|
H A D | member-pointer.cpp | 31 int (A::*pf)(int, int); in f() local 112 void (HasMembers::*pf)() = &HasMembers::f; in h() local
|
H A D | nullptr.cpp | 24 void (*pf)() = nullptr; in f() local
|
/llvm-project/clang/test/AST/Interp/ |
H A D | memberpointers.cpp |
|
/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
H A D | make_shared.pass.cpp | 56 static void resultDeletor(Result (*pf)()) { in resultDeletor()
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | member-function-pointers.cpp | 177 void (A::*pf)(bool) = &A::f; variable 180 void (A::*pf)(bool) = &A::f; in f() local
|