Home
last modified time | relevance | path

Searched defs:isImmutable (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h139 bool isImmutable; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.h268 bool isImmutable() const { return (mod & MODimmutable) != 0; } in isImmutable() function
H A Ddeclaration.h145 bool isImmutable() { return (storage_class & STCimmutable) != 0; } in isImmutable() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.h255 bool isImmutable() const { return (mod & MODimmutable) != 0; } in isImmutable() function
H A Ddeclaration.h138 bool isImmutable() const { return (storage_class & STCimmutable) != 0; } in isImmutable() function
H A Ddeclaration.d464 final bool isImmutable() const pure nothrow @nogc @safe in isImmutable() function
H A Dmtype.d1060 final bool isImmutable() const nothrow pure @nogc @safe in isImmutable() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3980 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_32SVR4() local
4223 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_64SVR4() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3240 bool isImmutable = !AlwaysUseMutable && !Flags.isByVal(); in LowerMemArgument() local