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

  /src/external/gpl3/gcc/dist/libcpp/
lex.cc 1176 NONE, LRE, RLE, LRO, RLO, LRI, RLI, FSI, PDF, PDI, LTR, RTL
1192 return m_pdf ? kind::PDF : kind::PDI;
1207 represents a PDI context. The next bit is 1 if this context was open
1280 /* PDI terminates the scope of the last LRI, RLI, or FSI whose
1284 case kind::PDI:
1286 if (pop_kind_at (i) == kind::PDI)
1294 /* These aren't popped by a PDF/PDI. */
1324 case kind::PDI:
1411 return bidi::kind::PDI;
1502 return bidi::kind::PDI;
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/
lex.cc 1170 NONE, LRE, RLE, LRO, RLO, LRI, RLI, FSI, PDF, PDI, LTR, RTL
1186 return m_pdf ? kind::PDF : kind::PDI;
1201 represents a PDI context. The next bit is 1 if this context was open
1274 /* PDI terminates the scope of the last LRI, RLI, or FSI whose
1278 case kind::PDI:
1280 if (pop_kind_at (i) == kind::PDI)
1288 /* These aren't popped by a PDF/PDI. */
1318 case kind::PDI:
1404 return bidi::kind::PDI;
1479 return bidi::kind::PDI;
    [all...]

Completed in 56 milliseconds