Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DSubElementInterfaces.cpp97 static bool isMutable(Attribute attr) { in isMutable() function
100 static bool isMutable(Type type) { in isMutable() function
/llvm-project-15.0.7/lld/wasm/
H A DDriver.cpp582 static InputGlobal *createGlobal(StringRef name, bool isMutable) { in createGlobal()
591 static GlobalSymbol *createGlobalVariable(StringRef name, bool isMutable) { in createGlobalVariable()
596 static GlobalSymbol *createOptionalGlobal(StringRef name, bool isMutable) { in createOptionalGlobal()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DAsmState.h152 bool isMutable() const { return dataIsMutable; } in isMutable() function
/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DPointer.h235 bool isMutable() const { return Base != 0 && getInlineDesc()->IsMutable; } in isMutable() function
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DImmutableSet.h246 bool isMutable() const { return IsMutable; } in isMutable() function
/llvm-project-15.0.7/clang/lib/AST/
H A DExprCXX.cpp1284 bool LambdaExpr::isMutable() const { return !getCallOperator()->isConst(); } in isMutable() function in LambdaExpr
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h2948 bool isMutable() const { return Mutable; } in isMutable() function