Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/file/magic/Magdir/
H A Dole2compounddocs4 # 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
H A Ddatabase453 # DBASE Compound Index file *.CDX
H A Danimation122 >8 string jpm \b, JPEG 2000 Compound Image (.JPM) [ISO 15444-6]
H A Dmsdos600 # Note: seems already recognized as "OLE 2 Compound Document" in ./ole2compounddocs
/freebsd-12.1/contrib/sendmail/contrib/
H A Dqtool.pl71 my $conditions = new Compound();
1239 package Compound; package
/freebsd-12.1/contrib/gcc/doc/
H A Dtree-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
H A Dextend.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
/freebsd-12.1/contrib/ntp/ntpsnmpd/
H A Dinvoke-ntpsnmpd.texi134 Compound values and carefully constructed string values may also be
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp2277 StmtResult Compound = ParseCompoundStatement(); in ParseMicrosoftIfExistsStatement() local
2278 if (Compound.isInvalid()) in ParseMicrosoftIfExistsStatement()
2285 Compound.get()); in ParseMicrosoftIfExistsStatement()
/freebsd-12.1/contrib/file/
H A DREADME77 src/cdf.[ch] - parser for Microsoft Compound Document Files
/freebsd-12.1/contrib/libevent/
H A DDoxyfile166 # include the index chapters (such as File Index, Compound Index, etc.)
/freebsd-12.1/contrib/ntp/sntp/libevent/
H A DDoxyfile166 # include the index chapters (such as File Index, Compound Index, etc.)
/freebsd-12.1/contrib/ntp/ntpdc/
H A Dinvoke-ntpdc.texi293 Compound values and carefully constructed string values may also be
/freebsd-12.1/contrib/ntp/sntp/
H A Dinvoke-sntp.texi378 Compound values and carefully constructed string values may also be
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3996 if (const auto *Compound = dyn_cast<CompoundStmt>(CS)) { in EmitOMPAtomicDirective() local
3997 for (const Stmt *C : Compound->body()) { in EmitOMPAtomicDirective()
/freebsd-12.1/contrib/ntp/ntpq/
H A Dinvoke-ntpq.texi1173 Compound values and carefully constructed string values may also be
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp13226 CompoundStmt *Compound = cast<CompoundStmt>(SubStmt); in ActOnStmtExpr() local
13242 if (!Compound->body_empty()) { in ActOnStmtExpr()
13243 Stmt *LastStmt = Compound->body_back(); in ActOnStmtExpr()
13279 Compound->setLastStmt(LastExpr.get()); in ActOnStmtExpr()
13290 Expr *ResStmtExpr = new (Context) StmtExpr(Compound, Ty, LPLoc, RPLoc); in ActOnStmtExpr()
/freebsd-12.1/contrib/ntp/util/
H A Dinvoke-ntp-keygen.texi1471 Compound values and carefully constructed string values may also be
/freebsd-12.1/contrib/unbound/doc/
H A Dunbound.doxygen1181 # include the index chapters (such as File Index, Compound Index, etc.)
/freebsd-12.1/contrib/ldns/
H A Dlibdns.doxygen1742 # index chapters (such as File Index, Compound Index, etc.) in the output.
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonPatterns.td47 // 5. Compound instructions (e.g. Rx+Rs*Rt) are generated under the condition
/freebsd-12.1/contrib/bearssl/
H A DDoxyfile1737 # index chapters (such as File Index, Compound Index, etc.) in the output.
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20022148 "Compound List" summary page. Reformat.
/freebsd-12.1/contrib/gcc/
H A DChangeLog-2001247 * doc/extend.texi (Compound Literals): Adjust documentation.
2084 * doc/extend.texi (Compound literals): Document the extension.