Searched defs:Program (Results 1 – 14 of 14) sorted by relevance
32 struct Program { struct34 std::map<std::string, panda::pandasm::Record> record_table;35 std::map<std::string, panda::pandasm::Function> function_table;36 std::unordered_map<std::string, std::vector<std::string>> function_synonyms;37 std::map<std::string, panda::pandasm::LiteralArray> literalarray_table;38 std::set<std::string> strings;39 std::unordered_set<Type> array_types;
131 panda::Expected<panda::pandasm::Program, panda::pandasm::Error> &res) in ParseProgram()
23 Program::Program(ScriptExtension extension) in Program() function in panda::es2panda::parser::Program32 Program::Program(Program &&other) in Program() function in panda::es2panda::parser::Program
33 class Program; variable
28 class Program; variable
25 class Program; variable
24 message Program { message
47 class Program; variable76 class Program; variable
92 class Program; variable
124 export class Program { class
119 const parser::Program *Program() const in Program() function
124 class Program; variable
2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument