Home
last modified time | relevance | path

Searched refs:sign2 (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/bsd/file/dist/magic/magdir/
Dfsav31 # ftp://ftp.f-prot.com/pub/sign2.zip
/netbsd/src/external/gpl3/gcc/dist/gcc/
Doptabs.cc299 signop sign2 = TYPE_SIGN (TREE_TYPE (oprnd1)); in expand_widen_pattern_expr() local
300 if (sign1 == sign2) in expand_widen_pattern_expr()
302 else if (sign1 == SIGNED && sign2 == UNSIGNED) in expand_widen_pattern_expr()
308 else if (sign1 == UNSIGNED && sign2 == SIGNED) in expand_widen_pattern_expr()