Searched refs:list_cmp (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/tools/build/src/engine/ |
D | lists.h | 89 int list_cmp( LIST * lhs, LIST * rhs );
|
D | lists.cpp | 279 int list_cmp( LIST * t, LIST * s ) in list_cmp() function
|
D | function.cpp | 4033 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()
|