Searched refs:setCurrentDebugTypes (Results 1 – 2 of 2) sorted by relevance
37 #undef setCurrentDebugTypes68 void setCurrentDebugTypes(const char **Types, unsigned Count);71 setCurrentDebugTypes(&Type, 1); in setCurrentDebugType()74 void setCurrentDebugTypes(const char **Types, unsigned Count) { in setCurrentDebugTypes() function
49 /// setCurrentDebugTypes - Set the current debug type, as if the53 void setCurrentDebugTypes(const char **Types, unsigned Count);71 #define setCurrentDebugTypes(X, N) do { (void)(X); (void)(N); } while (false) macro