Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp476 assert(elementTypes.empty()); in initializeForBlockHeader()
488 elementTypes.push_back(CGM.IntTy); /* align */ in initializeForBlockHeader()
489 elementTypes.push_back( in initializeForBlockHeader()
505 elementTypes.push_back(I); in initializeForBlockHeader()
518 elementTypes.push_back(CGM.VoidPtrTy); in initializeForBlockHeader()
519 elementTypes.push_back(CGM.IntTy); in initializeForBlockHeader()
520 elementTypes.push_back(CGM.IntTy); in initializeForBlockHeader()
521 elementTypes.push_back(CGM.VoidPtrTy); in initializeForBlockHeader()
550 SmallVector<llvm::Type*, 8> elementTypes; in computeBlockInfo() local
693 elementTypes.push_back(li->Type); in computeBlockInfo()
[all …]
/freebsd-14.2/contrib/expat/lib/
H A Dxmlparse.c395 HASH_TABLE elementTypes; member
3477 = (ELEMENT_TYPE *)lookup(parser, &dtd->elementTypes, tagNamePtr->str, 0); in storeAtts()
3482 elementType = (ELEMENT_TYPE *)lookup(parser, &dtd->elementTypes, name, in storeAtts()
7132 hashTableInit(&(p->elementTypes), ms); in dtdCreate()
7159 hashTableIterInit(&iter, &(p->elementTypes)); in dtdReset()
7172 hashTableClear(&(p->elementTypes)); in dtdReset()
7200 hashTableIterInit(&iter, &(p->elementTypes)); in dtdDestroy()
7212 hashTableDestroy(&(p->elementTypes)); in dtdDestroy()
7282 hashTableIterInit(&iter, &(oldDtd->elementTypes)); in dtdCopy()
7294 newE = (ELEMENT_TYPE *)lookup(oldParser, &(newDtd->elementTypes), name, in dtdCopy()
[all …]