Searched refs:CR (Results 26 - 50 of 65) sorted by relevance

123

/freebsd-10.2-release/contrib/llvm/lib/Analysis/IPA/
H A DCallGraph.cpp236 CallRecord &CR = *I; local
237 if (CR.second == Callee && CR.first == 0) {
/freebsd-10.2-release/contrib/gcc/config/rs6000/
H A Ddarwin-world.asm73 With gcc3, we now need to save and restore CR as well, since gcc3's
89 /* grab CR */
112 /* stash CR */
120 /* Not forgetting to restore CR. */
126 /* Restore CR from R0. No More Branches! */
211 /* R0 := old CR */
/freebsd-10.2-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);
H A DMemRegion.cpp535 os << "StaticGlobalsMemSpace{" << CR << '}'; local
688 const CodeTextRegion *CR) {
689 if (!CR) {
699 StaticGlobalSpaceRegion *&R = StaticsGlobalSpaceRegions[CR];
704 new (R) StaticGlobalSpaceRegion(this, CR);
687 getGlobalsRegion(MemRegion::Kind K, const CodeTextRegion *CR) argument
/freebsd-10.2-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.2-release/tools/tools/nanobsd/
H A Dnanobsd.sh191 CR() function
839 CR env ASSUME_ALWAYS_YES=YES SIGNATURE_TYPE=none /usr/sbin/pkg add /Pkg/${_NANO_PKG_PACKAGE}
840 CR pkg -N >/dev/null 2>&1
856 have=$(CR env ASSUME_ALWAYS_YES=YES /usr/sbin/pkg info | /usr/bin/wc -l)
862 now=$(CR env ASSUME_ALWAYS_YES=YES /usr/sbin/pkg info | /usr/bin/wc -l)
864 CR env ASSUME_ALWAYS_YES=YES /usr/sbin/pkg info
/freebsd-10.2-release/contrib/byacc/test/
H A Dok_syntax1.y39 %token CR '\r'
/freebsd-10.2-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.2-release/contrib/ntp/sntp/libopts/
H A Dautoopts.h65 #define CR '\r' macro
H A Dputshell.c100 case CR:
153 case CR: add_esc_ch('r'); break;
/freebsd-10.2-release/sys/dev/smc/
H A Dif_smcreg.h115 #define CR 0x0 macro
/freebsd-10.2-release/contrib/groff/font/devlj4/generate/
H A DMakefile52 CB CBI CI CR \
86 CR: $(AUTOFONT)/9nb00064.tfm $(TEXTMAP)
/freebsd-10.2-release/contrib/groff/font/devps/generate/
H A DMakefile37 TEXTFONTS=AB ABI AI AR BMB BMBI BMI BMR CB CBI CI CR HB HBI HI HR HNB HNBI \
86 CR:
/freebsd-10.2-release/usr.sbin/kbdcontrol/
H A Dlex.l91 CR|cr { number = 13; return TNUM; }
/freebsd-10.2-release/tools/tools/editing/
H A Dfreebsd.vim39 nmap <silent> <Leader>f :call FreeBSD_Style()<CR>
/freebsd-10.2-release/usr.bin/col/
H A Dcol.c65 #define CR '\r' /* carriage return */ macro
203 case CR:
/freebsd-10.2-release/contrib/ntp/ntpd/
H A Drefclock_hopfser.c70 #define CR 0x0c macro
/freebsd-10.2-release/contrib/ntp/sntp/ag-tpl/0-old/
H A Dmdoc2man176 .ds R-Font [CR]
/freebsd-10.2-release/contrib/ntp/sntp/ag-tpl/
H A Dmdoc2man202 .ds R-Font [CR]
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h240 const CodeTextRegion *CR; member in class:clang::ento::StaticGlobalSpaceRegion
243 : GlobalsSpaceRegion(mgr, StaticGlobalSpaceRegionKind), CR(cr) {}
250 const CodeTextRegion *getCodeRegion() const { return CR; }
/freebsd-10.2-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp400 splitCompareBranch(Branch, SystemZ::CR);
/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1579 ConstantRange CR = ICI.makeConstantRange(ICI.getPredicate(), RHSV) local
1583 if (CR.getLower().isSignBit()) {
1585 Builder->getInt(CR.getUpper()));
1586 } else if (CR.getUpper().isSignBit()) {
1588 Builder->getInt(CR.getLower()));
1591 if (CR.getLower().isMinValue()) {
1593 Builder->getInt(CR.getUpper()));
1594 } else if (CR.getUpper().isMinValue()) {
1596 Builder->getInt(CR.getLower()));
/freebsd-10.2-release/contrib/byacc/test/yacc/
H A Dok_syntax1.tab.c176 #define CR 270 macro
282 "\"\\177\\177\\\\\\n\"","STR2","BELL","BS","NL","LF","CR","TAB","VT","UMINUS",0,
/freebsd-10.2-release/sys/i386/i386/
H A Ddb_disasm.c70 #define CR 16 /* control register */ macro
219 /*20*/ { "mov", TRUE, LONG, op2(CR,El), 0 },
221 /*22*/ { "mov", TRUE, LONG, op2(El,CR), 0 },
1410 case CR:

Completed in 319 milliseconds

123