Home
last modified time | relevance | path

Searched defs:conditionVariable (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
DRewriteDoWhile.cpp76 TVariable *conditionVariable = CreateTempVariable(mSymbolTable, boolType); in visitBlock() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
DRewriteElseBlocks.cpp73 TVariable *conditionVariable = in rewriteIfElse() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DSimplifyLoopConditions.cpp26 const TVariable *conditionVariable = nullptr; member
/third_party/typescript/src/compiler/transformers/
Des2015.ts138 conditionVariable?: Identifier; property