Searched refs:QR (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/unbound/contrib/
H A Dunbound_munin_342 p_config "num.query.flags.QR" "QR (query reply) flag" "ABSOLUTE"
352 echo "graph_info This graphs plots the flags inside incoming queries. For example, if QR, AA, TC, RA, Z flags are set, the query can be rejected. RD, AD, CD and DO are legitimately set by some software."
497 for x in num.query.flags.QR num.query.flags.AA num.query.flags.TC num.query.flags.RD num.query.flags.RA num.query.flags.Z num.query.flags.AD num.query.flags.CD num.query.edns.present num.query.edns.DO; do
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp237 RegisterRef QR = DA.Addr->getRegRef(DFG); local
246 if (FullChain || IsPhi || !RRs.hasCoverOf(QR))
H A DRDFGraph.cpp1579 RegisterRef QR = I->Addr->getRegRef(*this); local
1583 bool Alias = Defs.hasAliasOf(QR);
1584 bool Cover = Defs.insert(QR).hasCoverOf(RR);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4337 for (const TypoCorrection &QR : QualifiedResults) {
4348 if (NSDecl->getIdentifier() == QR.getCorrectionAsIdentifierInfo())
4352 TypoCorrection TC(QR);
4362 if (QR.getCorrectionAsIdentifierInfo() != Typo && TmpED &&
4367 Result.setLookupName(QR.getCorrectionAsIdentifierInfo());

Completed in 79 milliseconds