Searched refs:CR (Results 1 - 25 of 68) sorted by relevance

123

/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DConstantRange.cpp53 const ConstantRange &CR) {
54 if (CR.isEmptySet())
55 return CR;
57 uint32_t W = CR.getBitWidth();
61 return CR;
63 if (CR.isSingleElement())
64 return ConstantRange(CR.getUpper(), CR.getLower());
67 APInt UMax(CR.getUnsignedMax());
73 APInt SMax(CR
52 makeICmpRegion(unsigned Pred, const ConstantRange &CR) argument
[all...]
H A DConvertUTFWrapper.cpp68 ConversionResult CR = ConvertUTF32toUTF8(&SourceStart, SourceEnd, local
71 if (CR != conversionOK)
117 ConversionResult CR = local
119 assert(CR != targetExhausted);
121 if (CR != conversionOK) {
/freebsd-10.1-release/gnu/usr.bin/groff/font/devhtml/
H A DMakefile4 FONTS= R I B BI CR CI CB CBI S
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DConstantRange.h114 bool contains(const ConstantRange &CR) const;
155 bool operator==(const ConstantRange &CR) const {
156 return Lower == CR.Lower && Upper == CR.Upper;
158 bool operator!=(const ConstantRange &CR) const {
159 return !operator==(CR);
168 ConstantRange difference(const ConstantRange &CR) const;
177 ConstantRange intersectWith(const ConstantRange &CR) const;
185 ConstantRange unionWith(const ConstantRange &CR) const;
270 inline raw_ostream &operator<<(raw_ostream &OS, const ConstantRange &CR) { argument
[all...]
/freebsd-10.1-release/contrib/byacc/test/btyacc/
H A Dok_syntax1.tab.h16 #define CR 270 macro
/freebsd-10.1-release/contrib/byacc/test/yacc/
H A Dok_syntax1.tab.h13 #define CR 270 macro
/freebsd-10.1-release/gnu/usr.bin/groff/font/devlbp/
H A DMakefile6 TB TBI TI TR CR CB CI ER EB EI
/freebsd-10.1-release/contrib/ntp/include/
H A Dascii.h54 #define CR 13 macro
/freebsd-10.1-release/contrib/binutils/opcodes/
H A Dppc-opc.c194 #define CR BT + 1
198 #define CRB CR + 1
622 in BO field, the "a" bit is 00010 for branch on CR(BI) and 01000
2318 { "blt-", BBOCB(16,BOT,CBLT,0,0), BBOATCB_MASK, PPCCOM, { CR, BDM } },
2319 { "blt+", BBOCB(16,BOT,CBLT,0,0), BBOATCB_MASK, PPCCOM, { CR, BDP } },
2320 { "blt", BBOCB(16,BOT,CBLT,0,0), BBOATCB_MASK, COM, { CR, BD } },
2321 { "bltl-", BBOCB(16,BOT,CBLT,0,1), BBOATCB_MASK, PPCCOM, { CR, BDM } },
2322 { "bltl+", BBOCB(16,BOT,CBLT,0,1), BBOATCB_MASK, PPCCOM, { CR, BDP } },
2323 { "bltl", BBOCB(16,BOT,CBLT,0,1), BBOATCB_MASK, COM, { CR, BD } },
2324 { "blta-", BBOCB(16,BOT,CBLT,1,0), BBOATCB_MASK, PPCCOM, { CR, BDM
192 #define CR macro
[all...]
/freebsd-10.1-release/lib/libc/net/
H A Dnslexer.l56 CR \n
65 \\{CR} ; /* allow continuation */
67 {CR} return NL;
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp54 if (const CompoundLiteralRegion* CR = dyn_cast<CompoundLiteralRegion>(R)) {
55 const CompoundLiteralExpr *CL = CR->getLiteralExpr();
/freebsd-10.1-release/gnu/usr.bin/groff/font/devlj4/
H A DMakefile8 ALBB ALBR AOB AOI AOR CB CBI CI CR GB GBI GI GR \
/freebsd-10.1-release/contrib/byacc/
H A Ddefs.h78 #define CR '\r' /* carriage return */ macro
/freebsd-10.1-release/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp99 static LVILatticeVal getRange(ConstantRange CR) { argument
101 Res.markConstantRange(CR);
1042 ConstantRange CR = Result.getConstantRange(); local
1043 if (const APInt *SingleVal = CR.getSingleElement())
1058 ConstantRange CR = Result.getConstantRange(); local
1059 if (const APInt *SingleVal = CR.getSingleElement())
1087 ConstantRange CR = Result.getConstantRange();
1089 if (!CR.contains(CI->getValue()))
1092 if (CR.isSingleElement() && CR
[all...]
/freebsd-10.1-release/contrib/amd/amd/
H A Dinfo_ldap.c96 typedef struct cr_ent CR; typedef in typeref:struct:cr_ent
105 CR *credentials;
175 cr_free(CR *c)
239 CR *creds;
256 creds = ALLOC(CR);
292 CR *c = a->credentials;
/freebsd-10.1-release/contrib/apr/passwd/
H A Dapr_getpass.c74 #define CR 13 macro
77 #define CR '\r' macro
/freebsd-10.1-release/gnu/usr.bin/groff/font/devps/
H A DMakefile6 CB CBI CI CR HB HBI HI HR HNB HNBI HNI HNR \
/freebsd-10.1-release/contrib/llvm/lib/Analysis/IPA/
H A DCallGraph.cpp236 CallRecord &CR = *I; local
237 if (CR.second == Callee && CR.first == 0) {
/freebsd-10.1-release/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolution.h389 const ConstantRange &CR) {
391 UnsignedRanges.insert(std::make_pair(S, CR));
393 Pair.first->second = CR;
399 const ConstantRange &CR) {
401 SignedRanges.insert(std::make_pair(S, CR));
403 Pair.first->second = CR;
388 setUnsignedRange(const SCEV *S, const ConstantRange &CR) argument
398 setSignedRange(const SCEV *S, const ConstantRange &CR) argument
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp370 ConstraintRangeTy CR = state->get<ConstraintRange>(); local
373 for (ConstraintRangeTy::iterator I = CR.begin(), E = CR.end(); I != E; ++I) {
376 CR = CRFactory.remove(CR, sym);
379 return state->set<ConstraintRange>(CR);
/freebsd-10.1-release/tools/tools/nanobsd/
H A Dnanobsd.sh182 CR() function
817 CR env ASSUME_ALWAYS_YES=YES SIGNATURE_TYPE=none /usr/sbin/pkg add /Pkg/${_NANO_PKG_PACKAGE}
818 CR pkg -N >/dev/null 2>&1
834 have=$(CR env ASSUME_ALWAYS_YES=YES /usr/sbin/pkg info | /usr/bin/wc -l)
840 now=$(CR env ASSUME_ALWAYS_YES=YES /usr/sbin/pkg info | /usr/bin/wc -l)
842 CR env ASSUME_ALWAYS_YES=YES /usr/sbin/pkg info
/freebsd-10.1-release/contrib/byacc/test/
H A Dok_syntax1.y39 %token CR '\r'
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2029 bool SelectionDAGBuilder::handleSmallSwitchRange(CaseRec& CR,
2035 size_t Size = CR.Range.second - CR.Range.first;
2045 MachineFunction::iterator BBI = CR.CaseBB;
2056 // TODO: Handle cases where CR.CaseBB != SwitchBB.
2057 if (Size == 2 && CR.CaseBB == SwitchBB) {
2058 Case &Small = *CR.Range.first;
2059 Case &Big = *(CR.Range.second-1);
2109 for (CaseItr I = CR.Range.first, IE = CR
[all...]
H A DSelectionDAGBuilder.h642 bool handleSmallSwitchRange(CaseRec& CR,
647 bool handleJTSwitchCase(CaseRec& CR,
652 bool handleBTSplitSwitchCase(CaseRec& CR,
657 bool handleBitTestsSwitchCase(CaseRec& CR,
/freebsd-10.1-release/sys/dev/smc/
H A Dif_smcreg.h115 #define CR 0x0 macro

Completed in 259 milliseconds

123