Home
last modified time | relevance | path

Searched defs:needsExplicitBoolCasts (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/msl/
H A DAddExplicitTypeCasts.cpp22 Rewriter(TCompiler &compiler, SymbolEnv &symbolEnv, bool needsExplicitBoolCasts) in Rewriter()
96 bool needsExplicitBoolCasts) in AddExplicitTypeCasts()
/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DTranslatorMSL.cpp1412 const bool needsExplicitBoolCasts = compileOptions.addExplicitBoolCasts; in translateImpl() local