Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/utils/TableGen/
DCallingConvEmitter.cpp80 std::string IndentStr = std::string(Indent, ' '); in EmitAction() local
83 O << IndentStr << "if ("; in EmitAction()
89 if (i != 0) O << " ||\n " << IndentStr; in EmitAction()
102 O << IndentStr << "}\n"; in EmitAction()
106 O << IndentStr << "if (!" << CC->getName() in EmitAction()
108 << IndentStr << " return false;\n"; in EmitAction()
112 O << IndentStr << "if (unsigned Reg = State.AllocateReg("; in EmitAction()
115 O << IndentStr << "static const uint16_t RegList" << ++Counter in EmitAction()
117 O << IndentStr << " "; in EmitAction()
122 O << "\n" << IndentStr << "};\n"; in EmitAction()
[all …]
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Frontend/
DTextDiagnostic.cpp627 SmallString<16> IndentStr; in printWordWrapped() local
628 IndentStr.assign(Indentation, ' '); in printWordWrapped()
657 OS.write(&IndentStr[0], Indentation); in printWordWrapped()