UNPKG

@specs-feup/clava

Version:

A C/C++ source-to-source compiler written in Typescript

13 lines 303 B
/** * * @param options - Object with options. See default value for supported options */ export default function Inlining(options?: { normalizeToSubset: { simplifyLoops: { forToWhile: boolean; }; }; inliner: {}; }): void; //# sourceMappingURL=Inlining.d.ts.map