Home
last modified time | relevance | path

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

/third_party/boost/tools/build/src/engine/
Dconstants.cpp42 constant_TIMING_RULE = object_new( "__TIMING_RULE__" ); in constants_init()
101 object_free( constant_TIMING_RULE ); in constants_done()
158 OBJECT * constant_TIMING_RULE; variable
Dconstants.h40 extern OBJECT * constant_TIMING_RULE; /* "__TIMING_RULE__" */
Dmake1.cpp743 timing_rule = var_get( root_module(), constant_TIMING_RULE ); in call_timing_rule()