/llvm-project/lldb/test/API/functionalities/inferior-changed/ |
H A D | main2.c | 6 int *int_ptr = (int *)malloc(sizeof(int)); in main() local
|
/llvm-project/clang/test/CodeGen/ |
H A D | mips-transparent-union.c | 13 int *int_ptr; member
|
/llvm-project/clang/test/Modules/ |
H A D | submodules.cpp | 10 remove_reference<int&>::type *int_ptr = 0; // expected-error{{declaration of 'remove_reference' mus… variable
|
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/ |
H A D | get_allocated_begin.cpp | 20 int *int_ptr = new int; in main() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/ |
H A D | type-promotion-in-math-fn.cpp | 66 int *int_ptr; in check_all_fns() local
|
/llvm-project/clang/test/C/C99/ |
H A D | n448.c | 20 typedef int *int_ptr; typedef
|
/llvm-project/clang/test/PCH/ |
H A D | types.h | 13 typedef int * int_ptr; typedef
|
/llvm-project/clang/test/SemaObjCXX/Inputs/ |
H A D | nullability-pragmas-1.h | 19 typedef int *int_ptr; typedef
|
/llvm-project/clang/test/Sema/ |
H A D | warn-type-safety.c | 158 void test_64bit_magic(int *int_ptr, float *float_ptr) in test_64bit_magic()
|
H A D | nullability.c | 8 typedef int * int_ptr; typedef
|
H A D | designated-initializers.c | 212 int *int_ptr; member
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | redundant-smartptr-get.cpp | 35 struct int_ptr { global() struct
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | ext-vector-type.cpp | 42 typedef int* int_ptr; typedef
|
H A D | matrix-type.cpp | 138 typedef int *int_ptr; typedef
|
H A D | temp_class_spec.cpp | 77 typedef INT* int_ptr; typedef
|
/llvm-project/clang/test/Index/ |
H A D | load-stmts.cpp | 37 Integer *int_ptr; in test_exprs() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | address-space-conversion.cpp | 13 typedef int *int_ptr; typedef
|
/llvm-project/compiler-rt/lib/asan/tests/ |
H A D | asan_interface_test.cpp | 32 int *int_ptr = Ident(new int); in TEST() local
|
H A D | asan_test.cpp | 430 int *int_ptr = new int[0]; in TEST() local 446 int *int_ptr = Ident(new int); in TEST() local
|
/llvm-project/libcxx/test/libcxx/gdb/ |
H A D | gdb_pretty_printer_test.sh.cpp | 616 int *int_ptr = &abc; pointer_negative_test() local
|
/llvm-project/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cpp | 4643 int *int_ptr = new int; in TEST() local 4704 int *int_ptr = Ident(new int); in TEST() local
|