Searched defs:TPragma (Results 1 – 3 of 3) sorted by relevance
10 struct TPragma struct20 TPragma() : optimize(true), debug(false) {} in TPragma() function21 TPragma(bool o, bool d) : optimize(o), debug(d) {} in TPragma() argument23 bool optimize;24 bool debug;25 STDGL stdgl;
18 struct TPragma { struct20 TPragma() : optimize(true), debug(false) { } in TPragma() function21 TPragma(bool o, bool d) : optimize(o), debug(d) { } in TPragma() function23 bool optimize;24 bool debug;
60 struct TPragma { struct61 TPragma(bool o, bool d) : optimize(o), debug(d) { } in TPragma() function64 TPragmaTable pragmaTable; argument