Home
last modified time | relevance | path

Searched refs:timestamp_empty (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/tools/build/src/engine/
Dtimestamp.h33 int timestamp_empty( timestamp const * const );
Dtimestamp.cpp139 int timestamp_empty( timestamp const * const time ) in timestamp_empty() function
Dmake.cpp341 t->binding = timestamp_empty( &t->time ) in make0()
679 timestamp_copy( &t->leaf, timestamp_empty( &leaf ) ? &t->time : &leaf ); in make0()
Dfilesys.cpp285 if ( timestamp_empty( &ff->time ) ) in file_query()
Dmake1.cpp1415 t->binding = timestamp_empty( &t->time ) ? T_BIND_MISSING : T_BIND_EXISTS; in make1bind()