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

/external/clang/utils/TableGen/
H A DNeonEmitter.cpp2345 std::string InGuard = ""; local
2363 if ((*I)->getGuard() != InGuard) {
2364 if (!InGuard.empty())
2366 InGuard = (*I)->getGuard();
2367 if (!InGuard.empty())
2368 OS << "#if " << InGuard << "\n"; local
2379 if (!InGuard.empty())

Completed in 1902 milliseconds