Searched refs:ieq (Results 1 – 4 of 4) sorted by relevance
/netbsd/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | expr.cc | 292 tree ieq = build_float_identity (code, imaginary_part (t1), in visit() local 296 this->result_ = build_boolop (TRUTH_ANDIF_EXPR, req, ieq); in visit() 298 this->result_ = build_boolop (TRUTH_ORIF_EXPR, req, ieq); in visit()
|
H A D | d-codegen.cc | 918 tree ieq = build_float_identity (code, imaginary_part (t1ref), in lower_struct_comparison() local 921 tcmp = build_boolop (tcode, req, ieq); in lower_struct_comparison()
|
/netbsd/external/gpl3/gcc/dist/gcc/d/ |
H A D | expr.cc | 296 tree ieq = build_float_identity (code, imaginary_part (t1), in visit() local 300 this->result_ = build_boolop (TRUTH_ANDIF_EXPR, req, ieq); in visit() 302 this->result_ = build_boolop (TRUTH_ORIF_EXPR, req, ieq); in visit()
|
H A D | d-codegen.cc | 979 tree ieq = build_float_identity (code, imaginary_part (t1ref), in lower_struct_comparison() local 982 tcmp = build_boolop (tcode, req, ieq); in lower_struct_comparison()
|