Home
last modified time | relevance | path

Searched defs:new_array (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dno-malloc.cpp33 int *new_array = new int[10]; // OK(1) in newed_array() local
H A Dno-malloc-custom.cpp50 int *new_array = new int[10]; // OK(1) in newed_array() local