Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dconst-correctness-values.cpp730 System np_sys; in test_inheritance() local
731 np_sys.actuations = 5; in test_inheritance()
732 return some_computation(np_sys.actuations); in test_inheritance()