Home
last modified time | relevance | path

Searched refs:newE (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/clang/lib/ARCMigrate/
H A DFileRemapper.cpp156 auto newE = FileMgr->getFile(tempPath); in flushToFile() local
157 if (newE) { in flushToFile()
158 remap(origFE, *newE); in flushToFile()
159 infoOut << (*newE)->getName() << '\n'; in flushToFile()
/openbsd/lib/libexpat/lib/
H A Dxmlparse.c7018 ELEMENT_TYPE *newE; in dtdCopy() local
7028 if (! newE) in dtdCopy()
7041 newE->defaultAtts in dtdCopy()
7043 if (! newE->defaultAtts) { in dtdCopy()
7050 newE->allocDefaultAtts = newE->nDefaultAtts = oldE->nDefaultAtts; in dtdCopy()
7105 ENTITY *newE; in copyEntityTable() local
7114 if (! newE) in copyEntityTable()
7120 newE->systemId = tem; in copyEntityTable()
7136 newE->publicId = tem; in copyEntityTable()
7143 newE->textPtr = tem; in copyEntityTable()
[all …]