OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Mutable
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyMCInstLower.cpp
65
bool
Mutable
= true;
68
WasmSym->setGlobalType(wasm::WasmGlobalType{uint8_t(Type),
Mutable
});
106
bool
Mutable
=
112
Mutable
});
WebAssemblyAsmPrinter.cpp
192
bool
Mutable
= true;
195
Sym->setGlobalType(wasm::WasmGlobalType{uint8_t(Type),
Mutable
});
/src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
Wasm.h
94
bool
Mutable
;
425
return LHS.Type == RHS.Type && LHS.
Mutable
== RHS.
Mutable
;
/src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
WasmYAML.h
76
bool
Mutable
;
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
ScopeInfo.h
838
/// Whether this is a
mutable
lambda.
839
bool
Mutable
= false;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp
4786
// Since
mutable
is not a viable storage class specifier in C, there is
5194
/*BitWidth=*/nullptr, /*
Mutable
=*/false,
5205
//
mutable
can only appear on non-static class members, so it's always
5293
/*BitWidth=*/nullptr, /*
Mutable
=*/false,
6885
//
mutable
can only appear on non-static class members, so it's always
11684
// FIXME: Initialization should not be taking a
mutable
list of inits.
13021
auto checkConstInit = [&]()
mutable
{
14104
LSI->
Mutable
= !CallOperator->isConst();
16731
bool
Mutable
16735
= CheckFieldDecl(II, T, TInfo, Record, Loc,
Mutable
, BitWidth, InitStyle
[
all
...]
Completed in 37 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026