Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGBlocks.cpp304 SmallVectorImpl<llvm::Type*> &elementTypes) { in initializeForBlockHeader() argument
323 assert(elementTypes.empty()); in initializeForBlockHeader()
326 elementTypes.push_back(i8p); in initializeForBlockHeader()
327 elementTypes.push_back(intTy); in initializeForBlockHeader()
328 elementTypes.push_back(intTy); in initializeForBlockHeader()
329 elementTypes.push_back(i8p); in initializeForBlockHeader()
330 elementTypes.push_back(CGM.getBlockDescriptorType()); in initializeForBlockHeader()
332 assert(elementTypes.size() == BlockHeaderSize); in initializeForBlockHeader()
342 SmallVector<llvm::Type*, 8> elementTypes; in computeBlockInfo() local
343 initializeForBlockHeader(CGM, info, elementTypes); in computeBlockInfo()
[all …]
/NextBSD/contrib/expat/lib/
HDxmlparse.c264 HASH_TABLE elementTypes; member
2735 elementType = (ELEMENT_TYPE *)lookup(parser, &dtd->elementTypes, tagNamePtr->str,0); in storeAtts()
2740 elementType = (ELEMENT_TYPE *)lookup(parser, &dtd->elementTypes, name, in storeAtts()
5672 hashTableInit(&(p->elementTypes), ms); in dtdCreate()
5700 hashTableIterInit(&iter, &(p->elementTypes)); in dtdReset()
5713 hashTableClear(&(p->elementTypes)); in dtdReset()
5742 hashTableIterInit(&iter, &(p->elementTypes)); in dtdDestroy()
5754 hashTableDestroy(&(p->elementTypes)); in dtdDestroy()
5824 hashTableIterInit(&iter, &(oldDtd->elementTypes)); in dtdCopy()
5836 newE = (ELEMENT_TYPE *)lookup(oldParser, &(newDtd->elementTypes), name, in dtdCopy()
[all …]