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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
svalue.h 326 tree get_constant () const { return m_cst_expr; } function in class:ana::constant_svalue
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
svalue.h 290 tree get_constant () const { return m_cst_expr; } function in class:ana::constant_svalue
  /src/external/mit/isl/dist/
isl_tab.c 3602 static isl_bool get_constant(struct isl_tab *tab, struct isl_tab_var *var, function
3645 return get_constant(tab, &tab->var[var], value);
3664 if (get_constant(tab, &tab->var[i], NULL) < 0)
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-format.cc 81 static tree get_constant (const_tree fntype, const_tree atname, tree expr,
179 if (tree val = get_constant (type, atname, *format_num_expr, 0, &format_num,
311 get_constant (const_tree fntype, const_tree atname, tree expr, int argno, function
375 if (tree val = get_constant (fntype, atname, *format_num_expr,
381 if (tree val = get_constant (fntype, atname, *first_arg_num_expr,

Completed in 37 milliseconds