Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DLLVMReactorDebugInfo.cpp256 auto tokIt = tokens->find(location.line); in EmitVariable() local
257 if(tokIt == tokens->end()) in EmitVariable()
261 auto token = tokIt->second; in EmitVariable()