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