Home
last modified time | relevance | path

Searched refs:skip_constructor (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tint/src/src/writer/msl/
H A Dgenerator_impl.h202 bool EmitVariable(ast::Variable* var, bool skip_constructor);
H A Dgenerator_impl.cc1906 bool GeneratorImpl::EmitVariable(ast::Variable* var, bool skip_constructor) { in EmitVariable() argument
1925 if (!skip_constructor) { in EmitVariable()
/dports/games/abuse_sdl/abuse-0.8/src/
H A Dobjects.h180 game_object *create(int type, int32_t x, int32_t y, int skip_constructor=0, int aitype=0);
H A Dobjects.cpp1148 game_object *create(int type, int32_t x, int32_t y, int skip_constructor, int aitype) in create() argument
1150 game_object *g=new game_object(type,skip_constructor); in create()
1154 if (figures[type]->get_fun(OFUN_CONSTRUCTOR) && !skip_constructor) in create()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tint/src/src/writer/hlsl/
H A Dgenerator_impl.h299 bool skip_constructor);
H A Dgenerator_impl.cc2106 bool skip_constructor) { in EmitVariable() argument
2116 if (!skip_constructor && var->constructor() != nullptr) { in EmitVariable()