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

  /src/external/gpl3/gcc/dist/gcc/cp/
constexpr.cc 1643 bool strop = i < strops; local
1644 if (strop)
1650 strop = false;
1668 else if (strop)
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-warn.cc 784 bool strop = false, cmp = false; local
806 strop = true;
847 strop = true;
862 strop = true;
889 if (strop && !cmp && fncode != BUILT_IN_STRNDUP && src)
942 if (TREE_CODE (sizeof_arg[idx]) == ADDR_EXPR && !strop)
950 || strop)
964 && !strop
983 if (TREE_CODE (sizeof_arg[idx]) == ADDR_EXPR && !strop)
991 || strop)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-warn.cc 783 bool strop = false, cmp = false; local
805 strop = true;
846 strop = true;
861 strop = true;
888 if (strop && !cmp && fncode != BUILT_IN_STRNDUP && src)
941 if (TREE_CODE (sizeof_arg[idx]) == ADDR_EXPR && !strop)
949 || strop)
963 && !strop
982 if (TREE_CODE (sizeof_arg[idx]) == ADDR_EXPR && !strop)
990 || strop)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
constexpr.cc 1445 bool strop = i < strops; local
1446 if (strop)
1452 strop = false;
1470 else if (strop)
  /src/external/gpl3/gdb/dist/gdb/
ada-lang.c 9549 ada_string_operation *strop
9553 if (strop != nullptr)
9554 name = strop->get_name ();
9535 ada_string_operation *strop local
  /src/external/gpl3/gdb.old/dist/gdb/
ada-lang.c 9584 ada_string_operation *strop
9588 if (strop != nullptr)
9589 name = strop->get_name ();
9570 ada_string_operation *strop local

Completed in 60 milliseconds