Searched refs:setCurrentDebugTypes (Results 1 – 3 of 3) 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
53 void setCurrentDebugTypes(const char **Types, unsigned Count);71 #define setCurrentDebugTypes(X, N) do { (void)(X); (void)(N); } while (false) macro
257 setCurrentDebugTypes(Arg->getValues().data(), Arg->getNumValues()); in main()