Home
last modified time | relevance | path

Searched refs:Side (Results 1 – 25 of 35) sorted by relevance

12

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dvtbl2.C29 struct Side struct
31 virtual ~Side ();
46 struct Multi : Base, Side argument
58 Side::~Side () {} in ~Side()
H A Dstatic14.C9 struct Side struct
/openbsd-src/gnu/usr.bin/perl/t/mro/
H A Dpackage_aliases.t107 @Left::Side::ISA = "TopLeft";
114 @Right::Side::ISA = 'TopRight';
H A Dpackage_aliases_utf8.t129 @lㅔf::Side::ISA = "톺ĺФț";
136 @릭Ⱶᵀ::Side::ISA = 'ᴖ릭ᚽʇ';
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DThreadSafety.cpp352 const FactSet &getSet(CFGBlockSide Side) const { in getSet()
353 return Side == CBS_Entry ? EntrySet : ExitSet; in getSet()
356 SourceLocation getLocation(CFGBlockSide Side) const { in getLocation()
357 return Side == CBS_Entry ? EntryLoc : ExitLoc; in getLocation()
/openbsd-src/games/fortune/datfiles/
H A Dstartrek125 -- Spock, "This Side of Paradise", stardate 3417.3
164 -- Kirk and Mr. Leslie, "This Side of Paradise",
182 -- Spock, "This Side of Paradise", stardate 3417.3
225 -- Spock, "This Side of Paradise", stardate 3417.7
/openbsd-src/gnu/lib/libstdc++/libstdc++/docs/doxygen/
H A Duser.cfg.in264 # For example adding "sideeffect=\par Side Effects:\n" will allow you to
266 # will result in a user defined paragraph with heading "Side Effects:".
/openbsd-src/gnu/gcc/gcc/doc/
H A Dcpp.info106 * Duplication of Side Effects::
2138 * Duplication of Side Effects::
2230 File: cpp.info, Node: Swallowing the Semicolon, Next: Duplication of Side Effects, Prev: Operato…
2286 File: cpp.info, Node: Duplication of Side Effects, Next: Self-Referential Macros, Prev: Swallowi…
2288 3.10.4 Duplication of Side Effects
2345 File: cpp.info, Node: Self-Referential Macros, Next: Argument Prescan, Prev: Duplication of Side
5160 * side effects (in macro arguments): Duplication of Side Effects.
5179 * unsafe macros: Duplication of Side Effects.
5224 Node: Duplication of Side Effects93849
H A Drtl.texi38 * Side Effects:: Expressions for storing in registers, etc.
1686 (@pxref{Side Effects}).
2421 @node Side Effects
2422 @section Side Effect Expressions
2777 @section Embedded Side-Effects on Addresses
H A Dcpp.texi143 * Duplication of Side Effects::
2352 * Duplication of Side Effects::
2528 @node Duplication of Side Effects
2529 @subsection Duplication of Side Effects
H A Dgccint.info8534 * Side Effects:: Expressions for storing in registers, etc.
9867 Side Effects::).
10434 File: gccint.info, Node: RTL Declarations, Next: Side Effects, Prev: Conversions, Up: RTL
10455 File: gccint.info, Node: Side Effects, Next: Incdec, Prev: RTL Declarations, Up: RTL
10457 12.15 Side Effect Expressions
10777 File: gccint.info, Node: Incdec, Next: Assembler, Prev: Side Effects, Up: RTL
10779 12.16 Embedded Side-Effects on Addresses
12447 necessary. *Note Side Effects::.
31596 * addr_diff_vec: Side Effects. (line 299)
31599 * addr_vec: Side Effects. (line 294)
[all …]
/openbsd-src/gnu/gcc/libstdc++-v3/docs/doxygen/
H A Duser.cfg.in180 # For example adding "sideeffect=\par Side Effects:\n" will allow you to
182 # will result in a user-defined paragraph with heading "Side Effects:".
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td690 // TODO: 3.42.22. Device-Side Enqueue Instructions
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Drtl.texi36 * Side Effects:: Expressions for storing in registers, etc.
1516 (@pxref{Side Effects}).
2197 @node Side Effects
2198 @section Side Effect Expressions
2548 @section Embedded Side-Effects on Addresses
H A Dcpp.texi146 * Duplication of Side Effects::
2237 * Duplication of Side Effects::
2413 @node Duplication of Side Effects
2414 @subsection Duplication of Side Effects
/openbsd-src/share/misc/
H A Dusb_hid_usages897 0x166 Channel Side
1514 0x92 Soft Button Side
/openbsd-src/gnu/llvm/lldb/docs/
H A Ddoxygen.cfg.in177 # For example adding "sideeffect=\par Side Effects:\n" will allow you to
179 # will result in a user-defined paragraph with heading "Side Effects:".
/openbsd-src/gnu/llvm/llvm/
H A DCMakeLists.txt122 # Side-by-side subprojects layout: automatically set the
/openbsd-src/lib/libssl/doc/
H A Dopenssl.txt245 Side note: If you want to conform to the Netscape specifications then you
/openbsd-src/gnu/llvm/llvm/docs/
H A Ddoxygen.cfg.in218 # "sideeffect=@par Side Effects:\n"
221 # "Side Effects:". You can put \n's in the value part of an alias to insert
H A DSpeculativeLoadHardening.md990 …com/wp-content/uploads/sites/11/2018/01/Intel-Analysis-of-Speculative-Execution-Side-Channels.pdf).
/openbsd-src/gnu/llvm/clang/docs/
H A Ddoxygen.cfg.in217 # "sideeffect=@par Side Effects:\n"
220 # "Side Effects:". You can put \n's in the value part of an alias to insert
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.td1646 // register separately. Side effect is not used because dependencies are
/openbsd-src/usr.sbin/unbound/doc/
H A Dunbound.doxygen265 # "sideeffect=@par Side Effects:^^"
268 # "Side Effects:". Note that you cannot put \n's in the value part of an alias
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp16747 const Expr *Side = DiagSide[I].Cond; in DiagnoseStaticAssertDetails() local
16749 Side->EvaluateAsRValue(DiagSide[I].Result, Context, true); in DiagnoseStaticAssertDetails()
16752 DiagSide[I].Result.Val, Side->getType(), DiagSide[I].ValueString); in DiagnoseStaticAssertDetails()

12