/llvm-project/flang/test/Lower/Intrinsics/ |
H A D | c_f_pointer.f90 | 18 subroutine test_scalar(cptr, fptr) argument 20 real, pointer :: fptr local 47 subroutine test_array(cptr, fptr) argument 49 real, pointer :: fptr(:,:) local 68 subroutine test_char(cptr, fptr) argument 70 character(10), pointer :: fptr local 102 subroutine test_chararray(cptr, fptr, n) argument 104 character(n), pointer :: fptr(:,:) local 112 subroutine dynamic_shape_size(cptr, fptr, shape) argument 115 real, pointer :: fptr(:, :) local [all …]
|
H A D | c_f_procpointer.f90 | 4 subroutine test_c_funloc(fptr, cptr) argument 6 real, pointer, external :: fptr local 22 subroutine test_c_funloc_char(fptr, cptr) argument 28 procedure(char_func), pointer :: fptr local
|
/llvm-project/clang/test/CodeGen/ |
H A D | arm-cmse-attr.c | 13 void f1(callback_t fptr) in f1() argument 18 void f2(callback2_t *fptr) in f2() argument
|
H A D | func-ptr-cast-decl.c | 6 typedef int (*fptr)(double); typedef
|
H A D | ptrauth-function-lvalue-cast.c | 7 void (*fptr)(void); variable
|
H A D | attr-nomerge.cpp | 19 [[clang::nomerge]] void (*fptr)(void); variable
|
H A D | ms-inline-asm-64.c | 63 static void (*fptr)(); variable
|
/llvm-project/lldb/test/API/macosx/ptrauth-address-expressions/ |
H A D | main.c | 7 int (*fptr)() = foo; in main() local
|
/llvm-project/clang/test/Analysis/ |
H A D | nullability.c | 5 void(*fptr)() = it_takes_two; function_pointer_arity_mismatch() local
|
/llvm-project/clang/test/Headers/ |
H A D | arm-cmse-header-ns.c | 8 void func(callback_t fptr, void *p) in func()
|
H A D | arm-cmse-header.c | 9 void func(callback_t fptr, void *p) in func()
|
/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_trampoline_powerpc64.cpp | 10 auto fptr = __xray::XRayPatchedFunction.load(); in CallXRayPatchedFunction() local
|
/llvm-project/bolt/test/X86/ |
H A D | linux-parainstructions.s | 17 fptr: label
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | observe-noexcept.cpp | 33 void (*fptr)(void) noexcept = fnoexcp; in foo() local
|
H A D | debug-info-varargs.cpp | 28 void (*fptr)(int, ...) = b; in b() local
|
H A D | function-template-specialization.cpp | 14 void test(int *iptr, float *fptr, int diff) { in test()
|
/llvm-project/clang/test/Parser/ |
H A D | stmt-attributes.c | 90 __attribute__((nomerge)) static int (*fptr)(void); variable
|
/llvm-project/compiler-rt/test/BlocksRuntime/ |
H A D | constassign.c | 21 void (*const fptr)(void) = foo; in main() local
|
/llvm-project/flang/module/ |
H A D | iso_c_binding.f90 | 116 c_f_procpointer(cptr, fptr) global() argument 118 procedure(), pointer, intent(out) :: fptr global() local
|
/llvm-project/clang/test/CodeGenCUDA/ |
H A D | incomplete-func-ptr-type.cu | 15 auto* fptr = &(kern); in main() local
|
/llvm-project/clang/test/CodeGenSYCL/ |
H A D | functionptr-addrspace.cpp | 11 void invoke_function(int (*fptr)(), int *ptr) {} in invoke_function()
|
/llvm-project/clang/test/Sema/ |
H A D | warn-main-return-type.c | 36 typedef void *(*fptr)(int a); typedef
|
H A D | declspec.c | 20 typedef f* fptr; typedef
|
/llvm-project/flang/test/Semantics/ |
H A D | allocate11.f90 | 84 subroutine C938_C947(var2, ptr, ptr2, fptr, my_team, srca) argument 107 Type(C_FUNPTR) fptr local
|
/llvm-project/clang/test/CodeGenObjCXX/ |
H A D | lambda-expressions.mm | 110 typedef int (^fptr)(); typedef
|