OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emitting
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-pp.c
218
* currently
emitting
, whereas IF_FALSE means we are not
219
* currently
emitting
but will start doing so if a %else comes
226
*
emitting
, and ELSE_FALSE means we're not. In ELSE_* states,
231
* This state means that we're not
emitting
now, and also that
236
* non-
emitting
branch of a larger condition construct.
240
#define
emitting
(x) ( (x) == COND_IF_TRUE || (x) == COND_ELSE_TRUE )
macro
[
all
...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas
[
all
...]
Completed in 699 milliseconds