Lines Matching defs:program
28 #include "assembler/assembly-program.h"
76 #include "parser/program/program.h"
267 res->program = nullptr;
466 ASSERT(ctx->program == nullptr);
467 ctx->program =
493 ASSERT(ctx->program != nullptr);
494 util::GenerateProgram(ctx->program, ctx->config->options,
543 delete ctx->program;
573 extern "C" __attribute__((unused)) es2panda_AstNode *ProgramAst(es2panda_Program *program)
575 auto *pgm = reinterpret_cast<parser::Program *>(program);
581 extern "C" __attribute__((unused)) es2panda_ExternalSource **ProgramExternalSources(es2panda_Program *program,
584 auto *pgm = reinterpret_cast<parser::Program *>(program);