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

  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 18057 bool structured_block = false;
18355 structured_block = true;
18383 /* For structured_block case we don't know yet whether
18415 else if (!structured_block && code == OMP_ATOMIC_CAPTURE_NEW)
18505 || (structured_block && r == NULL_TREE)
18548 else if (code == OMP_ATOMIC_CAPTURE_NEW && !structured_block)
18576 if (structured_block)
18590 if (code == OMP_ATOMIC_CAPTURE_NEW && !structured_block)
18603 if (code == OMP_ATOMIC_CAPTURE_NEW && !structured_block)
18639 && !structured_block
18052 bool structured_block = false; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 20912 bool structured_block = false;
21228 structured_block = true;
21256 /* For structured_block case we don't know yet whether
21288 else if (!structured_block && code == OMP_ATOMIC_CAPTURE_NEW)
21378 || (structured_block && r == NULL_TREE)
21421 else if (code == OMP_ATOMIC_CAPTURE_NEW && !structured_block)
21449 if (structured_block)
21463 if (code == OMP_ATOMIC_CAPTURE_NEW && !structured_block)
21476 if (code == OMP_ATOMIC_CAPTURE_NEW && !structured_block)
21511 && !structured_block
20907 bool structured_block = false; local
    [all...]

Completed in 38 milliseconds