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

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm-pp.c382 * The multi-line macro we are currently defining, or the %rep
385 static MMacro *defining; variable
959 if (defining)
1873 * Determine if we should warn on defining a single-line macro of
2390 * If we're defining a macro or reading a %rep block, we should
2396 if (defining && i != PP_MACRO && i != PP_IMACRO &&
2398 (defining->name || (i != PP_ENDREP && i != PP_REP)))
2403 if (defining) {
2413 if (!defining->name) {
2978 if (defining)
[all...]

Completed in 466 milliseconds