Home
last modified time | relevance | path

Searched defs:int_ptr (Results 1 – 21 of 21) sorted by relevance

/llvm-project/lldb/test/API/functionalities/inferior-changed/
H A Dmain2.c6 int *int_ptr = (int *)malloc(sizeof(int)); in main() local
/llvm-project/clang/test/CodeGen/
H A Dmips-transparent-union.c13 int *int_ptr; member
/llvm-project/clang/test/Modules/
H A Dsubmodules.cpp10 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 Dget_allocated_begin.cpp20 int *int_ptr = new int; in main() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dtype-promotion-in-math-fn.cpp66 int *int_ptr; in check_all_fns() local
/llvm-project/clang/test/C/C99/
H A Dn448.c20 typedef int *int_ptr; typedef
/llvm-project/clang/test/PCH/
H A Dtypes.h13 typedef int * int_ptr; typedef
/llvm-project/clang/test/SemaObjCXX/Inputs/
H A Dnullability-pragmas-1.h19 typedef int *int_ptr; typedef
/llvm-project/clang/test/Sema/
H A Dwarn-type-safety.c158 void test_64bit_magic(int *int_ptr, float *float_ptr) in test_64bit_magic()
H A Dnullability.c8 typedef int * int_ptr; typedef
H A Ddesignated-initializers.c212 int *int_ptr; member
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dredundant-smartptr-get.cpp35 struct int_ptr { global() struct
/llvm-project/clang/test/SemaTemplate/
H A Dext-vector-type.cpp42 typedef int* int_ptr; typedef
H A Dmatrix-type.cpp138 typedef int *int_ptr; typedef
H A Dtemp_class_spec.cpp77 typedef INT* int_ptr; typedef
/llvm-project/clang/test/Index/
H A Dload-stmts.cpp37 Integer *int_ptr; in test_exprs() local
/llvm-project/clang/test/SemaCXX/
H A Daddress-space-conversion.cpp13 typedef int *int_ptr; typedef
/llvm-project/compiler-rt/lib/asan/tests/
H A Dasan_interface_test.cpp32 int *int_ptr = Ident(new int); in TEST() local
H A Dasan_test.cpp430 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 Dgdb_pretty_printer_test.sh.cpp616 int *int_ptr = &abc; pointer_negative_test() local
/llvm-project/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp4643 int *int_ptr = new int; in TEST() local
4704 int *int_ptr = Ident(new int); in TEST() local