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

1234

/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSystemZ.cpp100 llvm::find_if(ISARevisions, [Name](const ISANameRevision &CR) {
101 return CR.Name == Name;
/freebsd-11-stable/contrib/byacc/
H A Ddefs.h78 #define CR '\r' /* carriage return */ macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp163 ContinuationRecord *CR = local
165 assert(CR->Kind == TypeLeafKind::LF_INDEX);
166 assert(CR->IndexRef == 0xB0C0B0C0);
167 CR->IndexRef = RefersTo->getIndex();
/freebsd-11-stable/contrib/amd/amd/
H A Dinfo_ldap.c93 typedef struct cr_ent CR; typedef in typeref:struct:cr_ent
102 CR *credentials;
180 cr_free(CR *c)
244 CR *creds;
269 creds = ALLOC(CR);
308 CR *c = a->credentials;
/freebsd-11-stable/contrib/apr/passwd/
H A Dapr_getpass.c74 #define CR 13 macro
77 #define CR '\r' macro
/freebsd-11-stable/contrib/groff/font/devps/
H A DMakefile.sub4 CB CBI CI CR HB HBI HI HR HNB HNBI HNI HNR \
/freebsd-11-stable/gnu/usr.bin/groff/font/devps/
H A DMakefile6 CB CBI CI CR HB HBI HI HR HNB HNBI HNI HNR \
/freebsd-11-stable/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-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCallGraph.cpp217 CallRecord &CR = *I; local
218 if (CR.second == Callee && CR.first == nullptr) {
H A DLazyValueInfo.cpp1711 const ConstantRange &CR = Result.getConstantRange();
1712 if (const APInt *SingleVal = CR.getSingleElement())
1748 const ConstantRange &CR = Result.getConstantRange();
1749 if (const APInt *SingleVal = CR.getSingleElement())
1791 const ConstantRange &CR = Val.getConstantRange();
1793 if (!CR.contains(CI->getValue()))
1796 if (CR.isSingleElement())
1799 if (!CR.contains(CI->getValue()))
1802 if (CR.isSingleElement())
1808 if (TrueValues.contains(CR))
[all...]
/freebsd-11-stable/contrib/byacc/test/
H A Dok_syntax1.y39 %token CR '\r'
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp20 codeview::TypeIndex TI, codeview::ClassRecord CR)
22 Class(std::move(CR)), Tag(Class.getPointer()) {}
19 NativeTypeUDT(NativeSession &Session, SymIndexId Id, codeview::TypeIndex TI, codeview::ClassRecord CR) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp130 if (Optional<ConstantRange> CR = GV->getAbsoluteSymbolRange()) {
134 if (CR->getUnsignedMax().ult(128))
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMIPatternMatch.h44 int64_t &CR; member in struct:llvm::MIPatternMatch::ConstantMatch
45 ConstantMatch(int64_t &C) : CR(C) {}
48 CR = *MaybeCst;
/freebsd-11-stable/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-11-stable/sys/dev/smc/
H A Dif_smcreg.h115 #define CR 0x0 macro
/freebsd-11-stable/contrib/groff/font/devlj4/generate/
H A DMakefile52 CB CBI CI CR \
86 CR: $(AUTOFONT)/9nb00064.tfm $(TEXTMAP)
/freebsd-11-stable/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-11-stable/tools/tools/editing/
H A Dfreebsd.vim39 nmap <silent> <Leader>f :call FreeBSD_Style()<CR>
/freebsd-11-stable/usr.sbin/kbdcontrol/
H A Dlex.l94 CR|cr { number = 13; return TNUM; }
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h219 bool CR, MachineBasicBlock *P, MachineBasicBlock *D,
222 RegVT(RgVT), Emitted(E), ContiguousRange(CR), Parent(P), Default(D),
218 BitTestBlock(APInt F, APInt R, const Value *SV, unsigned Rg, MVT RgVT, bool E, bool CR, MachineBasicBlock *P, MachineBasicBlock *D, BitTestInfo C, BranchProbability Pr) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp418 ConstraintRangeTy CR = State->get<ConstraintRange>(); local
421 for (ConstraintRangeTy::iterator I = CR.begin(), E = CR.end(); I != E; ++I) {
425 CR = CRFactory.remove(CR, Sym);
429 return Changed ? State->set<ConstraintRange>(CR) : State;
/freebsd-11-stable/tools/tools/nanobsd/
H A Ddefaults.sh289 CR ( ) { function
919 CR "mtree -eiU -p /" <${NANO_CUST_FILES_MTREE}
968 CR "${PKGCMD} add /_.p/${_PKG}"
/freebsd-11-stable/usr.bin/col/
H A Dcol.c65 #define CR '\r' /* carriage return */ macro
203 case CR:

Completed in 276 milliseconds

1234