OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Dec
(Results
1 - 25
of
61
) sorted by relevancy
1
2
3
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ExprMutationAnalyzer.h
29
bool isMutated(const Decl *
Dec
) { return findMutation(
Dec
) != nullptr; }
31
const Stmt *findMutation(const Decl *
Dec
);
36
bool isPointeeMutated(const Decl *
Dec
) {
37
return findPointeeMutation(
Dec
) != nullptr;
40
const Stmt *findPointeeMutation(const Decl *
Dec
);
49
const Stmt *tryEachDeclRef(const Decl *
Dec
, MutationFinder Finder);
/src/external/gpl2/diffutils/dist/config/
mdate-sh
63
Dec
) month=December; nummonth=12;;
85
Dec
) nummonthtod=12;;
/src/external/gpl2/grep/dist/doc/
mdate-sh
63
Dec
) month=December; nummonth=12;;
85
Dec
) nummonthtod=12;;
/src/external/gpl2/gettext/dist/build-aux/
mdate-sh
114
Dec
) month=December; nummonth=12;;
156
Dec
) month=December; nummonth=12;;
180
Dec
) nummonthtod=12;;
/src/external/gpl2/gmake/dist/config/
mdate-sh
114
Dec
) month=December; nummonth=12;;
156
Dec
) month=December; nummonth=12;;
180
Dec
) nummonthtod=12;;
/src/external/gpl2/texinfo/dist/doc/
mdate-sh
105
Dec
) month=December; nummonth=12;;
128
Dec
) month=December; nummonth=12;;
149
Dec
) nummonthtod=12;;
/src/external/gpl2/xcvs/dist/build-aux/
mdate-sh
117
Dec
) month=December; nummonth=12;;
159
Dec
) month=December; nummonth=12;;
183
Dec
) nummonthtod=12;;
/src/external/gpl2/xcvs/dist/doc/
mdate-sh
106
Dec
) month=December; nummonth=12;;
148
Dec
) month=December; nummonth=12;;
172
Dec
) nummonthtod=12;;
/src/external/bsd/am-utils/dist/doc/
mdate-sh
134
Dec
) month=December; nummonth=12;;
178
Dec
) month=December; nummonth=12;;
202
Dec
) nummonthtod=12;;
/src/external/bsd/flex/dist/build-aux/
mdate-sh
138
Dec
) month=December; nummonth=12;;
182
Dec
) month=December; nummonth=12;;
206
Dec
) nummonthtod=12;;
/src/external/gpl3/autoconf/dist/build-aux/
mdate-sh
134
Dec
) month=December; nummonth=12;;
178
Dec
) month=December; nummonth=12;;
202
Dec
) nummonthtod=12;;
/src/external/gpl3/binutils/dist/gprofng/doc/
mdate-sh
134
Dec
) month=December; nummonth=12;;
178
Dec
) month=December; nummonth=12;;
202
Dec
) nummonthtod=12;;
/src/external/gpl3/binutils.old/dist/gprofng/doc/
mdate-sh
134
Dec
) month=December; nummonth=12;;
178
Dec
) month=December; nummonth=12;;
202
Dec
) nummonthtod=12;;
/src/external/lgpl3/gmp/dist/doc/
mdate-sh
134
Dec
) month=December; nummonth=12;;
178
Dec
) month=December; nummonth=12;;
202
Dec
) nummonthtod=12;;
/src/external/lgpl3/mpc/dist/build-aux/
mdate-sh
138
Dec
) month=December; nummonth=12;;
182
Dec
) month=December; nummonth=12;;
206
Dec
) nummonthtod=12;;
/src/external/lgpl3/mpc/dist/doc/
mdate-sh
138
Dec
) month=December; nummonth=12;;
182
Dec
) month=December; nummonth=12;;
206
Dec
) nummonthtod=12;;
/src/external/bsd/ntp/dist/scripts/build/
updateBEDate
20
my @m_abbr = qw(Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov
Dec
);
/src/common/dist/zlib/watcom/
watcom_l.mak
3
# Last updated: 28-
Dec
-2005
/src/external/gpl2/texinfo/dist/makeinfo/tests/
menu-whitespace
11
Date: 07
Dec
1998 11:23:44 +0100
53
+++ texinfo-3.12b/makeinfo/node.c Sun
Dec
6 00:23:59 1998
/src/external/gpl3/binutils/dist/zlib/watcom/
watcom_l.mak
3
# Last updated: 28-
Dec
-2005
/src/external/gpl3/binutils.old/dist/zlib/watcom/
watcom_l.mak
3
# Last updated: 28-
Dec
-2005
/src/external/gpl3/gdb/dist/zlib/watcom/
watcom_l.mak
3
# Last updated: 28-
Dec
-2005
/src/external/gpl3/gdb.old/dist/zlib/watcom/
watcom_l.mak
3
# Last updated: 28-
Dec
-2005
/src/external/apache2/llvm/dist/clang/lib/Analysis/
ExprMutationAnalyzer.cpp
154
const Stmt *ExprMutationAnalyzer::findMutation(const Decl *
Dec
) {
155
return tryEachDeclRef(
Dec
, &ExprMutationAnalyzer::findMutation);
162
const Stmt *ExprMutationAnalyzer::findPointeeMutation(const Decl *
Dec
) {
163
return tryEachDeclRef(
Dec
, &ExprMutationAnalyzer::findPointeeMutation);
184
const Stmt *ExprMutationAnalyzer::tryEachDeclRef(const Decl *
Dec
,
187
match(findAll(declRefExpr(to(equalsNode(
Dec
))).bind(NodeID<Expr>::value)),
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMLowOverheadLoops.cpp
372
MachineInstr *
Dec
= nullptr;
433
return Start &&
Dec
&& End;
458
if (
Dec
) dbgs() << "ARM Loops: Found Loop
Dec
: " << *
Dec
;
467
else if (!(Start &&
Dec
&& End))
1241
LoLoop.
Dec
= &MI;
1245
LoLoop.End = LoLoop.
Dec
= &MI;
1272
// happen when the
Dec
and End are separate, not a single t2LoopEndDec.
1274
if (LoLoop.
Dec
!= LoLoop.End)
[
all
...]
Completed in 35 milliseconds
1
2
3
Indexes created Tue Feb 24 08:35:24 UTC 2026