Home
last modified time | relevance | path

Searched refs:to_construct (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.cpp657 struct to_construct : T { struct
658 to_construct(int &j) {} in to_construct() function
666 new to_construct<T>(np_local0); in placement_new_in_unique_ptr()