Home
last modified time | relevance | path

Searched refs:Compound (Results 1 – 20 of 20) sorted by relevance

/NextBSD/contrib/file/magic/Magdir/
HDole2compounddocs4 # Microsoft OLE 2 Compound Documents : file(1) magic for Microsoft Structured
6 # Additional tests for OLE 2 Compound Documents should be under this recipe.
8 0 string \320\317\021\340\241\261\032\341 OLE 2 Compound Document
HDdatabase448 # DBASE Compound Index file *.CDX
HDanimation111 >8 string jpm \b, JPEG 2000 Compound Image (.JPM) [ISO 15444-6]
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseStmt.cpp2107 StmtResult Compound = ParseCompoundStatement(); in ParseMicrosoftIfExistsStatement() local
2108 if (Compound.isInvalid()) in ParseMicrosoftIfExistsStatement()
2115 Compound.get()); in ParseMicrosoftIfExistsStatement()
/NextBSD/contrib/gcc/doc/
HDtree-ssa.texi216 * Compound Expressions::
217 * Compound Lvalues::
222 @node Compound Expressions
223 @subsubsection Compound Expressions
224 @cindex Compound Expressions
229 @node Compound Lvalues
230 @subsubsection Compound Lvalues
231 @cindex Compound Lvalues
HDextend.texi46 * Compound Literals:: Compound literals give structures, unions
1247 @node Compound Literals
1248 @section Compound Literals
1296 Compound literals for scalar types and union types are is
1513 normal casts. (@xref{Compound Literals}.)
5989 or compound literal (@pxref{Compound Literals}) and will not return 1
/NextBSD/contrib/ntp/ntpsnmpd/
HDinvoke-ntpsnmpd.texi134 Compound values and carefully constructed string values may also be
/NextBSD/contrib/file/
HDREADME77 src/cdf.[ch] - parser for Microsoft Compound Document Files
/NextBSD/contrib/ntp/sntp/libevent/
HDDoxyfile166 # include the index chapters (such as File Index, Compound Index, etc.)
/NextBSD/contrib/ntp/ntpdc/
HDinvoke-ntpdc.texi293 Compound values and carefully constructed string values may also be
/NextBSD/contrib/ntp/sntp/
HDinvoke-sntp.texi378 Compound values and carefully constructed string values may also be
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp2073 if (const auto *Compound = dyn_cast<CompoundStmt>(CS)) { in EmitOMPAtomicDirective() local
2074 for (const auto *C : Compound->body()) { in EmitOMPAtomicDirective()
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonInstrInfoV4.td2104 // Compound or-and -- Rx=or(Ru,and(Rx,#s10))
2249 // Compound or-or and or-and
4016 // Compound instructions
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp10900 CompoundStmt *Compound = cast<CompoundStmt>(SubStmt); in ActOnStmtExpr() local
10915 if (!Compound->body_empty()) { in ActOnStmtExpr()
10916 Stmt *LastStmt = Compound->body_back(); in ActOnStmtExpr()
10955 Compound->setLastStmt(LastExpr.get()); in ActOnStmtExpr()
10966 Expr *ResStmtExpr = new (Context) StmtExpr(Compound, Ty, LPLoc, RPLoc); in ActOnStmtExpr()
/NextBSD/contrib/ntp/ntpq/
HDinvoke-ntpq.texi1050 Compound values and carefully constructed string values may also be
/NextBSD/contrib/ntp/util/
HDinvoke-ntp-keygen.texi1300 Compound values and carefully constructed string values may also be
/NextBSD/contrib/unbound/doc/
HDunbound.doxygen1173 # include the index chapters (such as File Index, Compound Index, etc.)
/NextBSD/contrib/ldns/
HDlibdns.doxygen1281 # include the index chapters (such as File Index, Compound Index, etc.)
/NextBSD/contrib/libstdc++/
DChangeLog-20022148 "Compound List" summary page. Reformat.
/NextBSD/contrib/gcc/
HDChangeLog-2001247 * doc/extend.texi (Compound Literals): Adjust documentation.
2084 * doc/extend.texi (Compound literals): Document the extension.