Home
last modified time | relevance | path

Searched refs:Effects (Results 1 – 19 of 19) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp134 bool &Effects, bool &StackPointer) { in queryCallee() argument
147 Effects = true; in queryCallee()
160 Effects = true; in queryCallee()
166 bool &Effects, bool &StackPointer) { in query() argument
207 Effects = true; in query()
238 Effects = true; in query()
251 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 …]
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_mulv_impl.inc17 // Effects: aborts if a * b overflows
H A Dint_mulo_impl.inc17 // Effects: sets *overflow to 1 if a * b overflows
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dprint171 // Effects: If the ordinary literal encoding ([lex.charset]) is UTF-8, equivalent to:
294 // 7 - Effects: If stream refers to a terminal capable of displaying
H A D__tree236 // Effects: Makes __x->__right_ the subtree root with __x as its left child
255 // Effects: Makes __x->__left_ the subtree root with __x as its right child
274 // Effects: Rebalances __root after attaching __x to a leaf.
333 // Effects: unlinks __z from the tree rooted at __root, rebalancing as needed.
H A Dostream1030 // Effects: Behaves as a formatted output function
/freebsd-14.2/contrib/googletest/docs/reference/
H A Dactions.md21 ## Side Effects
/freebsd-14.2/contrib/libxo/doc/
H A Dxolint-errors.rst178 be prefixed by either "fg-" or "bg-". Effects are
/freebsd-14.2/share/misc/
H A Dusb_hid_usages1100 0x83 Simultaneous Effects Max
1120 0x99 DC Stop All Effects
H A Dusb_vendors1460 4039 Webcam Live! Effects
7875 00db BOSS GT-10 Guitar Effects Processor
17132 000d RP250 Guitar Multi-Effects Processor
17133 0016 RP500 Guitar Multi-Effects Processor
17134 001b RP155 Guitar Multi-Effects Processor
17135 001c RP255 Guitar Multi-Effects Processor
24097 AT 0307 Low Frequency Effects Speaker
25103 083 Simultaneous Effects Max
25123 099 DC Stop All Effects
/freebsd-14.2/contrib/bearssl/
H A DDoxyfile225 # "sideeffect=@par Side Effects:\n"
228 # "Side Effects:". You can put \n's in the value part of an alias to insert
/freebsd-14.2/contrib/one-true-awk/testdir/
H A Dfunstack.ok1299 Charles D. Pack The Effects of Multiplexing on a
2625 Richard L. Nolan Effects of Chargeout on User/Manager
H A Dfunstack.in9529 title = "The Effects of Multiplexing on a Computer-Communications System",
19968 title = "Effects of Chargeout on User\slash Manager Attitudes",
/freebsd-14.2/contrib/xz/doxygen/
H A DDoxyfile265 # "sideeffect=@par Side Effects:^^"
268 # "Side Effects:". Note that you cannot put \n's in the value part of an alias
/freebsd-14.2/contrib/ldns/
H A Dlibdns.doxygen.in251 # "sideeffect=@par Side Effects:\n"
254 # "Side Effects:". You can put \n's in the value part of an alias to insert
/freebsd-14.2/contrib/libcbor/
H A DDoxyfile265 # "sideeffect=@par Side Effects:^^"
268 # "Side Effects:". Note that you cannot put \n's in the value part of an alias
/freebsd-14.2/contrib/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
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dmsdos2010 # .lvf Logitech Video Effects Face Accessory
/freebsd-14.2/contrib/googletest/docs/
H A Dgmock_cook_book.md1954 ### Mocking Side Effects {#MockingSideEffects}