Searched refs:WrapColumn (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Support/ |
D | YAMLTraits.cpp | 399 Output::Output(raw_ostream &yout, void *context, int WrapColumn) in Output() argument 402 WrapColumn(WrapColumn), in Output() 546 if (WrapColumn && Column > WrapColumn) { in preflightFlowElement() 737 if (WrapColumn && Column > WrapColumn) { in flowKey()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | YAMLTraits.cpp | 437 Output::Output(raw_ostream &yout, void *context, int WrapColumn) in Output() argument 438 : IO(context), Out(yout), WrapColumn(WrapColumn) {} in Output() 602 if (WrapColumn && Column > WrapColumn) { in preflightFlowElement() 819 if (WrapColumn && Column > WrapColumn) { in flowKey()
|
/external/llvm-project/llvm/lib/Support/ |
D | YAMLTraits.cpp | 454 Output::Output(raw_ostream &yout, void *context, int WrapColumn) in Output() argument 455 : IO(context), Out(yout), WrapColumn(WrapColumn) {} in Output() 619 if (WrapColumn && Column > WrapColumn) { in preflightFlowElement() 836 if (WrapColumn && Column > WrapColumn) { in flowKey()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | YAMLTraits.h | 1543 Output(raw_ostream &, void *Ctxt = nullptr, int WrapColumn = 70); 1616 int WrapColumn;
|
/external/llvm/include/llvm/Support/ |
D | YAMLTraits.h | 1111 Output(llvm::raw_ostream &, void *Ctxt = nullptr, int WrapColumn = 70); 1167 int WrapColumn;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | YAMLTraits.h | 1209 Output(llvm::raw_ostream &, void *Ctxt = nullptr, int WrapColumn = 70); 1265 int WrapColumn;
|
/external/llvm-project/llvm/docs/ |
D | YamlIO.rst | 923 Output(llvm::raw_ostream &, void *context = NULL, int WrapColumn = 70); 932 The WrapColumn parameter will cause the flow mappings and sequences to
|
/external/llvm/docs/ |
D | YamlIO.rst | 923 Output(llvm::raw_ostream &, void *context = NULL, int WrapColumn = 70); 932 The WrapColumn parameter will cause the flow mappings and sequences to
|