Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dauto-var-init.cpp69 struct smallpartinit { char c = 42, d; }; argument
657 TEST_UNINIT(smallpartinit, smallpartinit);
670 TEST_BRACES(smallpartinit, smallpartinit);
681 TEST_CUSTOM(smallpartinit, smallpartinit, { 100, 42 });