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

Method Variadic

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

Source from the content-addressed store, hash-verified

298 int Len() const { return len_; }
299 void SetLen(int len) { len_ = len; }
300 bool Variadic() const { return lenExpr_ != nullptr; }
301
302 protected:
303 ArrayType(MemPool* pool, Expr* lenExpr, QualType derived)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected