OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:containsBreak
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp
1654
if (StartedInLiveCode && !CodeGenFunction::
containsBreak
(S)) {
1676
if (CodeGenFunction::
containsBreak
(S)) return CSFC_Failure;
CodeGenFunction.cpp
1431
///
containsBreak
- Return true if the statement contains a break out of it.
1434
bool CodeGenFunction::
containsBreak
(const Stmt *S) {
1449
if (
containsBreak
(SubStmt))
CodeGenFunction.h
4448
///
containsBreak
- Return true if the statement contains a break out of it.
4451
static bool
containsBreak
(const Stmt *S);
Completed in 34 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026