Home
last modified time | relevance | path

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

/third_party/boost/tools/build/src/engine/
Dlists.h89 int list_cmp( LIST * lhs, LIST * rhs );
Dlists.cpp279 int list_cmp( LIST * t, LIST * s ) in list_cmp() function
Dfunction.cpp4033 if ( !list_cmp( l, L0 ) ) code += code->arg; in function_run()
4043 if ( list_cmp( l, L0 ) ) code += code->arg; in function_run()
4054 if ( list_cmp( l, r ) < 0 ) code += code->arg; in function_run()
4066 if ( list_cmp( l, r ) <= 0 ) code += code->arg; in function_run()
4078 if ( list_cmp( l, r ) > 0 ) code += code->arg; in function_run()
4090 if ( list_cmp( l, r ) >= 0 ) code += code->arg; in function_run()
4102 if ( list_cmp( l, r ) == 0 ) code += code->arg; in function_run()
4114 if ( list_cmp(l, r) != 0 ) code += code->arg; in function_run()