MCPcopy Create free account
hub / github.com/dfranx/ShaderDebugger / FuncType

Method FuncType

libs/wgtcc/type.h:341–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339
340 protected:
341 FuncType(MemPool* pool, QualType derived, int inlineReturn,
342 bool variadic, const ParamList& params)
343 : DerivedType(pool, derived), inlineNoReturn_(inlineReturn),
344 variadic_(variadic), params_(params) {
345 SetComplete(false);
346 }
347
348 private:
349 int inlineNoReturn_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected