Searched defs:TPragma (Results 1 – 2 of 2) sorted by relevance
18 struct TPragma { struct20 TPragma() : optimize(true), debug(false) { } in TPragma() argument21 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