Searched refs:InGuard (Results 1 – 2 of 2) sorted by relevance
2378 std::string InGuard; in run() local2396 if ((*I)->getGuard() != InGuard) { in run()2397 if (!InGuard.empty()) in run()2399 InGuard = (*I)->getGuard(); in run()2400 if (!InGuard.empty()) in run()2401 OS << "#if " << InGuard << "\n"; in run()2412 if (!InGuard.empty()) in run()2487 std::string InGuard; in runFP16() local2505 if ((*I)->getGuard() != InGuard) { in runFP16()2506 if (!InGuard.empty()) in runFP16()[all …]
1248 StringRef InGuard = ""; in createHeader() local1251 if (I->getGuard() != InGuard) { in createHeader()1252 if (!InGuard.empty()) in createHeader()1253 OS << "#endif //" << InGuard << "\n"; in createHeader()1254 InGuard = I->getGuard(); in createHeader()1255 if (!InGuard.empty()) in createHeader()1256 OS << "\n#if " << InGuard << "\n"; in createHeader()1263 if (!InGuard.empty()) in createHeader()1264 OS << "#endif //" << InGuard << "\n"; in createHeader()