Searched defs:M7 (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CoverageMapping/
H A Dmacro-expansion.c35 #define M7(x) (x) macro
53 if (M7(x)) {}
/external/clang/test/Misc/
H A Dmacro-backtrace.c10 #define M7(A, B) M6(A, B) macro
11 #define M8(A, B) M7(A, B)
/external/mesa3d/src/mesa/sparc/
H A Dsparc_matrix.h42 #define M7 %f23 macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DCommandLine.h1232 const M7t &M7) : Option(Optional | NotHidden) {
1234 apply(M4, this); apply(M5, this); apply(M6, this); apply(M7, this);
1397 const M7t &M7) : Option(ZeroOrMore | NotHidden) {
1399 apply(M4, this); apply(M5, this); apply(M6, this); apply(M7, this);
1595 const M7t &M7) : Option(ZeroOrMore | NotHidden) {
1597 apply(M4, this); apply(M5, this); apply(M6, this); apply(M7, this);
1230 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5, const M6t &M6, const M7t &M7) argument
1395 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5, const M6t &M6, const M7t &M7) argument

Completed in 182 milliseconds