Searched refs:Added (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec47 - Added "ask_oldauthtok" and "check_oldauthtok" as needed for stacking with
55 - Added "-Wall -fPIC" to the CFLAGS.
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSymbolStringPool.h153 bool Added; local
154 std::tie(I, Added) = Pool.try_emplace(S, 0);
/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound.spec101 - Added --disable-gost for building on CentOS 5.x
102 - Added --with-ldns-builtin for CentOS 5.x
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp210 SmallSet<unsigned, 32> Added; local
213 if (Added.insert(Reg).second) {
H A DMachinePipeliner.cpp1143 BitVector Added(SUnits.size());
1146 Added.reset();
1167 if (!Added.test(N)) {
1169 Added.set(N);
1180 if (!Added.test(N)) {
1182 Added.set(N);
1189 if (!Added.test(OD.second)) {
1191 Added.set(OD.second);
H A DRegisterCoalescer.cpp757 LiveRange::Segment Added = LiveRange::Segment(S.start, S.end, DstValNo); local
758 LiveRange::Segment &Merged = *Dst.addSegment(Added);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp318 bool Added = KillingInstr->addRegisterKilled(KilledOperand, TRI, true); local
319 (void)Added; // suppress compiler warning
320 assert(Added && "Must successfully update kill flag");
382 bool Added = I1.addRegisterKilled(KilledOperand, TRI); local
383 (void)Added; // suppress compiler warning
384 assert(Added && "Must successfully update kill flag");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp531 bool Added = false;
548 Added = true;
553 if (!Added) {
H A DMemorySSAUpdater.cpp909 SmallSetVector<BasicBlock *, 2> Added; member in struct:PredInfo
916 auto &AddedBlockSet = PredMap[BB].Added;
925 const auto &AddedBlockSet = BBPredPair.second.Added;
970 const auto &AddedBlockSet = BBPredPair.second.Added;
/freebsd-11-stable/crypto/openssh/contrib/suse/
H A Dopenssh.spec100 - Added flag to configure daemon with TCP Wrappers support
101 - Added building prerequisites (works in RPM 3.0 and newer)
109 - Added 'Obsoletes' directives
114 - Added links for slogin
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCSerialization.h641 auto Added = S.insert(Val).second;
642 if (!Added)
689 auto Added = M.insert(Val).second;
690 if (!Added)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp432 bool Added = Node.addDataChild(Entry.Identifier.ID, Table.MajorVersion, local
435 if (Added) {
504 bool Added = addDataChild(Entry.getLanguage(), Entry.getMajorVersion(), local
507 if (Added)
509 return Added;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp451 bool Added = false; local
456 Added = true;
460 return Added;
H A DSelectionDAGISel.cpp740 SmallPtrSet<SDNode *, 16> Added; local
744 Added.insert(CurDAG->getRoot().getNode());
753 if (Op.getValueType() == MVT::Other && Added.insert(Op.getNode()).second)
/freebsd-11-stable/contrib/ldns/packaging/fedora/
H A Dldns.spec151 - Added ldns-python sub package
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1267 AddedStructorArgs Added; local
1273 ++Added.Suffix;
1277 return Added;
1287 ++Added.Prefix;
1290 ++Added.Suffix;
1294 return Added;
1955 bool Added; local
1956 std::tie(Entry, Added) =
1959 if (!Added)
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec781 - Added Jim Knoble's <jmknoble@pobox.com> askpass
787 - Added 'Obsoletes' directives
794 - Added links for slogin
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp400 bool Added = QueryRegistrations[&JD].insert(std::move(Name)).second; local
401 (void)Added;
402 assert(Added && "Duplicate dependence notification?");
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex281 % Added by P. A. MacKay, 12 Nov. 1986
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex273 % Added by P. A. MacKay, 12 Nov. 1986
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex257 % Added by P. A. MacKay, 12 Nov. 1986

Completed in 414 milliseconds