OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:macro_a
(Results
1 - 2
of
2
) sorted by null
/external/llvm/test/MC/AsmParser/
macro-def-in-instantiation.s
16
.macro
macro_a
30
macro_a
label
/external/clang/test/SemaCXX/
warn-empty-body.cpp
7
#define
MACRO_A
0
15
if (x ==
MACRO_A
); // expected-warning {{if statement has empty body}} expected-note{{put the semicolon on a separate line to silence this warning}}
16
if (
MACRO_A
== x); // expected-warning {{if statement has empty body}} expected-note{{put the semicolon on a separate line to silence this warning}}
Completed in 407 milliseconds