Searched refs:PRAGMA (Results 1 - 13 of 13) sorted by path
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/ |
| H A D | glcpp-lex.l | 321 RETURN_STRING_TOKEN (PRAGMA);
|
| H A D | glcpp-parse.y | 177 %token DEFINED ELIF_EXPANDED HASH_TOKEN DEFINE_TOKEN FUNC_IDENTIFIER OBJ_IDENTIFIER ELIF ELSE ENDIF ERROR_TOKEN IF IFDEF IFNDEF LINE PRAGMA UNDEF VERSION_TOKEN GARBAGE IDENTIFIER IF_EXPANDED INTEGER INTEGER_STRING LINE_EXPANDED NEWLINE OTHER PLACEHOLDER SPACE PLUS_PLUS MINUS_MINUS 181 %type <str> IDENTIFIER FUNC_IDENTIFIER OBJ_IDENTIFIER INTEGER_STRING OTHER ERROR_TOKEN PRAGMA 446 | HASH_TOKEN PRAGMA NEWLINE {
|
| /xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/ |
| H A D | glcpp-lex.c | 1509 RETURN_STRING_TOKEN (PRAGMA);
|
| H A D | glcpp-parse.c | 282 PRAGMA = 272, enumerator in enum:yytokentype 648 "ENDIF", "ERROR_TOKEN", "IF", "IFDEF", "IFNDEF", "LINE", "PRAGMA",
|
| H A D | glcpp-parse.h | 65 PRAGMA = 272, enumerator in enum:yytokentype
|
| /xsrc/external/mit/MesaLib.old/src/compiler/glsl/ |
| H A D | glsl_lexer.cpp | 1600 #define PRAGMA 2 macro 2081 { BEGIN PRAGMA; } 3478 case YY_STATE_EOF(PRAGMA):
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/ |
| H A D | glcpp-lex.l | 322 RETURN_STRING_TOKEN (PRAGMA);
|
| H A D | glcpp-parse.y | 196 %token DEFINED ELIF_EXPANDED HASH_TOKEN DEFINE_TOKEN FUNC_IDENTIFIER OBJ_IDENTIFIER ELIF ELSE ENDIF ERROR_TOKEN IF IFDEF IFNDEF LINE PRAGMA UNDEF VERSION_TOKEN GARBAGE IDENTIFIER IF_EXPANDED INTEGER INTEGER_STRING LINE_EXPANDED NEWLINE OTHER PLACEHOLDER SPACE PLUS_PLUS MINUS_MINUS PATH INCLUDE 200 %type <str> IDENTIFIER FUNC_IDENTIFIER OBJ_IDENTIFIER INTEGER_STRING OTHER ERROR_TOKEN PRAGMA PATH INCLUDE 546 | HASH_TOKEN PRAGMA NEWLINE {
|
| /xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/ |
| H A D | glcpp-lex.c | 1540 RETURN_STRING_TOKEN (PRAGMA);
|
| H A D | glcpp-parse.h | 71 PRAGMA = 272, /* PRAGMA */ enumerator in enum:yytokentype
|
| /xsrc/external/mit/MesaLib/src/compiler/glsl/ |
| H A D | glsl_lexer.cpp | 1623 #define PRAGMA 2 macro 2166 { BEGIN PRAGMA; } 3568 case YY_STATE_EOF(PRAGMA):
|
| /xsrc/external/mit/makedepend/dist/ |
| H A D | def.h | 87 #define PRAGMA 9 macro
|
| H A D | parse.c | 89 case PRAGMA: 254 case PRAGMA: 663 case PRAGMA:
|
Completed in 37 milliseconds