Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c2314 #define TOK_FLAG_BOL 0x0001 /* beginning of line before */ macro
8620 tok_flags |= TOK_FLAG_BOF | TOK_FLAG_BOL; in preprocess()
9231 tok_flags |= TOK_FLAG_BOL; in next_nomacro1()
9240 if ((tok_flags & TOK_FLAG_BOL) && in next_nomacro1()
14891 tok_flags = TOK_FLAG_BOL | TOK_FLAG_BOF; in tcc_compile()
17702 tok_flags = TOK_FLAG_BOL | TOK_FLAG_BOF; in tcc_assemble_internal()