/llvm-project/clang/test/CodeGen/ |
H A D | PR8880.c | 3 void pr8880_cg_1(int *iptr) { in pr8880_cg_1() 33 void pr8880_cg_2(int *iptr) { in pr8880_cg_2() 63 void pr8880_cg_3(int *iptr) { in pr8880_cg_3() 94 void pr8880_cg_4(int *iptr) { in pr8880_cg_4() 125 void pr8880_cg_5(int x, int *iptr) { in pr8880_cg_5() 150 void pr8880_cg_6(int x, int *iptr) { in pr8880_cg_6()
|
/llvm-project/flang/test/Semantics/ |
H A D | associate01.f90 | 10 procedure, nopass :: iptr method 13 function iptr(n) function 15 integer, pointer :: iptr local
|
/llvm-project/flang/test/Lower/ |
H A D | io-implied-do-fixes.f90 | 29 integer, pointer :: iptr global() local 59 integer, allocatable :: iptr global() local
|
H A D | do_loop.f90 | 200 integer, pointer :: iptr, global() local
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | function-template-specialization.cpp | 14 void test(int *iptr, float *fptr, int diff) { in test() 25 void test2(int *iptr, double *dptr, int diff) { in test2()
|
/llvm-project/clang/test/Import/cxx-member-pointers/Inputs/ |
H A D | S.cpp | 5 int S::*iptr() { in iptr() function
|
/llvm-project/clang/test/Sema/ |
H A D | attr-malloc.c | 14 typedef int * iptr; typedef
|
H A D | nullability.c | 93 int * _Nonnull iptr; in printing_nullability() local
|
/llvm-project/libc/src/__support/FPUtil/ |
H A D | ManipulationFunctions.h | 46 modf(T x,T & iptr) modf() argument
|
/llvm-project/clang/test/Analysis/html_diagnostics/ |
H A D | notes-links.cpp | 8 int *iptr; member
|
/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/ |
H A D | op_bracket.pass.cpp | 32 int* iptr = new int[8]; in main() local
|
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/FreeBSD/ |
H A D | capsicum.cpp | 52 cap_rights_t *iptr = cap_rights_set(&rights, CAP_IOCTL); in test_cap_rights() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-bad-memaccess.cpp | 122 int i, *iptr; in test_nowarn() local
|
/llvm-project/clang/test/CXX/drs/ |
H A D | cwg24xx.cpp | 162 t(int * iptr) t() argument
|
/llvm-project/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
H A D | p1.cpp | 184 int* iptr = &i; global() variable
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | exception-escape.cpp | 421 int *iptr; member
|
/llvm-project/clang/test/Analysis/ |
H A D | cxx-uninitialized-object-ptr-ref.cpp | 923 int *iptr; // expected-note{{uninitialized pointee 'this->iptr'}} member
|