Home
last modified time | relevance | path

Searched defs:DEBUG_COUNTER (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddbgcnt.h25 #define DEBUG_COUNTER(a) a, macro
H A Ddbgcnt.c37 #define DEBUG_COUNTER(a) { #a , a }, macro
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddbgcnt.h25 #define DEBUG_COUNTER(a) a, macro
H A Ddbgcnt.cc37 #define DEBUG_COUNTER(a) { #a , a }, macro
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DDebugCounter.h184 #define DEBUG_COUNTER(VARNAME, COUNTERNAME, DESC) \ macro