Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Downing-memory.cpp137 int *unowned_int1 = new int(42); // BAD, since new creates and owner in test_deletion() local
155 int *unowned_int1 = &stack_int; in test_owner_function_calls() local
184 int *unowned_int1 = &stack_int; in test_unowned_function_calls() local