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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 7366 built-ins. ORIG_FORMAT is for __sync_* rather than __atomic_*
7371 bool orig_format)
7410 if (fetch && !orig_format)
7418 if (fetch && !orig_format && TREE_CODE (type) == BITINT_TYPE)
7437 vec<tree, va_gc> *params, bool orig_format)
7490 if (!orig_format && params->length () != parmnum + 1)
7510 sync_resolve_return (tree first_param, tree result, bool orig_format)
7517 if (orig_format || tree_int_cst_equal (TYPE_SIZE (ptype), TYPE_SIZE (rtype)))
8289 bool orig_format = true;
8429 orig_format = false
8271 bool orig_format = true; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 7231 vec<tree, va_gc> *params, bool orig_format)
7284 if (!orig_format && params->length () != parmnum + 1)
7304 sync_resolve_return (tree first_param, tree result, bool orig_format)
7311 if (orig_format || tree_int_cst_equal (TYPE_SIZE (ptype), TYPE_SIZE (rtype)))
7850 bool orig_format = true;
7990 orig_format = false;
8028 orig_format))
8040 result = sync_resolve_return (first_param, result, orig_format);
7832 bool orig_format = true; local

Completed in 36 milliseconds