Searched refs:BlockExitIndent (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | YAMLParser.cpp | 496 bool findBlockScalarIndent(unsigned &BlockIndent, unsigned BlockExitIndent, 502 bool scanBlockScalarIndent(unsigned BlockIndent, unsigned BlockExitIndent, 1509 unsigned BlockExitIndent, in findBlockScalarIndent() argument 1518 if (Column <= BlockExitIndent) { // End of the block literal. in findBlockScalarIndent() 1556 unsigned BlockExitIndent, bool &IsDone) { in scanBlockScalarIndent() argument 1569 if (Column <= BlockExitIndent) { // End of the block literal. in scanBlockScalarIndent() 1599 unsigned BlockExitIndent = Indent < 0 ? 0 : (unsigned)Indent; in scanBlockScalar() local 1602 if (!findBlockScalarIndent(BlockIndent, BlockExitIndent, LineBreaks, in scanBlockScalar() 1610 if (!scanBlockScalarIndent(BlockIndent, BlockExitIndent, IsDone)) in scanBlockScalar()
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | YAMLParser.cpp | 506 bool findBlockScalarIndent(unsigned &BlockIndent, unsigned BlockExitIndent, 512 bool scanBlockScalarIndent(unsigned BlockIndent, unsigned BlockExitIndent, 1508 unsigned BlockExitIndent, in findBlockScalarIndent() argument 1517 if (Column <= BlockExitIndent) { // End of the block literal. in findBlockScalarIndent() 1555 unsigned BlockExitIndent, bool &IsDone) { in scanBlockScalarIndent() argument 1568 if (Column <= BlockExitIndent) { // End of the block literal. in scanBlockScalarIndent() 1598 unsigned BlockExitIndent = Indent < 0 ? 0 : (unsigned)Indent; in scanBlockScalar() local 1601 if (!findBlockScalarIndent(BlockIndent, BlockExitIndent, LineBreaks, in scanBlockScalar() 1609 if (!scanBlockScalarIndent(BlockIndent, BlockExitIndent, IsDone)) in scanBlockScalar()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | YAMLParser.cpp | 503 bool findBlockScalarIndent(unsigned &BlockIndent, unsigned BlockExitIndent, 509 bool scanBlockScalarIndent(unsigned BlockIndent, unsigned BlockExitIndent, 1621 unsigned BlockExitIndent, in findBlockScalarIndent() argument 1630 if (Column <= BlockExitIndent) { // End of the block literal. in findBlockScalarIndent() 1668 unsigned BlockExitIndent, bool &IsDone) { in scanBlockScalarIndent() argument 1681 if (Column <= BlockExitIndent) { // End of the block literal. in scanBlockScalarIndent() 1711 unsigned BlockExitIndent = Indent < 0 ? 0 : (unsigned)Indent; in scanBlockScalar() local 1714 if (!findBlockScalarIndent(BlockIndent, BlockExitIndent, LineBreaks, in scanBlockScalar() 1722 if (!scanBlockScalarIndent(BlockIndent, BlockExitIndent, IsDone)) in scanBlockScalar()
|