HomeSort by: relevance | last modified time | path
    Searched refs:add_value (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl2/groff/dist/src/roff/troff/
reg.h 56 void add_value(units);
  /src/external/gpl3/gcc/dist/gcc/
ipa-cp.h 149 bool add_value (valtype newval, cgraph_edge *cs,
ipa-cp.cc 1997 ipcp_lattice<valtype>::add_value (valtype newval, cgraph_edge *cs,
2171 ret |= dest_lat->add_value (cstval, cs, src_val, src_idx,
2194 ret |= dest_lat->add_value (cstval, cs, src_val, src_idx,
2243 ret |= dest_lat->add_value (t, cs, src_val, src_idx);
2268 return dest_lat->add_value (val, cs, NULL, 0);
2382 ret |= dest_lat->add_value (cur, cs, src_val, src_idx);
2392 ret |= dest_lat->add_value (edge_ctx, cs);
2748 ret |= new_al->add_value (val->value, cs, val, src_idx,
2794 return aglat->add_value (value, cs, NULL, 0);
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-cp.cc 260 bool add_value (valtype newval, cgraph_edge *cs,
1958 ipcp_lattice<valtype>::add_value (valtype newval, cgraph_edge *cs, function in class:ipcp_lattice
2132 ret |= dest_lat->add_value (cstval, cs, src_val, src_idx,
2155 ret |= dest_lat->add_value (cstval, cs, src_val, src_idx,
2204 ret |= dest_lat->add_value (t, cs, src_val, src_idx);
2229 return dest_lat->add_value (val, cs, NULL, 0);
2343 ret |= dest_lat->add_value (cur, cs, src_val, src_idx);
2353 ret |= dest_lat->add_value (edge_ctx, cs);
2692 ret |= new_al->add_value (val->value, cs, val, src_idx,
2738 return aglat->add_value (value, cs, NULL, 0)
    [all...]
  /src/external/mit/lua/dist/src/
lstrlib.c 914 static int add_value (MatchState *ms, luaL_Buffer *b, const char *s, function
975 changed = add_value(&ms, &b, src, e, tr) | changed;
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_rar.c 427 static int add_value(struct archive_read *, struct huffman_code *, int, int,
2702 if (add_value(a, code, j, codebits, i) != ARCHIVE_OK)
2716 add_value(struct archive_read *a, struct huffman_code *code, int value, function
  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.cc 520 void add_value (tree new_val);
724 name_lookup::add_value (tree new_val) function in class:name_lookup
807 add_value (new_val);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.cc 517 void add_value (tree new_val);
719 name_lookup::add_value (tree new_val) function in class:name_lookup
802 add_value (new_val);

Completed in 34 milliseconds