Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DPointer.h238 bool isMutable() const { return Base != 0 && getInlineDesc()->IsMutable; } in isMutable() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DImmutableSet.h259 bool isMutable() const { return IsMutable; } in isMutable() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.h269 bool isMutable() const { return (mod & (MODconst | MODimmutable | MODwild)) == 0; } in isMutable() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.h256 bool isMutable() const { return (mod & (MODconst | MODimmutable | MODwild)) == 0; } in isMutable() function
H A Descape.d77 bool isMutable; // true if reference to mutable in checkMutableArguments() member
H A Dfunc.d3030 bool isMutable; in MODMatchToBuffer() member
H A Dmtype.d1065 final bool isMutable() const nothrow pure @nogc @safe in isMutable() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp1278 bool LambdaExpr::isMutable() const { return !getCallOperator()->isConst(); } in isMutable() function in LambdaExpr
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h2871 bool isMutable() const { return Mutable; } in isMutable() function