Home
last modified time | relevance | path

Searched refs:root_inst (Results 1 – 24 of 24) sorted by relevance

/dports/devel/atlas-devel/Atlas-C++-0.6.4/tests/Objects/
H A Dobjects1.cpp31 Root root_inst; in main() local
32 root_inst->setAttr("id", std::string("root_instantiation")); in main()
34 assert(root_inst->getAttr("id").asString() == "root_instantiation"); in main()
36 assert(root_inst->getAttr("parents").asList().size() == 1); in main()
37 assert((*root_inst->getAttr("parents").asList().begin()).asString() == in main()
H A Dencoder1.cpp42 Atlas::Objects::Root root_inst; in main() local
43 root_inst->setAttr("id", std::string("root_instantiation")); in main()
44 re.streamObjectsMessage(root_inst); in main()
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/tests/
H A Dmodulecachetest.cc85 ModuleInstantiation root_inst("group"); in main() local
99 root_node = root_module->instantiate(&top_ctx, &root_inst); in main()
114 root_node = root_module->instantiate(&top_ctx, &root_inst); in main()
H A Dcgalcachetest.cc130 ModuleInstantiation root_inst("group"); in main() local
142 AbstractNode *absolute_root_node = root_module->instantiate(&top_ctx, &root_inst); in main()
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/tests/
H A Dmodulecachetest.cc85 ModuleInstantiation root_inst("group"); in main() local
99 root_node = root_module->instantiate(&top_ctx, &root_inst); in main()
114 root_node = root_module->instantiate(&top_ctx, &root_inst); in main()
H A Dcgalcachetest.cc130 ModuleInstantiation root_inst("group"); in main() local
142 AbstractNode *absolute_root_node = root_module->instantiate(&top_ctx, &root_inst); in main()
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/test-code/
H A Dexportdxf.cc130 ModuleInstantiation root_inst; in main() local
160 root_node = root_module->evaluate(&root_ctx, &root_inst); in main()
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/test-code/
H A Dexportdxf.cc130 ModuleInstantiation root_inst; in main() local
160 root_node = root_module->evaluate(&root_ctx, &root_inst); in main()
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A DMainWindow.h50 ModuleInstantiation root_inst; // Top level instance variable
H A Dopenscad.cc467 ModuleInstantiation root_inst("group"); in do_export() local
469 …AbstractNode *absolute_root_node = root_module->instantiateWithFileContext(filectx.ctx, &root_inst in do_export()
H A Dmainwin.cc181 …: top_ctx(Context::create<BuiltinContext>()), root_inst("group"), library_info_dialog(nullptr), fo… in MainWindow()
1172 this->root_inst = mi; in instantiateRoot()
1175 …_root_node = this->root_module->instantiateWithFileContext(filectx.ctx, &this->root_inst, nullptr); in instantiateRoot()
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A DMainWindow.h51 ModuleInstantiation root_inst; // Top level instance variable
H A Dopenscad.cc467 ModuleInstantiation root_inst("group"); in do_export() local
469 …AbstractNode *absolute_root_node = root_module->instantiateWithFileContext(filectx.ctx, &root_inst in do_export()
H A Dmainwin.cc181 …: top_ctx(Context::create<BuiltinContext>()), root_inst("group"), library_info_dialog(nullptr), fo… in MainWindow()
1184 this->root_inst = mi; in instantiateRoot()
1187 …_root_node = this->root_module->instantiateWithFileContext(filectx.ctx, &this->root_inst, nullptr); in instantiateRoot()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/adlc/
H A Doutput_c.cpp1284 const char *root_inst = NULL; in generate_peepreplace() local
1285 preplace->next_instruction(root_inst); in generate_peepreplace()
1286 InstructForm *root_form = globals[root_inst]->is_instruction(); in generate_peepreplace()
1288 fprintf(fp, " %sNode *root = new %sNode();\n", root_inst, root_inst); in generate_peepreplace()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/adlc/
H A Doutput_c.cpp1284 const char *root_inst = NULL; in generate_peepreplace() local
1285 preplace->next_instruction(root_inst); in generate_peepreplace()
1286 InstructForm *root_form = globals[root_inst]->is_instruction(); in generate_peepreplace()
1288 fprintf(fp, " %sNode *root = new %sNode();\n", root_inst, root_inst); in generate_peepreplace()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/adlc/
H A Doutput_c.cpp1284 const char *root_inst = NULL; in generate_peepreplace() local
1285 preplace->next_instruction(root_inst); in generate_peepreplace()
1286 InstructForm *root_form = globals[root_inst]->is_instruction(); in generate_peepreplace()
1288 fprintf(fp, " %sNode *root = new %sNode();\n", root_inst, root_inst); in generate_peepreplace()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/adlc/
H A Doutput_c.cpp1277 const char *root_inst = NULL; in generate_peepreplace() local
1278 preplace->next_instruction(root_inst); in generate_peepreplace()
1279 InstructForm *root_form = globals[root_inst]->is_instruction(); in generate_peepreplace()
1281 fprintf(fp, " %sNode *root = new %sNode();\n", root_inst, root_inst); in generate_peepreplace()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/adlc/
H A Doutput_c.cpp1277 const char *root_inst = NULL; in generate_peepreplace() local
1278 preplace->next_instruction(root_inst); in generate_peepreplace()
1279 InstructForm *root_form = globals[root_inst]->is_instruction(); in generate_peepreplace()
1281 fprintf(fp, " %sNode *root = new %sNode();\n", root_inst, root_inst); in generate_peepreplace()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/adlc/
H A Doutput_c.cpp1284 const char *root_inst = NULL; in generate_peepreplace() local
1285 preplace->next_instruction(root_inst); in generate_peepreplace()
1286 InstructForm *root_form = globals[root_inst]->is_instruction(); in generate_peepreplace()
1288 fprintf(fp, " %sNode *root = new %sNode();\n", root_inst, root_inst); in generate_peepreplace()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/adlc/
H A Doutput_c.cpp1278 const char *root_inst = NULL; in generate_peepreplace() local
1279 preplace->next_instruction(root_inst); in generate_peepreplace()
1280 InstructForm *root_form = globals[root_inst]->is_instruction(); in generate_peepreplace()
1282 fprintf(fp, " %sNode *root = new %sNode();\n", root_inst, root_inst); in generate_peepreplace()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/adlc/
H A Doutput_c.cpp1284 const char *root_inst = NULL; in generate_peepreplace() local
1285 preplace->next_instruction(root_inst); in generate_peepreplace()
1286 InstructForm *root_form = globals[root_inst]->is_instruction(); in generate_peepreplace()
1288 fprintf(fp, " %sNode *root = new %sNode();\n", root_inst, root_inst); in generate_peepreplace()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp1284 const char *root_inst = NULL; in generate_peepreplace() local
1285 preplace->next_instruction(root_inst); in generate_peepreplace()
1286 InstructForm *root_form = globals[root_inst]->is_instruction(); in generate_peepreplace()
1288 fprintf(fp, " %sNode *root = new (C) %sNode();\n", root_inst, root_inst); in generate_peepreplace()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp1284 const char *root_inst = NULL; in generate_peepreplace() local
1285 preplace->next_instruction(root_inst); in generate_peepreplace()
1286 InstructForm *root_form = globals[root_inst]->is_instruction(); in generate_peepreplace()
1288 fprintf(fp, " %sNode *root = new (C) %sNode();\n", root_inst, root_inst); in generate_peepreplace()