Home
last modified time | relevance | path

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

/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.unused/
Dp3.cpp14 typedef int maybe_unused_int [[maybe_unused]]; in f() typedef
18 maybe_unused_int test; in f()
Dp2.cpp13 typedef int maybe_unused_int [[maybe_unused]]; in unused_func() typedef