Searched refs:__c5 (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | tree.h | 3226 enum tree_code __c4, enum tree_code __c5) in tree_check5() argument 3232 && TREE_CODE (__t) != __c5) in tree_check5() 3233 tree_check_failed (__t, __f, __l, __g, __c1, __c2, __c3, __c4, __c5, 0); in tree_check5() 3240 enum tree_code __c4, enum tree_code __c5) in tree_not_check5() argument 3246 || TREE_CODE (__t) == __c5) in tree_not_check5() 3247 tree_not_check_failed (__t, __f, __l, __g, __c1, __c2, __c3, __c4, __c5, 0); in tree_not_check5() 3482 enum tree_code __c4, enum tree_code __c5) in tree_check5() argument 3488 && TREE_CODE (__t) != __c5) in tree_check5() 3489 tree_check_failed (__t, __f, __l, __g, __c1, __c2, __c3, __c4, __c5, 0); in tree_check5() 3496 enum tree_code __c4, enum tree_code __c5) in tree_not_check5() argument [all …]
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/ |
| D | random.tcc | 1099 const _RealType __c5 = __c4 + __e178; in operator ()() local 1100 const _RealType __c = _M_cb + __c5; in operator ()() 1135 else if (__u <= __c5) in operator ()()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/ |
| D | random.tcc | 1096 const _RealType __c5 = __c4 + __e178; in operator ()() local 1097 const _RealType __c = _M_cb + __c5; in operator ()() 1132 else if (__u <= __c5) in operator ()()
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
| D | random.tcc | 1254 const double __c5 = __c4 + __e178; in operator ()() local 1255 const double __c = __param._M_cb + __c5; in operator ()() 1290 else if (__u <= __c5) in operator ()()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
| D | random.tcc | 1308 const double __c5 = __c4 + __e178; in operator ()() local 1309 const double __c = __param._M_cb + __c5; in operator ()() 1344 else if (__u <= __c5) in operator ()()
|