Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLLexer.h30 #undef STATIC_IF
31 STATIC_IF, enumerator
DSkSLParser.cpp1013 case Token::STATIC_IF: in statement()
1141 bool isStatic = this->checkNext(Token::STATIC_IF, &start); in ifStatement()
/external/skqp/src/sksl/
DSkSLLexer.h30 #undef STATIC_IF
31 STATIC_IF, enumerator
DSkSLParser.cpp1024 case Token::STATIC_IF: in statement()
1154 bool isStatic = this->checkNext(Token::STATIC_IF, &start); in ifStatement()
/external/skqp/src/sksl/lex/
Dsksl.lex6 STATIC_IF = "@if"
/external/skia/src/sksl/lex/
Dsksl.lex6 STATIC_IF = "@if"