Home
last modified time | relevance | path

Searched refs:LastSpace (Results 1 – 25 of 70) sorted by relevance

123

/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Analysis/
H A DCFGPrinter.h91 unsigned LastSpace = 0;
97 LastSpace = 0;
104 if (!LastSpace)
105 LastSpace = i;
106 OutStr.insert(LastSpace, "\\l...");
107 ColNum = i - LastSpace;
108 LastSpace = 0;
114 LastSpace = i;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DCFGPrinter.h91 unsigned LastSpace = 0;
97 LastSpace = 0;
104 if (!LastSpace)
105 LastSpace = i;
106 OutStr.insert(LastSpace, "\\l...");
107 ColNum = i - LastSpace;
108 LastSpace = 0;
114 LastSpace = i;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Analysis/
H A DCFGPrinter.h91 unsigned LastSpace = 0;
97 LastSpace = 0;
104 if (!LastSpace)
105 LastSpace = i;
106 OutStr.insert(LastSpace, "\\l...");
107 ColNum = i - LastSpace;
108 LastSpace = 0;
114 LastSpace = i;
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Analysis/
H A DCFGPrinter.h91 unsigned LastSpace = 0;
97 LastSpace = 0;
104 if (!LastSpace)
105 LastSpace = i;
106 OutStr.insert(LastSpace, "\\l...");
107 ColNum = i - LastSpace;
108 LastSpace = 0;
114 LastSpace = i;
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Analysis/
H A DCFGPrinter.h92 unsigned LastSpace = 0;
98 LastSpace = 0;
105 if (!LastSpace)
106 LastSpace = i;
107 OutStr.insert(LastSpace, "\\l...");
108 ColNum = i - LastSpace;
109 LastSpace = 0;
115 LastSpace = i;
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Analysis/
H A DCFGPrinter.h92 unsigned LastSpace = 0;
98 LastSpace = 0;
105 if (!LastSpace)
106 LastSpace = i;
107 OutStr.insert(LastSpace, "\\l...");
108 ColNum = i - LastSpace;
109 LastSpace = 0;
115 LastSpace = i;
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Format/
H A DContinuationIndenter.h202 ParenState(const FormatToken *Tok, unsigned Indent, unsigned LastSpace, in ParenState()
204 : Tok(Tok), Indent(Indent), LastSpace(LastSpace), in ParenState()
229 unsigned LastSpace; member
335 if (LastSpace != Other.LastSpace)
336 return LastSpace < Other.LastSpace;
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Format/
H A DContinuationIndenter.h202 ParenState(const FormatToken *Tok, unsigned Indent, unsigned LastSpace, in ParenState()
204 : Tok(Tok), Indent(Indent), LastSpace(LastSpace), in ParenState()
229 unsigned LastSpace; member
335 if (LastSpace != Other.LastSpace)
336 return LastSpace < Other.LastSpace;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h202 ParenState(const FormatToken *Tok, unsigned Indent, unsigned LastSpace, in ParenState()
204 : Tok(Tok), Indent(Indent), LastSpace(LastSpace), in ParenState()
229 unsigned LastSpace; member
335 if (LastSpace != Other.LastSpace)
336 return LastSpace < Other.LastSpace;
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Format/
H A DContinuationIndenter.h203 ParenState(const FormatToken *Tok, unsigned Indent, unsigned LastSpace, in ParenState()
205 : Tok(Tok), Indent(Indent), LastSpace(LastSpace), in ParenState()
230 unsigned LastSpace; member
336 if (LastSpace != Other.LastSpace)
337 return LastSpace < Other.LastSpace;
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Format/
H A DContinuationIndenter.h203 ParenState(const FormatToken *Tok, unsigned Indent, unsigned LastSpace, in ParenState()
205 : Tok(Tok), Indent(Indent), LastSpace(LastSpace), in ParenState()
230 unsigned LastSpace; member
336 if (LastSpace != Other.LastSpace)
337 return LastSpace < Other.LastSpace;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Format/
H A DContinuationIndenter.h202 ParenState(const FormatToken *Tok, unsigned Indent, unsigned LastSpace, in ParenState()
204 : Tok(Tok), Indent(Indent), LastSpace(LastSpace), in ParenState()
232 unsigned LastSpace; member
355 if (LastSpace != Other.LastSpace)
356 return LastSpace < Other.LastSpace;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Format/
H A DContinuationIndenter.h202 ParenState(const FormatToken *Tok, unsigned Indent, unsigned LastSpace, in ParenState()
204 : Tok(Tok), Indent(Indent), LastSpace(LastSpace), in ParenState()
232 unsigned LastSpace; member
355 if (LastSpace != Other.LastSpace)
356 return LastSpace < Other.LastSpace;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Format/
H A DContinuationIndenter.h202 ParenState(const FormatToken *Tok, unsigned Indent, unsigned LastSpace, in ParenState()
204 : Tok(Tok), Indent(Indent), LastSpace(LastSpace), in ParenState()
232 unsigned LastSpace; member
355 if (LastSpace != Other.LastSpace)
356 return LastSpace < Other.LastSpace;
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Format/
H A DContinuationIndenter.h202 ParenState(const FormatToken *Tok, unsigned Indent, unsigned LastSpace, in ParenState()
204 : Tok(Tok), Indent(Indent), LastSpace(LastSpace), in ParenState()
232 unsigned LastSpace; member
355 if (LastSpace != Other.LastSpace)
356 return LastSpace < Other.LastSpace;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Format/
H A DContinuationIndenter.h202 ParenState(const FormatToken *Tok, unsigned Indent, unsigned LastSpace, in ParenState()
204 : Tok(Tok), Indent(Indent), LastSpace(LastSpace), in ParenState()
232 unsigned LastSpace; member
355 if (LastSpace != Other.LastSpace)
356 return LastSpace < Other.LastSpace;
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Format/
H A DContinuationIndenter.h202 ParenState(const FormatToken *Tok, unsigned Indent, unsigned LastSpace, in ParenState()
204 : Tok(Tok), Indent(Indent), LastSpace(LastSpace), in ParenState()
232 unsigned LastSpace; member
355 if (LastSpace != Other.LastSpace)
356 return LastSpace < Other.LastSpace;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Format/
H A DContinuationIndenter.h202 ParenState(const FormatToken *Tok, unsigned Indent, unsigned LastSpace, in ParenState()
204 : Tok(Tok), Indent(Indent), LastSpace(LastSpace), in ParenState()
232 unsigned LastSpace; member
355 if (LastSpace != Other.LastSpace)
356 return LastSpace < Other.LastSpace;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h202 ParenState(const FormatToken *Tok, unsigned Indent, unsigned LastSpace, in ParenState()
204 : Tok(Tok), Indent(Indent), LastSpace(LastSpace), in ParenState()
232 unsigned LastSpace; member
355 if (LastSpace != Other.LastSpace)
356 return LastSpace < Other.LastSpace;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Format/
H A DContinuationIndenter.h202 ParenState(const FormatToken *Tok, unsigned Indent, unsigned LastSpace, in ParenState()
204 : Tok(Tok), Indent(Indent), LastSpace(LastSpace), in ParenState()
232 unsigned LastSpace; member
355 if (LastSpace != Other.LastSpace)
356 return LastSpace < Other.LastSpace;
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Format/
H A DContinuationIndenter.h202 ParenState(const FormatToken *Tok, unsigned Indent, unsigned LastSpace, in ParenState()
204 : Tok(Tok), Indent(Indent), LastSpace(LastSpace), in ParenState()
232 unsigned LastSpace; member
355 if (LastSpace != Other.LastSpace)
356 return LastSpace < Other.LastSpace;
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Format/
H A DContinuationIndenter.h202 ParenState(const FormatToken *Tok, unsigned Indent, unsigned LastSpace, in ParenState()
204 : Tok(Tok), Indent(Indent), LastSpace(LastSpace), in ParenState()
232 unsigned LastSpace; member
355 if (LastSpace != Other.LastSpace)
356 return LastSpace < Other.LastSpace;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Analysis/
H A DCFGPrinter.h162 unsigned LastSpace = 0;
168 LastSpace = 0;
175 if (!LastSpace)
176 LastSpace = i;
177 OutStr.insert(LastSpace, "\\l...");
178 ColNum = i - LastSpace;
179 LastSpace = 0;
184 LastSpace = i;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Analysis/
H A DCFGPrinter.h162 unsigned LastSpace = 0;
168 LastSpace = 0;
175 if (!LastSpace)
176 LastSpace = i;
177 OutStr.insert(LastSpace, "\\l...");
178 ColNum = i - LastSpace;
179 LastSpace = 0;
184 LastSpace = i;
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Analysis/
H A DCFGPrinter.h162 unsigned LastSpace = 0;
168 LastSpace = 0;
175 if (!LastSpace)
176 LastSpace = i;
177 OutStr.insert(LastSpace, "\\l...");
178 ColNum = i - LastSpace;
179 LastSpace = 0;
184 LastSpace = i;

123