Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/diagnostics/
H A Dno-store-func-path-notes.cpp14 int outP; // expected-note {{'outP' declared without an initial value}} in param_not_initialized_by_func() local
15 int out = initializer1(outP, 0); // expected-note{{Calling 'initializer1'}} in param_not_initialized_by_func()
17 return outP; // expected-note{{Undefined or garbage value returned to caller}} in param_not_initialized_by_func()