Searched defs:needsExplicitBoolCasts (Results 1 – 2 of 2) sorted by relevance
22 Rewriter(TCompiler &compiler, SymbolEnv &symbolEnv, bool needsExplicitBoolCasts) in Rewriter()96 bool needsExplicitBoolCasts) in AddExplicitTypeCasts()
1042 const bool needsExplicitBoolCasts = (compileOptions & SH_ADD_EXPLICIT_BOOL_CASTS) != 0; in translateImpl() local