Home
last modified time | relevance | path

Searched refs:blockName (Results 1 – 4 of 4) sorted by relevance

/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp972 std::string &blockName, in createFinallyBlock() argument
1007 blockName, in createFinallyBlock()
1014 << blockName << " in " << functionId << "\n"; in createFinallyBlock()
1048 std::string &blockName, in createCatchBlock() argument
1054 blockName, in createCatchBlock()
1061 << blockName in createCatchBlock()
/external/llvm/lib/Target/NVPTX/
DNVPTXUtilities.h85 void dumpBlock(Value *v, char *blockName);
DNVPTXUtilities.cpp436 void llvm::dumpBlock(Value *v, char *blockName) { in dumpBlock() argument
443 if (strcmp(B->getName().data(), blockName) == 0) { in dumpBlock()
/external/libxml2/
Dxmlregexp.c171 xmlChar *blockName; member
358 int neg, int start, int end, const xmlChar *blockName);
738 if (range->blockName != NULL) in xmlRegFreeRange()
739 xmlFree(range->blockName); in xmlRegFreeRange()
762 if (range->blockName != NULL) { in xmlRegCopyRange()
763 ret->blockName = xmlStrdup(range->blockName); in xmlRegCopyRange()
764 if (ret->blockName == NULL) { in xmlRegCopyRange()
1215 xmlChar *blockName) { in xmlRegAtomAddRange() argument
1250 range->blockName = blockName; in xmlRegAtomAddRange()
2122 range2->blockName); in xmlFACompareRanges()
[all …]