Home
last modified time | relevance | path

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

/trunk/main/tools/inc/tools/
H A Ddebug.hxx405 #define DBG_FUNC( aName ) DbgName_##aName() macro
407 … DbgDataType* DBG_FUNC( aName ) { return &aImpDbgData_##aName; }
408 #define DBG_NAMEEX_VISIBILITY( aName, vis ) vis DbgDataType* DBG_FUNC( aName );
424 DbgProf( DBG_PROF_START, DBG_FUNC( aName ) )
427 DbgProf( DBG_PROF_STOP, DBG_FUNC( aName ) )
430 DbgProf( DBG_PROF_CONTINUE, DBG_FUNC( aName ) )
433 DbgProf( DBG_PROF_PAUSE, DBG_FUNC( aName ) )
436 DbgXtorObj aDbgXtorObj( DBG_FUNC( aName ), \
442 DbgXtorObj aDbgXtorObj( DBG_FUNC( aName ), \
448 DbgXtorObj aDbgXtorObj( DBG_FUNC( aName ), \
[all …]

Completed in 18 milliseconds