Searched defs:isImmutable (Results 1 – 9 of 9) sorted by relevance
139 bool isImmutable; member
268 bool isImmutable() const { return (mod & MODimmutable) != 0; } in isImmutable() function
145 bool isImmutable() { return (storage_class & STCimmutable) != 0; } in isImmutable() function
255 bool isImmutable() const { return (mod & MODimmutable) != 0; } in isImmutable() function
138 bool isImmutable() const { return (storage_class & STCimmutable) != 0; } in isImmutable() function
464 final bool isImmutable() const pure nothrow @nogc @safe in isImmutable() function
1060 final bool isImmutable() const nothrow pure @nogc @safe in isImmutable() function
3980 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_32SVR4() local4223 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_64SVR4() local
3240 bool isImmutable = !AlwaysUseMutable && !Flags.isByVal(); in LowerMemArgument() local