Home
last modified time | relevance | path

Searched refs:body_empty (Results 1 – 16 of 16) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp88 if (S->body_empty()) in VisitCompoundStmt()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp230 if (Body->body_empty()) in SynthesizeBodyResult()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1648 bool body_empty() const { return CompoundStmtBits.NumStmts == 0; } in body_empty() function
1665 Stmt *body_front() { return !body_empty() ? body_begin()[0] : nullptr; } in body_front()
1668 return !body_empty() ? body_begin()[size() - 1] : nullptr; in body_back()
1685 return !body_empty() ? body_begin()[0] : nullptr; in body_front()
1689 return !body_empty() ? body_begin()[size() - 1] : nullptr; in body_back()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp116 if (!CS->body_empty()) { in VisitIfStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp94 assert(cast<CompoundStmt>(MD->getBody())->body_empty()); in emitLambdaStaticInvokerBody()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp646 if (!CS->body_empty()) { in createDeclBegin()
H A DCFG.cpp2816 if (!C->body_empty() && !isa<ReturnStmt>(*C->body_rbegin())) { in VisitCompoundStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1698 if (!CS->body_empty()) { in VisitSwitchStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp11999 if (CS->body_empty()) { in checkCondUpdateStmt()
12198 if (CS->body_empty()) { in checkStmt()
12298 if (CS->body_empty()) { in checkForm3()
12367 if (CS->body_empty()) { in checkForm3()
12431 if (ThenCS->body_empty()) { in checkForm45()
12491 if (ElseCS->body_empty()) { in checkForm45()
12548 if (CS->body_empty()) { in checkStmt()
H A DSemaStmt.cpp2097 if (!CS || CS->body_empty()) return; in CheckForRedundantIteration()
H A DSemaDecl.cpp16233 if (!CmpndBody->body_empty()) in ActOnFinishFunctionBody()
H A DSemaExpr.cpp16663 if (!Compound->body_empty()) { in BuildStmtExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2358 if (SE->getSubStmt()->body_empty()) { in Visit()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3130 if (isa<CompoundStmt>(S) && cast<CompoundStmt>(S)->body_empty()) in hasTrivialBody()
H A DExpr.cpp2843 if (!CS->body_empty()) { in isUnusedResultAWarning()
H A DExprConstant.cpp8228 if (CS->body_empty()) in VisitStmtExpr()