| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyRegStackify.cpp | 135 bool &Effects, bool &StackPointer) { in queryCallee() argument 148 Effects = true; in queryCallee() 161 Effects = true; in queryCallee() 167 bool &Effects, bool &StackPointer) { in query() argument 208 Effects = true; in query() 239 Effects = true; in query() 252 queryCallee(MI, Read, Write, Effects, StackPointer); in query() 397 bool Read = false, Write = false, Effects = false, StackPointer = false; in isSafeToMove() local 398 query(*DefI, Read, Write, Effects, StackPointer); in isSafeToMove() 403 if (!Read && !Write && !Effects && !StackPointer && !HasMutableRegisters) in isSafeToMove() [all …]
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/tr1/ |
| H A D | complex | 56 // Effects: Behaves the same as C99 function cacos, defined 92 // Effects: Behaves the same as C99 function casin, defined 128 // Effects: Behaves the same as C99 function catan, defined 172 // Effects: Behaves the same as C99 function cacosh, defined 211 // Effects: Behaves the same as C99 function casin, defined 250 // Effects: Behaves the same as C99 function catanh, defined 294 // Effects: Behaves the same as C99 function cabs, defined
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/builtins/ |
| H A D | int_mulv_impl.inc | 17 // Effects: aborts if a * b overflows
|
| H A D | int_mulo_impl.inc | 17 // Effects: sets *overflow to 1 if a * b overflows
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | MatrixTypes.rst | 217 **Effects**: Equivalent to: 258 **Effects**: Equivalent to:
|
| H A D | DataFlowAnalysisIntro.md | 232 **Effects of statements** are modeled by what is formally known as a transfer 252 **Effects of control flow** are modeled by joining the knowledge from all
|
| H A D | doxygen.cfg.in | 217 # "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/libcxx/docs/Status/ |
| H A D | Cxx17Issues.csv | 171 "`2710 <https://wg21.link/LWG2710>`__","""Effects: Equivalent to ..."" doesn't count ""Synchronizat… 225 "`2679 <https://wg21.link/LWG2679>`__","Inconsistent Use of Effects and Equivalent To","Issaquah","… 259 "`2771 <https://wg21.link/LWG2771>`__","Broken Effects of some basic_string::compare functions in t…
|
| H A D | Cxx14Issues.csv | 116 "`2299 <https://wg21.link/lwg2299>`__","Effects of inaccessible ``key_compare::is_transparent``\ t…
|
| H A D | Cxx2bIssues.csv | 250 …/LWG3343>`__","Ordering of calls to ``unlock()`` and ``notify_all()`` in Effects element of ``noti…
|
| H A D | Cxx20Issues.csv | 133 "`3040 <https://wg21.link/LWG3040>`__","``basic_string_view::starts_with``\ *Effects* are incorrec…
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | __tree | 253 // Effects: Makes __x->__right_ the subtree root with __x as its left child 274 // Effects: Makes __x->__left_ the subtree root with __x as its right child 295 // Effects: Rebalances __root after attaching __x to a leaf. 368 // Effects: unlinks __z from the tree rooted at __root, rebalancing as needed.
|
| /openbsd-src/gnu/llvm/llvm/docs/Frontend/ |
| H A D | PerformanceTips.rst | 236 Modeling Memory Effects
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/docs/doxygen/ |
| H A D | user.cfg.in | 264 # 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 D | cpp.info | 106 * 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 …-Referential Macros, Next: Argument Prescan, Prev: Duplication of Side Effects, Up: Macro Pitfa… 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 D | rtl.texi | 38 * Side Effects:: Expressions for storing in registers, etc. 1686 (@pxref{Side Effects}). 2421 @node Side Effects 2777 @section Embedded Side-Effects on Addresses
|
| H A D | cpp.texi | 143 * Duplication of Side Effects:: 2352 * Duplication of Side Effects:: 2528 @node Duplication of Side Effects 2529 @subsection Duplication of Side Effects
|
| H A D | gccint.info | 8534 * 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 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) 31665 * asm_input: Side Effects. (line 281) [all …]
|
| /openbsd-src/gnu/gcc/libstdc++-v3/docs/doxygen/ |
| H A D | user.cfg.in | 180 # 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/share/misc/ |
| H A D | usb_hid_usages | 1371 0x83 Simultaneous Effects Max 1391 0x99 DC Stop All Effects
|
| /openbsd-src/gnu/llvm/lldb/docs/ |
| H A D | doxygen.cfg.in | 177 # 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/usr.bin/gcc/gcc/doc/ |
| H A D | rtl.texi | 36 * Side Effects:: Expressions for storing in registers, etc. 1516 (@pxref{Side Effects}). 2197 @node Side Effects 2548 @section Embedded Side-Effects on Addresses
|
| H A D | cpp.texi | 146 * Duplication of Side Effects:: 2237 * Duplication of Side Effects:: 2413 @node Duplication of Side Effects 2414 @subsection Duplication of Side Effects
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | doxygen.cfg.in | 218 # "sideeffect=@par Side Effects:\n" 221 # "Side Effects:". You can put \n's in the value part of an alias to insert
|
| /openbsd-src/gnu/usr.bin/texinfo/doc/ |
| H A D | texinfo.txi | 5956 @@xref@{Electrical Effects, Lightning@}. 5963 *Note Lightning: Electrical Effects. 5970 See Section 5.2 [Electrical Effects], page 57. 5980 @@xref@{Electrical Effects, Lightning@}, for more info. 5986 *Note Lightning: Electrical Effects, for more info. 5993 See Section 5.2 [Electrical Effects], page 57, for more info. 6038 @@xref@{Electrical Effects, Lightning, Thunder and Lightning@}, 6047 *Note Lightning: Electrical Effects, for details. 6063 @@xref@{Electrical Effects, , Thunder and Lightning@}, 6072 *Note Thunder and Lightning: Electrical Effects, for details. [all …]
|