Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp451 assert(elementTypes.empty()); in initializeForBlockHeader()
465 elementTypes.push_back(CGM.IntTy); /* align */ in initializeForBlockHeader()
466 elementTypes.push_back( in initializeForBlockHeader()
482 elementTypes.push_back(I); in initializeForBlockHeader()
495 elementTypes.push_back(CGM.VoidPtrTy); in initializeForBlockHeader()
496 elementTypes.push_back(CGM.IntTy); in initializeForBlockHeader()
497 elementTypes.push_back(CGM.IntTy); in initializeForBlockHeader()
498 elementTypes.push_back(CGM.VoidPtrTy); in initializeForBlockHeader()
527 SmallVector<llvm::Type*, 8> elementTypes; in computeBlockInfo() local
715 elementTypes.push_back(li->Type); in computeBlockInfo()
[all …]
/freebsd-13.1/contrib/expat/lib/
H A Dxmlparse.c367 HASH_TABLE elementTypes; member
3259 = (ELEMENT_TYPE *)lookup(parser, &dtd->elementTypes, tagNamePtr->str, 0); in storeAtts()
3264 elementType = (ELEMENT_TYPE *)lookup(parser, &dtd->elementTypes, name, in storeAtts()
6698 hashTableInit(&(p->elementTypes), ms); in dtdCreate()
6725 hashTableIterInit(&iter, &(p->elementTypes)); in dtdReset()
6738 hashTableClear(&(p->elementTypes)); in dtdReset()
6766 hashTableIterInit(&iter, &(p->elementTypes)); in dtdDestroy()
6778 hashTableDestroy(&(p->elementTypes)); in dtdDestroy()
6848 hashTableIterInit(&iter, &(oldDtd->elementTypes)); in dtdCopy()
6860 newE = (ELEMENT_TYPE *)lookup(oldParser, &(newDtd->elementTypes), name, in dtdCopy()
[all …]