Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dcppcoreguidelines-no-malloc.cpp10 void malloced_array() { in malloced_array() function
38 malloced_array(); // OK(2) in arbitrary_call()
Dcppcoreguidelines-no-malloc-custom.cpp18 void malloced_array() { in malloced_array() function
55 malloced_array(); // OK(2) in arbitrary_call()
Dcppcoreguidelines-no-malloc-no-functions.cpp14 void malloced_array() { in malloced_array() function