Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/wasm/
H A DDriver.cpp718 static InputGlobal *createGlobal(StringRef name, bool isMutable) { in createGlobal()
727 static GlobalSymbol *createGlobalVariable(StringRef name, bool isMutable) { in createGlobalVariable()
732 static GlobalSymbol *createOptionalGlobal(StringRef name, bool isMutable) { in createOptionalGlobal()
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DPointer.h263 bool isMutable() const { in isMutable() function
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DImmutableSet.h246 bool isMutable() const { return IsMutable; } in isMutable() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprCXX.cpp1350 bool LambdaExpr::isMutable() const { return !getCallOperator()->isConst(); } in isMutable() function in LambdaExpr
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h3018 bool isMutable() const { return Mutable; } in isMutable() function