Searched refs:Break (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.h131 /// If \p Break is true, returns the column at which the line should start
133 /// If \p Break is false, returns the column at which the line itself will
136 bool Break) const = 0;
270 unsigned getContentStartColumn(unsigned LineIndex, bool Break) const override;
372 unsigned getContentStartColumn(unsigned LineIndex, bool Break) const override;
446 unsigned getContentStartColumn(unsigned LineIndex, bool Break) const override;
H A DBreakableToken.cpp230 bool Break) const {
537 bool Break) const {
538 if (Break)
819 bool Break) const {
820 if (Break)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DProcessMessage.h74 static ProcessMessage Break(lldb::tid_t tid) { function in class:ProcessMessage
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp1124 message = ProcessMessage::Break(tid);
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2W.s845 ;-------------Break path---------------------
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h1262 BreakContinue(JumpDest Break, JumpDest Continue) argument
1263 : BreakBlock(Break), ContinueBlock(Continue) {}

Completed in 190 milliseconds