Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DCallingConvEmitter.cpp122 std::string IndentStr = std::string(Indent, ' '); in EmitAction() local
125 O << IndentStr << "if ("; in EmitAction()
131 if (i != 0) O << " ||\n " << IndentStr; in EmitAction()
144 O << IndentStr << "}\n"; in EmitAction()
148 O << IndentStr << "if (!" << CC->getName() in EmitAction()
150 << IndentStr << " return false;\n"; in EmitAction()
157 O << IndentStr << "if (unsigned Reg = State.AllocateReg(" << Name in EmitAction()
164 O << IndentStr << "static const MCPhysReg RegList" << ++Counter in EmitAction()
166 O << IndentStr << " "; in EmitAction()
176 O << "\n" << IndentStr << "};\n"; in EmitAction()
[all …]
/openbsd/src/gnu/llvm/clang/lib/Frontend/
DTextDiagnostic.cpp621 SmallString<16> IndentStr; in printWordWrapped() local
622 IndentStr.assign(Indentation, ' '); in printWordWrapped()
651 OS.write(&IndentStr[0], Indentation); in printWordWrapped()