| 2653 | } |
| 2654 | |
| 2655 | static bool isGnu(const simplecpp::DUI &dui) |
| 2656 | { |
| 2657 | return dui.std.rfind("gnu", 0) != std::string::npos; |
| 2658 | } |
| 2659 | |
| 2660 | static std::string dirPath(const std::string& path, bool withTrailingSlash=true) |
| 2661 | { |
no outgoing calls
no test coverage detected