Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcopy2.C54 class Compound {
57 Compound() { die (2); } in Compound() function
58 ~Compound() { count++; if (count != 6 && count != 9) die (-1); } in ~Compound()
62 void foo(Compound a) in foo()
70 Compound a; in main()
/openbsd-src/usr.bin/file/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 Danimation111 >8 string jpm \b, JPEG 2000 Compound Image (.JPM) [ISO 15444-6]
/openbsd-src/gnu/llvm/llvm/include/llvm/Bitcode/
H A DBitcodeConvenience.h43 template <bool Compound = false> class BCField {
45 static const bool IsCompound = Compound;
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseStmt.cpp1171 ParsedStmtContext::Compound | in ParseCompoundStatementBody()
2700 StmtResult Compound = ParseCompoundStatement(); in ParseMicrosoftIfExistsStatement() local
2701 if (Compound.isInvalid()) in ParseMicrosoftIfExistsStatement()
2708 Compound.get()); in ParseMicrosoftIfExistsStatement()
2736 ParseStatementOrDeclaration(Stmts, ParsedStmtContext::Compound); in ParseMicrosoftIfExistsStatement()
/openbsd-src/gnu/gcc/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
1236 @node Compound Literals
1237 @section Compound Literals
1285 Compound literals for scalar types and union types are is
1502 normal casts. (@xref{Compound Literals}.)
5877 or compound literal (@pxref{Compound Literals}) and will not return 1
H A Dgccint.info6464 * Compound Expressions::
6465 * Compound Lvalues::
6470 File: gccint.info, Node: Compound Expressions, Next: Compound Lvalues, Up: GIMPLE Expressions
6472 10.2.3.1 Compound Expressions
6479 File: gccint.info, Node: Compound Lvalues, Next: Conditional Expressions, Prev: Compound Express…
6481 10.2.3.2 Compound Lvalues
6499 File: gccint.info, Node: Conditional Expressions, Next: Logical Operators, Prev: Compound Lvalue…
31967 * Compound Expressions: Compound Expressions.
31969 * Compound Lvalues: Compound Lvalues. (line 6)
34394 Node: Compound Expressions279665
[all …]
H A Dgcc.info14089 * Compound Literals:: Compound literals give structures, unions
15082 File: gcc.info, Node: Initializers, Next: Compound Literals, Prev: Pointer Arith, Up: C Extensi…
15099 File: gcc.info, Node: Compound Literals, Next: Designated Inits, Prev: Initializers, Up: C Exte…
15101 5.20 Compound Literals
15135 Compound literals for scalar types and union types are is also
15157 File: gcc.info, Node: Designated Inits, Next: Cast to Union, Prev: Compound Literals, Up: C Ext…
15301 casts. (*Note Compound Literals::.)
20516 string constant or compound literal (*note Compound Literals::)
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h432 Compound = AllowDeclarationsInC | AllowStandaloneOpenMPDirectives, enumerator
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dextend.texi445 * Compound Literals:: Compound literals give structures, unions
1036 Compound expressions, conditional expressions and casts are allowed as
1600 @node Compound Literals
1601 @section Compound Literals
1649 Compound literals for scalar types and union types are is
1866 normal casts. (@xref{Compound Literals}.)
4892 or compound literal (@pxref{Compound Literals}) and will not return 1
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl5360delta.pod116 C<experimental::for_list>. For more detail see L<perlsyn/Compound Statements>.
H A Dperlsyn.pod232 =head2 Compound Statements
H A Dperlre.pod1212 See L<perlsyn/"Compound Statements"> and
1296 match, whichever comes first. (See L<perlsyn/"Compound Statements">.)
H A Dperlvar.pod979 (See L<perlsyn/"Compound Statements"> for more details on dynamic
H A Dperluniprops.pod57 B<Compound forms> consist of two components, separated by an equals sign or a
104 =item Compound form (C<\p{name=value}> or C<\p{name:value}>) tighter rules:
/openbsd-src/gnu/gcc/libstdc++-v3/docs/doxygen/
H A Duser.cfg.in935 # include the index chapters (such as File Index, Compound Index, etc.)
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp16142 CompoundStmt *Compound = cast<CompoundStmt>(SubStmt); in BuildStmtExpr() local
16158 if (!Compound->body_empty()) { in BuildStmtExpr()
16161 dyn_cast<ValueStmt>(Compound->getStmtExprResult())) { in BuildStmtExpr()
16172 new (Context) StmtExpr(Compound, Ty, LPLoc, RPLoc, TemplateDepth); in BuildStmtExpr()
H A DSemaChecking.cpp14898 else if (auto Compound = dyn_cast<CompoundLiteralExpr>(E)) in CheckForIntOverflow() local
14899 Exprs.push_back(Compound->getInitializer()); in CheckForIntOverflow()
/openbsd-src/share/misc/
H A Dusb_hid_usages1735 0x439 Data Field: Volatile Organic Compound Concentration
/openbsd-src/gnu/llvm/lldb/docs/
H A Ddoxygen.cfg.in1157 # include the index chapters (such as File Index, Compound Index, etc.)
/openbsd-src/gnu/llvm/llvm/docs/
H A Ddoxygen.cfg.in1660 # index chapters (such as File Index, Compound Index, etc.) in the output.
/openbsd-src/gnu/llvm/clang/docs/
H A Ddoxygen.cfg.in1659 # index chapters (such as File Index, Compound Index, etc.) in the output.
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonPatterns.td46 // 5. Compound instructions (e.g. Rx+Rs*Rt) are generated under the condition
/openbsd-src/usr.sbin/unbound/doc/
H A Dunbound.doxygen2080 # index chapters (such as File Index, Compound Index, etc.) in the output.

12