OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isConst
(Results
1 - 25
of
61
) sorted by relevancy
1
2
3
/src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
Graph.h
127
template <bool
IsConst
, bool IsOut,
130
std::conditional_t<
IsConst
, const EdgeValueType, EdgeValueType>>
133
NeighborEdgeIteratorT<
IsConst
, IsOut>, BaseIt,
136
std::conditional_t<
IsConst
, const EdgeMapT, EdgeMapT>;
147
typename = std::enable_if<IsConstDest && !
IsConst
>>
158
NeighborEdgeIteratorT<
IsConst
, IsOut>, BaseIt,
198
template <bool
isConst
, bool isOut> class InOutEdgeView {
200
using iterator = NeighborEdgeIteratorT<
isConst
, isOut>;
202
using GraphT = std::conditional_t<
isConst
, const Graph, Graph>;
204
std::conditional_t<
isConst
, const EdgeMapT, EdgeMapT>
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
optimize.d
79
(v.
isConst
() || v.isImmutable() || v.storage_class & STC.manifest))
111
if (ei.
isConst
() == 1)
139
ei.
isConst
() != 1 &&
396
if (e.e1.
isConst
() == 1)
406
if (e.e1.
isConst
() == 1)
416
if (e.e1.
isConst
() == 1)
845
if (e.e1.
isConst
())
880
if (e.e2.
isConst
() == 1)
909
if (e.e1.
isConst
() && e.e2.
isConst
())
[
all
...]
typinf.d
62
else if (t.
isConst
())
dtoh.d
805
if (adparent && tf && (tf.
isConst
() || tf.isImmutable()))
811
if (!tfv.
isConst
() && !tfv.isImmutable())
1861
if (t.
isConst
() || t.isImmutable())
1925
if (t.
isConst
() || t.isImmutable())
2023
if (t.
isConst
() || t.isImmutable())
2032
if (t.
isConst
() || t.isImmutable())
2041
if (t.
isConst
() || t.isImmutable())
2232
if (t.
isConst
() || t.isImmutable())
2236
if (t.
isConst
() || t.isImmutable())
cppmangle.d
981
if (t.
isConst
())
1408
if (!isFundamentalType(t) || t.
isConst
())
1453
if (t.
isConst
())
1498
if (t.
isConst
())
1674
if (!isFundamentalType(t) || t.
isConst
())
1848
if (t.nextOf().
isConst
())
mtype.d
1055
final bool
isConst
() const nothrow pure @nogc @safe
1177
else if (
isConst
())
1273
if (
isConst
())
1280
if (
isConst
())
1722
if (t.
isConst
())
1729
if (t.
isConst
())
1735
if ((stc & STC.const_) && !t.
isConst
())
1756
if (t.
isConst
())
1763
if (t.
isConst
())
1861
if (
isConst
())
[
all
...]
constfold.d
54
int
isConst
(Expression e)
56
//printf("Expression::
isConst
(): %s\n", e.toChars());
827
if (ee2.
isConst
() != 1)
873
else if (e1.
isConst
() != 1 || e2.
isConst
() != 1)
986
else if (e1.
isConst
() != 1 || e2.
isConst
() != 1)
1078
if (e1.
isConst
() != 1)
declaration.h
137
bool
isConst
() const { return (storage_class & STCconst) != 0; }
mtype.h
254
bool
isConst
() const { return (mod & MODconst) != 0; }
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
GlobalMerge.cpp
161
Module &M, bool
isConst
, unsigned AddrSpace) const;
166
const BitVector &GlobalSet, Module &M, bool
isConst
,
221
Module &M, bool
isConst
, unsigned AddrSpace) const {
235
return doMerge(Globals, AllGlobals, M,
isConst
, AddrSpace);
409
return doMerge(Globals, AllGlobals, M,
isConst
, AddrSpace);
433
Changed |= doMerge(Globals, UGS.Globals, M,
isConst
, AddrSpace);
440
const BitVector &GlobalSet, Module &M, bool
isConst
,
519
M, MergedTy,
isConst
, MergedLinkage, MergedInit, MergedName, nullptr,
/src/external/apache2/llvm/dist/clang/lib/Analysis/
ExprMutationAnalyzer.cpp
262
const auto NonConstMethod = cxxMethodDecl(unless(
isConst
()));
469
anyOf(allOf(hasMethod(allOf(hasName("begin"), unless(
isConst
()))),
470
unless(hasMethod(allOf(hasName("begin"),
isConst
())))),
471
allOf(hasMethod(allOf(hasName("end"), unless(
isConst
()))),
472
unless(hasMethod(allOf(hasName("end"),
isConst
())))));
IssueHash.cpp
64
if (TargetT->
isConst
())
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
Builtins.h
105
bool
isConst
(unsigned ID) const {
/src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Pointer.h
247
bool
isConst
() const {
248
return Base == 0 ? getDeclDesc()->
IsConst
: getInlineDesc()->
IsConst
;
Interp.cpp
260
if (!Ptr.
isConst
()) {
/src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
ASTSrcLocProcessor.cpp
147
return cxxMethodDecl(isPublic(), parameterCountIs(0),
isConst
(),
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
RecordName.cpp
182
if (Ptr.
isConst
())
TypeDumpVisitor.cpp
368
W->printNumber("
IsConst
", Ptr.
isConst
());
TypeRecordMapping.cpp
379
if (Record.
isConst
())
380
Attr += ",
isConst
";
/src/external/apache2/llvm/dist/clang/lib/AST/
ODRHash.cpp
550
AddBoolean(Method->
isConst
());
891
Hash.AddBoolean(T->
isConst
());
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-string.cc
563
ISCONST
tells whether the remaining length is a constant or in a register.
564
BYTES_REM is the remaining length if
ISCONST
is true.
566
CMP_REM is the reg containing the remaining bytes to compare if !
ISCONST
.
573
do_overlap_load_compare (machine_mode load_mode, bool
isConst
,
584
if (!
isConst
|| addr_adj)
587
if (
isConst
)
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-string.cc
563
ISCONST
tells whether the remaining length is a constant or in a register.
564
BYTES_REM is the remaining length if
ISCONST
is true.
566
CMP_REM is the reg containing the remaining bytes to compare if !
ISCONST
.
573
do_overlap_load_compare (machine_mode load_mode, bool
isConst
,
584
if (!
isConst
|| addr_adj)
587
if (
isConst
)
/src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
Registry.cpp
392
REGISTER_MATCHER(
isConst
);
/src/external/gpl3/gcc.old/dist/gcc/d/
types.cc
792
if (t->dim->
isConst
() && t->dim->type->isintegral ())
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h
1988
bool
isConst
() const { return getType()->castAs<FunctionType>()->
isConst
(); }
Completed in 37 milliseconds
1
2
3
Indexes created Mon Jun 08 00:24:58 UTC 2026