Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-default-member-init-assignment.cpp212 class ArrayBraceInitWithValue { class
213 ArrayBraceInitWithValue() : m_array{3.14} {} in ArrayBraceInitWithValue() function in PR63285::ArrayBraceInitWithValue
H A Duse-default-member-init.cpp504 class ArrayBraceInitWithValue { class
505 ArrayBraceInitWithValue() : m_array{3.14} {} in ArrayBraceInitWithValue() function in PR63285::ArrayBraceInitWithValue