| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyRegStackify.cpp | 136 bool &Effects, bool &StackPointer) { in queryCallee() argument 149 Effects = true; in queryCallee() 162 Effects = true; in queryCallee() 168 bool &Write, bool &Effects, bool &StackPointer) { in query() argument 209 Effects = true; in query() 240 Effects = true; in query() 253 queryCallee(MI, Read, Write, Effects, StackPointer); in query() 393 bool Read = false, Write = false, Effects = false, StackPointer = false; in isSafeToMove() local 394 query(*DefI, AA, Read, Write, Effects, StackPointer); in isSafeToMove() 399 if (!Read && !Write && !Effects && !StackPointer && !HasMutableRegisters) in isSafeToMove() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
| H A D | complex | 95 // Effects: Behaves the same as C99 function cacos, defined 131 // Effects: Behaves the same as C99 function casin, defined 175 // Effects: Behaves the same as C99 function catan, defined 211 // Effects: Behaves the same as C99 function cacosh, defined 250 // Effects: Behaves the same as C99 function casin, defined 294 // Effects: Behaves the same as C99 function catanh, defined 307 // Effects: Behaves the same as C99 function cabs, defined
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/ |
| H A D | complex | 95 // Effects: Behaves the same as C99 function cacos, defined 131 // Effects: Behaves the same as C99 function casin, defined 175 // Effects: Behaves the same as C99 function catan, defined 211 // Effects: Behaves the same as C99 function cacosh, defined 250 // Effects: Behaves the same as C99 function casin, defined 294 // Effects: Behaves the same as C99 function catanh, defined 307 // Effects: Behaves the same as C99 function cabs, defined
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| H A D | complex | 1628 // Effects: Behaves the same as C99 function cacos, defined 1664 // Effects: Behaves the same as C99 function casin, defined 1708 // Effects: Behaves the same as C99 function catan, defined 1744 // Effects: Behaves the same as C99 function cacosh, defined 1783 // Effects: Behaves the same as C99 function casin, defined 1827 // Effects: Behaves the same as C99 function catanh, defined 1838 // Effects: Behaves the same as C99 function cabs, defined
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
| H A D | complex | 1641 // Effects: Behaves the same as C99 function cacos, defined 1677 // Effects: Behaves the same as C99 function casin, defined 1721 // Effects: Behaves the same as C99 function catan, defined 1757 // Effects: Behaves the same as C99 function cacosh, defined 1796 // Effects: Behaves the same as C99 function casin, defined 1840 // Effects: Behaves the same as C99 function catanh, defined 1851 // Effects: Behaves the same as C99 function cabs, defined
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | MatrixTypes.rst | 217 **Effects**: Equivalent to: 258 **Effects**: Equivalent to:
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/docs/ |
| H A D | Cxx1zStatusIssuesStatus.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 | Cxx1yStatusIssuesStatus.csv | 116 "`2299 <https://wg21.link/lwg2299>`__","Effects of inaccessible ``key_compare::is_transparent``\ t…
|
| H A D | Cxx2aStatusIssuesStatus.csv | 132 "`3040 <https://wg21.link/LWG3040>`__","``basic_string_view::starts_with``\ *Effects* are incorrec…
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | __tree | 228 // Effects: Makes __x->__right_ the subtree root with __x as its left child 248 // Effects: Makes __x->__left_ the subtree root with __x as its right child 268 // Effects: Rebalances __root after attaching __x to a leaf. 342 // Effects: unlinks __z from the tree rooted at __root, rebalancing as needed.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/Frontend/ |
| H A D | PerformanceTips.rst | 231 Modeling Memory Effects
|
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc4513.txt | 157 B.3.3. Section 5 ("Effects of TLS on a Client's 159 B.3.4. Section 5.2 ("TLS Connection Closure Effects") .....33 1806 B.3.3. Section 5 ("Effects of TLS on a Client's Authorization 1812 B.3.4. Section 5.2 ("TLS Connection Closure Effects")
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/ |
| H A D | Doxyfile.global | 226 # For example adding "sideeffect=\par Side Effects:\n" will allow you to 228 # will result in a user defined paragraph with heading "Side Effects:".
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | cpp.info | 103 * Duplication of Side Effects:: 2434 * Duplication of Side Effects:: 2526 File: cpp.info, Node: Swallowing the Semicolon, Next: Duplication of Side Effects, Prev: Operato… 2582 File: cpp.info, Node: Duplication of Side Effects, Next: Self-Referential Macros, Prev: Swallowi… 2584 3.10.4 Duplication of Side Effects 2641 …-Referential Macros, Next: Argument Prescan, Prev: Duplication of Side Effects, Up: Macro Pitfa… 5512 * side effects (in macro arguments): Duplication of Side Effects. 5532 * unsafe macros: Duplication of Side Effects. 5578 Node: Duplication of Side Effects105238
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | cpp.info | 103 * Duplication of Side Effects:: 2399 * Duplication of Side Effects:: 2491 File: cpp.info, Node: Swallowing the Semicolon, Next: Duplication of Side Effects, Prev: Operato… 2547 File: cpp.info, Node: Duplication of Side Effects, Next: Self-Referential Macros, Prev: Swallowi… 2549 3.10.4 Duplication of Side Effects 2606 …-Referential Macros, Next: Argument Prescan, Prev: Duplication of Side Effects, Up: Macro Pitfa… 5454 * side effects (in macro arguments): Duplication of Side Effects. 5474 * unsafe macros: Duplication of Side Effects. 5520 Node: Duplication of Side Effects103801
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/doc/ |
| H A D | doxygen-user.cfg | 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:".
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
| H A D | gcc.doxy | 191 # For example adding "sideeffect=\par Side Effects:\n" will allow you to 193 # will result in a user-defined paragraph with heading "Side Effects:".
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/ |
| H A D | gcc.doxy | 191 # For example adding "sideeffect=\par Side Effects:\n" will allow you to 193 # will result in a user-defined paragraph with heading "Side Effects:".
|
| /netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/ |
| H A D | doxygen.rc | 185 # For example adding "sideeffect=\par Side Effects:\n" will allow you to 187 # will result in a user-defined paragraph with heading "Side Effects:".
|
| /netbsd-src/external/bsd/unbound/dist/doc/ |
| H A D | unbound.doxygen | 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:".
|
| /netbsd-src/external/bsd/openldap/dist/libraries/liblmdb/ |
| H A D | Doxyfile | 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:".
|
| /netbsd-src/lib/libusbhid/ |
| H A D | usb_hid_usages | 1371 0x83 Simultaneous Effects Max 1391 0x99 DC Stop All Effects
|
| /netbsd-src/crypto/external/bsd/libsaslc/dist/doc/ |
| H A D | Doxyfile | 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:".
|
| /netbsd-src/external/mpl/bind/dist/doc/dnssec-guide/ |
| H A D | validation.rst | 61 Effects of Enabling DNSSEC Validation
|
| /netbsd-src/external/mpl/dhcp/dist/doc/devel/ |
| H A D | doxyfile.in | 191 # For example adding "sideeffect=\par Side Effects:\n" will allow you to 193 # will result in a user-defined paragraph with heading "Side Effects:".
|