Home
last modified time | relevance | path

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

/third_party/boost/tools/build/src/engine/
Dmake.cpp351 if ( p && ( t->flags & T_FLAG_TEMP ) && in make0()
621 else if ( t->binding == T_BIND_EXISTS && ( t->flags & T_FLAG_TEMP ) ) in make0()
855 if ( t->flags & T_FLAG_TEMP ) out_printf( "TEMPORARY " ); in dependGraphOutput()
Drules.h141 #define T_FLAG_TEMP 0x0001 /* TEMPORARY applied */ macro
Dbuiltins.cpp237 builtin_flags, T_FLAG_TEMP, 0 ) ); in load_builtins()