Searched refs:Dec (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h29 bool isMutated(const Decl *Dec) { return findMutation(Dec) != nullptr; } argument
31 const Stmt *findMutation(const Decl *Dec);
36 bool isPointeeMutated(const Decl *Dec) { argument
37 return findPointeeMutation(Dec) != nullptr;
40 const Stmt *findPointeeMutation(const Decl *Dec);
49 const Stmt *tryEachDeclRef(const Decl *Dec, MutationFinder Finder);
/freebsd-11-stable/crypto/heimdal/doc/
H A Dmdate-sh58 Dec) month=December; nummonth=12;;
80 Dec) nummonthtod=12;;
/freebsd-11-stable/contrib/ntp/scripts/build/
H A DupdateBEDate20 my @m_abbr = qw(Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp128 MachineInstr *Dec = nullptr; member in struct:__anon2165::LowOverheadLoop
172 return Start && Dec && End;
194 if (Dec) dbgs() << "ARM Loops: Found Loop Dec: " << *Dec;
199 else if (!(Start && Dec && End))
628 LoLoop.Dec = &MI;
647 if (!LoLoop.Dec || LoLoop.End || LoLoop.Revert)
978 LoLoop.Dec->eraseFromParent();
1004 bool FlagsAlreadySet = RevertLoopDec(LoLoop.Dec, tru
[all...]
H A DARMISelDAGToDAG.cpp3493 SDNode *Dec = local
3496 ReplaceUses(N, Dec);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp109 const Stmt *ExprMutationAnalyzer::findMutation(const Decl *Dec) { argument
110 return tryEachDeclRef(Dec, &ExprMutationAnalyzer::findMutation);
117 const Stmt *ExprMutationAnalyzer::findPointeeMutation(const Decl *Dec) { argument
118 return tryEachDeclRef(Dec, &ExprMutationAnalyzer::findPointeeMutation);
139 const Stmt *ExprMutationAnalyzer::tryEachDeclRef(const Decl *Dec, argument
142 match(findAll(declRefExpr(to(equalsNode(Dec))).bind(NodeID<Expr>::value)),
H A DThreadSafety.cpp392 const NamedDecl *Dec;
408 : Dec(D), Exp(E), Ctx(C) {}
412 : Dec(D), Ref(R), Ctx(C) {}
474 const NamedDecl *Dec = VarDefinitions[i].Dec;
475 if (!Dec) {
479 Dec->printName(llvm::errs());
480 llvm::errs() << "." << i << " " << ((const void*) Dec);
654 const NamedDecl *Dec = P.first;
655 const unsigned *i2 = C2.lookup(Dec);
[all...]
/freebsd-11-stable/contrib/ldns/packaging/fedora/
H A Dldns.spec195 * Sun Dec 18 2005 Paul Wouters <paul@xelerance.com> 1.0.0-8
198 * Sun Dec 18 2005 Paul Wouters <paul@xelerance.com> 1.0.0-7
201 * Sun Dec 13 2005 Paul Wouters <paul@xelerance.com> 1.0.0-6
205 * Sun Dec 11 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.0.0-5
/freebsd-11-stable/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec54 * Tue Dec 19 2000 Solar Designer <solar@owl.openwall.com>
/freebsd-11-stable/contrib/dialog/package/
H A Ddialog.spec86 * Thu Dec 30 2010 Thomas Dickey
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/Disassembler/
H A DARCDisassembler.cpp159 const void *Dec) {
163 DecodeGPR32RegisterClass(Inst, R, Address, Dec);
158 DecodeMEMrs9(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Dec) argument
/freebsd-11-stable/contrib/tzdata/
H A Dzishrink.awk203 gsub(/ Dec /, " D ", line)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1265 ConstantInt *Dec = dyn_cast<ConstantInt>(SubOneOp->getOperand(1));
1266 if (!Dec ||
1267 !((SubOneOp->getOpcode() == Instruction::Sub && Dec->isOne()) ||
1269 Dec->isMinusOne()))) {
1621 /// PhiCount = PHI [Count, Dec]
1624 /// Dec = PhiCount - 1
1626 /// Br: loop if (Dec != 0)
1686 // PhiCount = PHI [Count, Dec]
1688 // Dec = PhiCount - 1
1690 // Br: loop if (Dec !
[all...]
/freebsd-11-stable/crypto/openssh/contrib/suse/
H A Dopenssh.spec87 * Sun Dec 26 1999 Chris Saia <csaia@wtower.com>
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec463 * Sun Dec 29 2001 Nalin Dahyabhai <nalin@redhat.com>
467 * Tue Dec 4 2001 Nalin Dahyabhai <nalin@redhat.com> 3.0.2p1-1
658 * Wed Dec 20 2000 Nalin Dahyabhai <nalin@redhat.com>
661 * Tue Dec 5 2000 Nalin Dahyabhai <nalin@redhat.com>
780 * Sun Dec 26 1999 Damien Miller <djm@mindrot.org>
/freebsd-11-stable/crypto/openssl/util/
H A Dpod2man.pl303 my $mname = (qw{Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec})[$mon];
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13737 static bool getCombineLoadStoreParts(SDNode *N, unsigned Inc, unsigned Dec, argument
13744 if (!TLI.isIndexedLoadLegal(Inc, VT) && !TLI.isIndexedLoadLegal(Dec, VT))
13751 if (!TLI.isIndexedStoreLegal(Inc, VT) && !TLI.isIndexedStoreLegal(Dec, VT))
13760 !TLI.isIndexedMaskedLoadLegal(Dec, VT))
13769 !TLI.isIndexedMaskedStoreLegal(Dec, VT))
/freebsd-11-stable/contrib/ldns/
H A Dconfigure15406 HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */
/freebsd-11-stable/contrib/ntp/sntp/
H A Dconfigure25084 HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */

Completed in 368 milliseconds