Home
last modified time | relevance | path

Searched defs:candidateName (Results 1 – 3 of 3) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DSymbolTable.cpp291 const TString& candidateName = (*candidate).first; in relateToOperator() local
308 const TString& candidateName = (*candidate).first; in setFunctionExtensions() local
DSymbolTable.h487 const TString& candidateName = (*candidate).first; in hasFunctionName() local
503 const TString& candidateName = (*candidate).first; in findFunctionVariableName() local
/third_party/typescript/src/compiler/
Dcore.ts1945 const candidateName = getName(candidate); constant