Searched refs:timestamp_max (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/tools/build/src/engine/ |
D | make.cpp | 491 timestamp_max( &c->target->leaf, &c->target->leaf, in make0() 493 timestamp_max( &c->target->time, &c->target->time, in make0() 502 timestamp_max( &leaf, &leaf, &c->target->leaf ); in make0() 508 timestamp_max( &last, &last, &c->target->time ); in make0() 678 timestamp_max( &t->time, &t->time, &last ); in make0()
|
D | timestamp.h | 36 void timestamp_max( timestamp * const max, timestamp const * const lhs,
|
D | timestamp.cpp | 168 void timestamp_max( timestamp * const max, timestamp const * const lhs, in timestamp_max() function
|