Home
last modified time | relevance | path

Searched refs:Int_ptr_t (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dwarn-unsafe-buffer-usage-no-fixits.cpp56 typedef int * Int_ptr_t; typedef
66 Int_ptr_t x; in local_array_subscript_simple()
67 Int_ptr_t y; in local_array_subscript_simple()
97 Int_ptr_t q; in decl_without_init()
H A Dwarn-unsafe-buffer-usage-fixits-local-var-span.cpp4 typedef int * Int_ptr_t; typedef
24 Int_ptr_t x = new int[10]; in local_array_subscript_simple()
H A Dwarn-unsafe-buffer-usage-fixits-local-var-array.cpp4 typedef int * Int_ptr_t; typedef