Searched refs:errorLatch (Results 1 – 2 of 2) sorted by relevance
138 if (errorLatch) in typeSizeInWords()340 if (errorLatch) in applyMap()363 if (errorLatch) in mapRemainder()375 if (errorLatch) in mapRemainder()458 if (errorLatch) in buildLocalMaps()493 if (errorLatch) in buildLocalMaps()630 if (errorLatch) in processInstruction()715 if (errorLatch) in process()735 if (errorLatch) in mapNames()759 if (errorLatch) in mapFnBodies()[all …]
115 …(int verbose = 0) : entryPoint(spv::NoResult), largestNewId(0), verbose(verbose), errorLatch(false) in entryPoint()175 void error(const std::string& txt) const { errorLatch = true; errorHandler(txt); } in error()303 mutable bool errorLatch; variable