Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dattr-optnone.cpp21 __attribute__((optnone)) int quy1(); // expected-note{{conflicting attribute is here}}
22 __attribute__((minsize)) int quy1() { return 1; } // expected-warning{{'minsize' attribute ignored}} in quy1() function