Searched refs:yyset_lineno (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang.l | 412 yyset_lineno(token.location.line, yyscanner); 568 yyset_lineno(1, context->getScanner()); in glslang_scan()
|
D | glslang_lex.cpp | 1324 void yyset_lineno ( int _line_number , yyscan_t yyscanner ); 3309 void yyset_lineno (int _line_number , yyscan_t yyscanner) in yyset_lineno() function 3644 yyset_lineno(token.location.line, yyscanner); in string_input() 3800 yyset_lineno(1, context->getScanner()); in glslang_scan()
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | Tokenizer.cpp | 250 #ifdef yyset_lineno 253 #define yyset_lineno ppset_lineno macro 1111 void yyset_lineno ( int _line_number , yyscan_t yyscanner ); 2668 void yyset_lineno (int _line_number , yyscan_t yyscanner) in yyset_lineno() function 3024 yyset_lineno(line, mHandle); in setLineNumber()
|
D | Tokenizer.l | 343 yyset_lineno(line, mHandle);
|