Home
last modified time | relevance | path

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

/third_party/boost/tools/build/src/engine/
Dmake.cpp790 if ( ( t->flags & T_FLAG_VISITED ) || !t->name || !t->boundname ) in dependGraphOutput()
793 t->flags |= T_FLAG_VISITED; in dependGraphOutput()
852 if ( t->flags & ~T_FLAG_VISITED ) in dependGraphOutput()
Drules.h147 #define T_FLAG_VISITED 0x0040 /* CWM: Used in debugging */ macro