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

  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
nvptx.cc 1014 int not_atomic_weak_arg = -1;
1025 not_atomic_weak_arg = 3;
1056 for (; args; args = TREE_CHAIN (args), not_atomic_weak_arg--)
1060 if (not_atomic_weak_arg)
1013 int not_atomic_weak_arg = -1; local
  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
nvptx.cc 1010 int not_atomic_weak_arg = -1;
1021 not_atomic_weak_arg = 3;
1052 for (; args; args = TREE_CHAIN (args), not_atomic_weak_arg--)
1056 if (not_atomic_weak_arg)
1009 int not_atomic_weak_arg = -1; local

Completed in 52 milliseconds