Home
last modified time | relevance | path

Searched refs:Break (Results 1 – 25 of 37) sorted by relevance

12

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Didentifier-naming-bugfix-name-conflicts.cpp6 int func(int Break) { in func() argument
9 if (Break == 1) { in func()
/llvm-project-15.0.7/lldb/test/Shell/ExecControl/StopHook/Inputs/
H A Dstop-hook-threads-1.lldbinit1 break set -f stop-hook-threads.cpp -p "Break here to set up the stop hook"
2 break set -f stop-hook-threads.cpp -p "Break here to test that the stop-hook"
H A Dstop-hook-threads-2.lldbinit1 break set -f stop-hook-threads.cpp -p "Break here to set up the stop hook"
2 break set -f stop-hook-threads.cpp -p "Break here to test that the stop-hook"
/llvm-project-15.0.7/lldb/test/API/lang/objc/foundation/
H A Dmain.m43 if (self.descriptionPauses) // Break here for description test
63 return 0; // Break here for selector: tests
85 return 0; // Break here for NSString tests
115 obj = [array1 objectAtIndex: 0]; // Break here for NSArray tests
/llvm-project-15.0.7/clang/lib/Format/
H A DBreakableToken.h136 bool Break) const = 0;
270 unsigned getContentStartColumn(unsigned LineIndex, bool Break) const override;
372 unsigned getContentStartColumn(unsigned LineIndex, bool Break) const override;
445 unsigned getContentStartColumn(unsigned LineIndex, bool Break) const override;
H A DBreakableToken.cpp263 bool Break) const { in getContentStartColumn()
570 bool Break) const { in getContentStartColumn()
571 if (Break) in getContentStartColumn()
/llvm-project-15.0.7/lldb/test/API/lang/objc/blocks/
H A Divars-in-blocks.m26 return ret; // Break here inside the class method block.
36 return blocky_ivar * inval; // Break here inside the block.
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/objc/
H A Dmain.m31 return 0; // Break here for selector: tests
53 return 0; // Break here for NSString tests
72 obj = [array1 objectAtIndex: 0]; // Break here for NSArray tests
/llvm-project-15.0.7/clang/test/Tooling/
H A Dms-asm-no-target.cpp4 void Break() { in Break() function
/llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Lua/Inputs/
H A Dwatchpoint3.in1 breakpoint set -p "Break here"
H A Dwatchpoint1.in1 breakpoint set -p "Break here"
H A Dwatchpoint2.in1 breakpoint set -p "Break here"
/llvm-project-15.0.7/lldb/test/API/lang/objc/objc-dynamic-value/
H A Ddynamic-value.m123 return [object getValue]; // Break here to check dynamic values.
136 [mySource setProperty: 5]; // Break here to see if we can step into real method.
/llvm-project-15.0.7/lldb/test/API/commands/expression/context-object-objc/
H A Dmain.m45 return 0; // Break here
/llvm-project-15.0.7/lldb/test/API/python_api/objc_type/
H A Dmain.m40 id nothing = [aBar noSuchSelector]; // Break at this line
/llvm-project-15.0.7/lldb/test/API/commands/expression/import-std-module/module-build-errors/root/usr/include/c++/v1/
H A Dalgorithm16 // Break the build when parsing from within LLDB.
/llvm-project-15.0.7/lldb/test/Shell/Commands/
H A Dcommand-breakpoint-col.test9 # HELP-REGEX: main.c:12:21{{.*}}Break at line 12 and column 21 of main.c
/llvm-project-15.0.7/compiler-rt/lib/builtins/
H A Dfp_fixuint_impl.inc17 // Break a into sign, exponent, significand parts.
H A Dfp_fixint_impl.inc19 // Break a into sign, exponent, significand parts.
H A Dfp_extend_impl.inc62 // Break a into a sign and representation of the absolute value.
H A Dfp_trunc_impl.inc72 // Break a into a sign and representation of the absolute value.
/llvm-project-15.0.7/lldb/source/Plugins/Process/POSIX/
H A DProcessMessage.h74 static ProcessMessage Break(lldb::tid_t tid) { in Break() function
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DXRefs.cpp1002 Break = 1, enumerator
1008 All = Break | Continue | Return | Case | Throw | Goto,
1024 Ignore |= Continue | Break; in filterAndTraverse()
1026 Ignore |= Break | Case; in filterAndTraverse()
1064 found(Break, B->getBreakLoc()); in VisitBreakStmt()
1137 enum class Cur { None, Break, Continue, Return, Case, Throw } Cursor; in relatedControlFlow() enumerator
1139 Cursor = Cur::Break; in relatedControlFlow()
1171 if (Cursor == Cur::None || Cursor == Cur::Break || in relatedControlFlow()
1184 if (Cursor == Cur::Break || Cursor == Cur::Case) { in relatedControlFlow()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst1150 Break after return type automatically.
1167 Break after return type automatically.
1692 Break after each annotation on a field in Java files.
1707 Break after operators.
1721 Break before operators that aren't assignments.
1735 Break before operators.
2269 Break constructor initializers after the colon and commas.
2285 Break inheritance list before the colon and after the commas.
2306 Break inheritance list after the colon and commas.
2316 Break inheritance list only after the commas.
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dbreak-vmem-soft-clauses.mir433 # Break a clause from interference between mubuf and flat instructions
449 # Break a clause from interference between mubuf and flat instructions

12