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

  /src/external/gpl3/gcc/dist/gcc/cp/
logic.cc 342 atomic_p (tree t) function
356 if (atomic_p (t))
394 || (atomic_p (rhs) && d1))
402 if (atomic_p (lhs))
438 || (atomic_p (rhs) && d1))
445 if (atomic_p (lhs))
467 if (atomic_p (t))
495 || (atomic_p (rhs) && d1))
511 if (atomic_p (lhs))
535 || (atomic_p (rhs) && d1)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
logic.cc 342 atomic_p (tree t) function
356 if (atomic_p (t))
393 || (atomic_p (rhs) && d1))
400 if (atomic_p (lhs))
435 || (atomic_p (rhs) && d1))
442 if (atomic_p (lhs))
464 if (atomic_p (t))
492 || (atomic_p (rhs) && d1))
508 if (atomic_p (lhs))
532 || (atomic_p (rhs) && d1)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
c-tree.h 444 BOOL_BITFIELD atomic_p : 1; member in struct:c_declspecs
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-tree.h 405 BOOL_BITFIELD atomic_p : 1; member in struct:c_declspecs
  /src/external/gpl3/gcc/dist/gcc/
gengtype.cc 2671 int atomic_p = 0;
2694 atomic_p = 1;
2728 if (atomic_p && (t->kind != TYPE_POINTER) && (t->kind != TYPE_STRING))
2760 if (atomic_p)
2663 int atomic_p = 0; local
  /src/external/gpl3/gcc.old/dist/gcc/
gengtype.cc 2702 int atomic_p = 0;
2726 atomic_p = 1;
2758 if (atomic_p && (t->kind != TYPE_POINTER) && (t->kind != TYPE_STRING))
2790 if (atomic_p)
2694 int atomic_p = 0; local

Completed in 29 milliseconds