Searched refs:localPrefix (Results 1 – 2 of 2) sorted by relevance
248 const std::string localPrefix = "l" + de::toString(bufNum); in checkBuffer() local254 …checks << " " << type << " " << localPrefix << "c0 = " << type << "(" << newPrefix << ".c[0]);\n… in checkBuffer()255 …checks << " " << type << " " << localPrefix << "c1 = " << type << "(" << newPrefix << ".c[pc.ide… in checkBuffer()256 checks << " " << type << " " << localPrefix << "d = " << type << "(" << newPrefix << ".d);\n"; in checkBuffer()264 checks << " if (" << localPrefix << "c0 == zero ||\n" in checkBuffer()265 << " " << localPrefix << "c1 == zero ||\n" in checkBuffer()266 << " " << localPrefix << "d == zero ||\n" in checkBuffer()267 << " " << localPrefix << "c0 == " << localPrefix << "c1 ||\n" in checkBuffer()268 << " " << localPrefix << "c1 == " << localPrefix << "d ||\n" in checkBuffer()269 << " " << localPrefix << "c0 == " << localPrefix << "d ) {\n" in checkBuffer()[all …]
2188 string localPrefix = fBmhStructDef->fFiddle + '_' + undername; in resolveRef() local2189 rootDefIter = fBmhParser->fTopicMap.find(localPrefix); in resolveRef()