OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContainsLabel
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp
67
if (!
ContainsLabel
(S)) {
732
if (S.isConstexpr() || !
ContainsLabel
(Skipped)) {
1595
if (CodeGenFunction::
ContainsLabel
(*I, true))
1639
if (CodeGenFunction::
ContainsLabel
(*I, true))
1669
if (CodeGenFunction::
ContainsLabel
(S, true))
1722
return !CodeGenFunction::
ContainsLabel
(&S);
CodeGenFunction.cpp
1399
///
ContainsLabel
- Return true if the statement contains a label in it. If
1402
bool CodeGenFunction::
ContainsLabel
(const Stmt *S, bool IgnoreCaseStmts) {
1425
if (
ContainsLabel
(SubStmt, IgnoreCaseStmts))
1505
if (!AllowLabels && CodeGenFunction::
ContainsLabel
(Cond))
CGExprScalar.cpp
4292
if (!CGF.
ContainsLabel
(E->getRHS()))
4408
if (!CGF.
ContainsLabel
(E->getRHS()))
4512
if (!CGF.
ContainsLabel
(dead)) {
CGDecl.cpp
1811
if (!Init || !
ContainsLabel
(Init)) return;
CodeGenFunction.h
4443
///
ContainsLabel
- Return true if the statement contains a label in it. If
4446
static bool
ContainsLabel
(const Stmt *S, bool IgnoreCaseStmts = false);
CGExpr.cpp
4536
if (!
ContainsLabel
(dead)) {
Completed in 29 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026