Home
last modified time | relevance | path

Searched defs:isDebugCondition (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dcond.h41 virtual DebugCondition *isDebugCondition() { return NULL; } in isDebugCondition() function
85 DebugCondition *isDebugCondition() { return this; } in isDebugCondition() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcond.h40 virtual DebugCondition *isDebugCondition() { return NULL; } in isDebugCondition() function
75 DebugCondition *isDebugCondition() { return this; } in isDebugCondition() function
H A Dcond.d73 inout(DebugCondition) isDebugCondition() inout in isDebugCondition() function