Searched defs:FuncName (Results 1 – 1 of 1) sorted by relevance
30 struct FuncName { struct31 std::string hello_world = ".#~@0=#HelloWorld";32 std::string foo = ".#*#foo";33 std::string goo = ".#*#goo";34 std::string hoo = ".#*#hoo";35 std::string main = ".func_main_0";36 std::string method = ".#*@3*#method";37 std::string lit = ".#~@1>#lit";38 std::string add = ".#*#add";39 std::string generate = ".#*#generateFunc";[all …]