Home
last modified time | relevance | path

Searched defs:Compound (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/sendmail/contrib/
H A Dqtool.pl1239 package Compound; package
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2605 StmtResult Compound = ParseCompoundStatement(); in ParseMicrosoftIfExistsStatement() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1070 if (const CompoundStmt *Compound = dyn_cast<CompoundStmt>(Body)) in hasEmptyLoopBody() local
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h7199 Compound = AllowDeclarationsInC | AllowStandaloneOpenMPDirectives, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp1952 if (const auto *Compound = dyn_cast<CompoundStmt>(Body)) { in isKnownToAlwaysThrow() local
H A DSemaChecking.cpp13194 else if (const auto *Compound = dyn_cast<CompoundLiteralExpr>(E)) in CheckForIntOverflow() local
H A DSemaExpr.cpp16007 CompoundStmt *Compound = cast<CompoundStmt>(SubStmt); in BuildStmtExpr() local