HomeSort by: relevance | last modified time | path
    Searched defs:other_arg_cst (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model.cc 931 tree other_arg_cst = other_arg_sval->maybe_get_constant (); local
932 if (!other_arg_cst)
939 if (zerop (other_arg_cst))
943 if (!zerop (other_arg_cst))
  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model.cc 1063 tree other_arg_cst = other_arg_sval->maybe_get_constant (); local
1064 if (!other_arg_cst)
1071 if (zerop (other_arg_cst))
1075 if (!zerop (other_arg_cst))

Completed in 41 milliseconds