Searched refs:TryCompileFunctionCallOrNewExpression (Results 1 – 3 of 3) sorted by relevance
79 if (pg->TryCompileFunctionCallOrNewExpression(realCallee)) { in Compile()
483 bool TryCompileFunctionCallOrNewExpression(const ir::Expression *expr);
2065 bool PandaGen::TryCompileFunctionCallOrNewExpression(const ir::Expression *expr) in TryCompileFunctionCallOrNewExpression() function in panda::es2panda::compiler::PandaGen