Home
last modified time | relevance | path

Searched refs:constDeclarations (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/libprojectm/projectm-3.1.12/src/libprojectM/Renderer/hlslparser/src/
H A DHLSLTree.cpp1285 HLSLStatement* constDeclarations = NULL; in SortTree() local
1306 if (constDeclarations == NULL) constDeclarations = statement; in SortTree()
1334 if (constDeclarations != NULL) { in SortTree()
1335 if (firstStatement == NULL) firstStatement = constDeclarations; in SortTree()
1336 else lastStatement->nextStatement = constDeclarations; in SortTree()
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/optimizer/
H A DCodegen.java1558 boolean [] constDeclarations = fnCurrent.fnode.getParamAndVarConst(); in generatePrologue()
1574 reg = getNewWordPairLocal(constDeclarations[i]); in generatePrologue()
1578 reg = getNewWordLocal(constDeclarations[i]); in generatePrologue()
1588 if (constDeclarations[i]) { in generatePrologue()
4852 boolean [] constDeclarations = fnCurrent.fnode.getParamAndVarConst(); in visitSetVar()
4853 if (constDeclarations[varIndex]) { in visitSetVar()