Home
last modified time | relevance | path

Searched refs:printIndex (Results 1 – 3 of 3) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DStackMapType.java117 private String printIndex() { in printIndex() method in StackMapType
136 return "(type=" + Const.getItemName(type) + printIndex() + ")"; in toString()
/external/llvm-project/flang/lib/Lower/
DPFTBuilder.cpp293 p->printIndex = lastLexicalEvaluation->printIndex + 1; in addEvaluation()
295 p->printIndex = 1; in addEvaluation()
802 outputStream << " -> " << eval.constructExit->printIndex; in dumpEvaluationList()
810 if (eval.printIndex) { in dumpEvaluationList()
811 outputStream << eval.printIndex << ' '; in dumpEvaluationList()
822 outputStream << " -> " << eval.controlSuccessor->printIndex; in dumpEvaluationList()
/external/llvm-project/flang/include/flang/Lower/
DPFTBuilder.h337 int printIndex{0}; // (ActionStmt, ConstructStmt) evaluation index for dumps