OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:debug_variable
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksdebug.h
81
# if defined(
DEBUG_VARIABLE
)
83
ULONG
DEBUG_VARIABLE
= DEBUGLVL_TERSE;
85
extern ULONG
DEBUG_VARIABLE
;
88
# define
DEBUG_VARIABLE
DEBUGLVL_TERSE
91
# if defined(
DEBUG_VARIABLE
)
93
ULONG
DEBUG_VARIABLE
= DEBUG_LEVEL;
95
extern ULONG
DEBUG_VARIABLE
;
98
# define
DEBUG_VARIABLE
DEBUG_LEVEL
104
if ((lvl) <=
DEBUG_VARIABLE
) { \
116
if (((lvl)==
DEBUG_VARIABLE
) || (lvl < DEBUG_VARIABLE)) {
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h
[
all
...]
tree-flow.h
446
extern void
debug_variable
(tree);
/toolchain/binutils/binutils-2.25/binutils/
debug.c
353
struct
debug_variable
struct
507
struct
debug_variable
*variable;
1128
struct
debug_variable
*v;
1161
v = (struct
debug_variable
*) xmalloc (sizeof *v);
[
all
...]
Completed in 68 milliseconds