Home
last modified time | relevance | path

Searched refs:isOperator (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/sksl/
H A DSkSLOperators.h25 SkASSERTF(this->isOperator(), "token-kind %d is not an operator", (int)fKind); in Operator()
103 bool isOperator() const;
H A DSkSLOperators.cpp53 bool Operator::isOperator() const { in isOperator() function in SkSL::Operator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2520 static bool isOperator(AsmToken::TokenKind kind) { in isOperator() function
2604 if (isOperator(Lexer.getKind())) { in parseMacroArgument()

Completed in 9 milliseconds