Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp96 std::string IndentStr = std::string(Indent, ' '); in EmitAction() local
99 O << IndentStr << "if ("; in EmitAction()
105 if (i != 0) O << " ||\n " << IndentStr; in EmitAction()
118 O << IndentStr << "}\n"; in EmitAction()
122 O << IndentStr << "if (!" << CC->getName() in EmitAction()
124 << IndentStr << " return false;\n"; in EmitAction()
128 O << IndentStr << "if (unsigned Reg = State.AllocateReg("; in EmitAction()
131 O << IndentStr << "static const MCPhysReg RegList" << ++Counter in EmitAction()
133 O << IndentStr << " "; in EmitAction()
137 O << "\n" << IndentStr << "};\n"; in EmitAction()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DTextDiagnostic.cpp621 SmallString<16> IndentStr; in printWordWrapped() local
622 IndentStr.assign(Indentation, ' '); in printWordWrapped()
651 OS.write(&IndentStr[0], Indentation); in printWordWrapped()