Searched defs:isMutable (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DPointer.h238 bool isMutable() const { return Base != 0 && getInlineDesc()->IsMutable; } function in class:clang::interp::Pointer
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DImmutableSet.h259 bool isMutable() const { return IsMutable; } function in class:llvm::ImutAVLTree
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp1278 bool LambdaExpr::isMutable() const { return !getCallOperator()->isConst(); } function in class:LambdaExpr
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.h269 bool isMutable() const { return (mod & (MODconst | MODimmutable | MODwild)) == 0; } function in class:Type
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.h256 bool isMutable() const { return (mod & (MODconst | MODimmutable | MODwild)) == 0; } function in class:Type

Completed in 205 milliseconds