Searched refs:PreprocConditional (Results 1 – 1 of 1) sorted by relevance
62 inline ::std::string PreprocConditional(::std::string symbol, bool invert) { in PreprocConditional() function69 return ::std::string("#if " + PreprocConditional(symbol, false) + "\n" + in PreprocIf()75 return ::std::string("#if " + PreprocConditional(symbol, true) + "\n" + in PreprocIfNot()82 return ::std::string("#if " + PreprocConditional(symbol, false) + "\n" + in PreprocIfElse()89 return ::std::string("#if " + PreprocConditional(symbol, true) + "\n" + in PreprocIfNotElse()