Lines Matching full:effect
55 /// There is no effect.
97 /// when the effect of the call is completely unknown.
111 /// The models the effect that the called function decrements the reference
294 /// this is the effect applied to the state of the receiver.
297 /// Effect on "this" pointer - applicable only to C++ method calls.
300 /// Ret - The effect on the return value. Used to indicate if the
313 /// getArg - Return the argument effect on the argument specified by
326 /// setDefaultArgEffect - Set the default argument effect.
331 /// getRetEffect - Returns the effect on the return value of the call.
334 /// setRetEffect - Set the effect of the return value of the call.
338 /// Sets the effect on the receiver of the message.
341 /// getReceiverEffect - Returns the effect on the receiver of the call.
345 /// \return the effect on the "this" receiver of the method call.
351 /// Set the effect of the method on "this".
362 /// argument effect matches the default effect).
487 /// ObjCAllocRetE - Default return effect for methods returning Objective-C
491 /// ObjCInitRetE - Default return effect for init methods returning
690 /// Determine if there is a special return effect for this function or method.