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

/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp190 bool isUnaryOp() const { return isOperator && Args.size() == 1; } function in class:PrototypeAST
194 assert(isUnaryOp() || isBinaryOp());
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp206 bool isUnaryOp() const { return isOperator && Args.size() == 1; } function in class:PrototypeAST
210 assert(isUnaryOp() || isBinaryOp());
/macosx-10.10.1/JavaScriptCore-7600.1.17/parser/
H A DParser.cpp1655 ALWAYS_INLINE static bool isUnaryOp(JSTokenType token) function in namespace:JSC
2217 while (isUnaryOp(m_token.m_type)) {

Completed in 76 milliseconds