OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:modifiable
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
ExprClassification.cpp
70
Cl::ModifiableType
modifiable
= Cl::CM_Untested;
local
72
modifiable
= IsModifiable(Ctx, this, kind, *Loc);
73
return Classification(kind,
modifiable
);
633
// Functions are lvalues in C++, but not
modifiable
. (C++ [basic.lval]p6)
646
// Const stuff is obviously not
modifiable
.
653
// Arrays are not
modifiable
, only their elements are.
656
// Incomplete types are not
modifiable
.
660
// Records with any const fields (recursively) are not
modifiable
.
722
llvm_unreachable("Unhandled
modifiable
type");
/src/external/gpl3/gcc/dist/gcc/cp/
constexpr.cc
1169
hash_set<tree> *
modifiable
;
member in class:constexpr_global_ctx
1174
: constexpr_ops_count (0), cleanups (NULL),
modifiable
(nullptr),
1193
if (
modifiable
&& !
modifiable
->contains (t))
1210
if (!already_in_map &&
modifiable
)
1211
modifiable
->add (t);
1244
global->
modifiable
= &set;
1250
global->
modifiable
= nullptr;
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
expression.h
1018
bool
modifiable
;
member in class:IndexExp
Completed in 24 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026