Home
last modified time | relevance | path

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

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