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

  /src/external/gpl3/gcc/dist/gcc/
trans-mem.cc 591 volatile_lvalue_p (tree t)
607 else if (volatile_lvalue_p (*tp)
4390 if (volatile_lvalue_p (lhs) || volatile_lvalue_p (rhs))
4398 if (lhs && volatile_lvalue_p (lhs))
588 volatile_lvalue_p (tree t) function
  /src/external/gpl3/gcc.old/dist/gcc/
trans-mem.cc 591 volatile_lvalue_p (tree t)
607 else if (volatile_lvalue_p (*tp)
4375 if (volatile_lvalue_p (lhs) || volatile_lvalue_p (rhs))
4383 if (lhs && volatile_lvalue_p (lhs))
588 volatile_lvalue_p (tree t) function

Completed in 29 milliseconds