Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
Dreflection.cpp559 void addDereferencedUniform(TIntermBinary* topNode) in addDereferencedUniform()
/third_party/typescript/src/services/
Dutilities.ts2633 const topNode = findAncestor(node, ancestor => !ancestor.parent)!; constant