/freebsd/contrib/llvm-project/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() 398 bool Read = false, Write = false, Effects = false, StackPointer = false; in isSafeToMove() local 399 query(*DefI, Read, Write, Effects, StackPointer); in isSafeToMove() 404 if (!Read && !Write && !Effects && !StackPointer && !HasMutableRegisters) in isSafeToMove() [all …]
|
/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Type.h | 4830 return FunctionEffectWithCondition{Outer->Effects[Idx], 4861 ArrayRef<FunctionEffect> Effects; 4870 : Effects(FX), Conditions(Conds) {} 4883 bool empty() const { return Effects.empty(); } 4884 size_t size() const { return Effects.size(); } 4886 ArrayRef<FunctionEffect> effects() const { return Effects; } 4896 return LHS.Effects == RHS.Effects && LHS.Conditions == RHS.Conditions; 4911 SmallVector<FunctionEffect> Effects; 4918 : Effects(FX.effects()), Conditions(FX.conditions()) {} 4920 bool empty() const { return Effects.empty(); } [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | print | 172 // Effects: If the ordinary literal encoding ([lex.charset]) is UTF-8, equivalent to: 295 // 7 - Effects: If stream refers to a terminal capable of displaying
|
H A D | __tree | 234 // Effects: Makes __x->__right_ the subtree root with __x as its left child 253 // Effects: Makes __x->__left_ the subtree root with __x as its right child 272 // Effects: Rebalances __root after attaching __x to a leaf. 331 // Effects: unlinks __z from the tree rooted at __root, rebalancing as needed.
|
/freebsd/contrib/googletest/docs/reference/ |
H A D | actions.md | 21 ## Side Effects
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 3809 ID.AddInteger(epi.FunctionEffects.Effects[Idx].toOpaqueInt32()); in Profile() 5200 unsigned InsertIdx = Effects.size(); in insert() 5227 if (Conditions.empty() && !Effects.empty()) in insert() 5228 Conditions.resize(Effects.size()); in insert() 5232 Effects.insert(Effects.begin() + InsertIdx, NewEC.Effect); in insert()
|
/freebsd/contrib/libxo/doc/ |
H A D | xolint-errors.rst | 178 be prefixed by either "fg-" or "bg-". Effects are
|
/freebsd/share/misc/ |
H A D | usb_hid_usages | 1100 0x83 Simultaneous Effects Max 1120 0x99 DC Stop All Effects
|
H A D | usb_vendors | 1460 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/contrib/bearssl/ |
H A D | Doxyfile | 225 # "sideeffect=@par Side Effects:\n" 228 # "Side Effects:". You can put \n's in the value part of an alias to insert
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.ok | 1299 Charles D. Pack The Effects of Multiplexing on a 2625 Richard L. Nolan Effects of Chargeout on User/Manager
|
H A D | funstack.in | 9529 title = "The Effects of Multiplexing on a Computer-Communications System", 19968 title = "Effects of Chargeout on User\slash Manager Attitudes",
|
/freebsd/contrib/libcbor/ |
H A D | Doxyfile | 265 # "sideeffect=@par Side Effects:^^" 268 # "Side Effects:". Note that you cannot put \n's in the value part of an alias
|
/freebsd/contrib/ldns/ |
H A D | libdns.doxygen.in | 251 # "sideeffect=@par Side Effects:\n" 254 # "Side Effects:". You can put \n's in the value part of an alias to insert
|
/freebsd/contrib/unbound/doc/ |
H A D | unbound.doxygen | 265 # "sideeffect=@par Side Effects:^^" 268 # "Side Effects:". Note that you cannot put \n's in the value part of an alias
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | msdos | 2010 # .lvf Logitech Video Effects Face Accessory
|
/freebsd/contrib/googletest/docs/ |
H A D | gmock_cook_book.md | 1960 ### Mocking Side Effects {#MockingSideEffects}
|