Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DNeonEmitter.cpp2378 std::string InGuard; in run() local
2396 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() local
2505 if ((*I)->getGuard() != InGuard) { in runFP16()
2506 if (!InGuard.empty()) in runFP16()
[all …]
H A DSveEmitter.cpp1248 StringRef InGuard = ""; in createHeader() local
1251 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()