/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | ConvertUTFWrapper.cpp | 70 ConversionResult CR = ConvertUTF32toUTF8( in ConvertCodePointToUTF8() local 120 ConversionResult CR = in convertUTF16ToUTF8String() local 178 ConversionResult CR = in convertUTF32ToUTF8String() local 223 ConversionResult CR = in convertUTF8ToUTF16String() local
|
H A D | DJB.cpp | 43 ConversionResult CR = ConvertUTF32toUTF8(&Begin32, &C + 1, &Begin8, in toUTF8() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ValueLattice.cpp | 45 const auto &CR = getConstantRange(); in getCompare() local
|
H A D | CallGraph.cpp | 143 for (auto &CR : ExternalCallingNode->CalledFunctions) in ReplaceExternalCallEdge() local 244 CallRecord &CR = *I; in removeOneAbstractEdgeTo() local
|
H A D | LazyValueInfo.cpp | 1144 if (auto CR = Fn(RHS)) getRangeViaSLT() local 1210 ConstantRange CR = ConstantRange::makeExactICmpRegion(EdgePred, *C); getValueFromICmpCondition() local 1223 auto CR = getRangeViaSLT( getValueFromICmpCondition() local 1726 const ConstantRange &CR = Result.getConstantRange(); getConstant() local 1762 const ConstantRange &CR = Result.getConstantRange(); getConstantOnEdge() local 1796 const ConstantRange &CR = Val.getConstantRange(); getPredicateResult() local [all...] |
/freebsd-src/contrib/byacc/test/yacc/ |
H A D | ok_syntax1.tab.h | 13 #define CR 270 macro
|
/freebsd-src/contrib/byacc/test/btyacc/ |
H A D | ok_syntax1.tab.h | 16 #define CR 270 macro
|
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMapping.cpp | 1152 for (const auto &CR : enumerate(Regions)) { buildSegmentsImpl() local 1319 for (const auto &CR : Function.CountedRegions) findMainViewFileID() local 1355 for (const auto &CR : Function.CountedRegions) getCoverageForFile() local 1362 for (const auto &CR : Function.CountedBranchRegions) getCoverageForFile() local 1410 for (const auto &CR : Function.CountedRegions) getCoverageForFunction() local 1417 for (const auto &CR : Function.CountedBranchRegions) getCoverageForFunction() local 1438 for (const auto &CR : Expansion.Function.CountedRegions) getCoverageForExpansion() local 1444 for (const auto &CR : Expansion.Function.CountedBranchRegions) getCoverageForExpansion() local [all...] |
/freebsd-src/sys/contrib/edk2/Include/Library/ |
H A D | DebugLib.h | 568 #define CR(Record, TYPE, Field, TestSignature) \ macro 573 #define CR(Record, TYPE, Field, TestSignature) \ macro
|
/freebsd-src/contrib/ntp/include/ |
H A D | ascii.h | 54 #define CR 13 macro
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CallGraphUpdater.cpp | 156 __anon4e1c02e30102(const CallGraphNode::CallRecord &CR) replaceCallSite() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | SystemZ.cpp | 112 llvm::find_if(ISARevisions, [Name](const ISANameRevision &CR) { in getISARevision() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeUDT.cpp | 21 codeview::TypeIndex TI, codeview::ClassRecord CR) in NativeTypeUDT()
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageSummaryInfo.cpp | 67 for (auto &CR : Function.CountedRegions) { in get() local
|
/freebsd-src/tools/tools/nanobsd/ |
H A D | defaults.sh | 280 CR ( ) { global() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86Subtarget.cpp | 132 if (std::optional<ConstantRange> CR = GV->getAbsoluteSymbolRange()) { classifyGlobalReference() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | TypeLoc.h | 2111 ConceptReference *CR = nullptr; global() member 2132 setConceptReference(ConceptReference * CR) setConceptReference() argument 2139 if (const auto *CR = getConceptReference()) getNestedNameSpecifierLoc() local 2145 if (const auto *CR = getConceptReference()) getTemplateKWLoc() local 2151 if (const auto *CR = getConceptReference()) getConceptNameLoc() local 2157 if (const auto *CR = getConceptReference()) getFoundDecl() local 2163 if (const auto *CR = getConceptReference()) getNamedConcept() local 2182 if (const auto *CR = getConceptReference()) getLAngleLoc() local 2189 if (const auto *CR = getConceptReference()) getRAngleLoc() local 2200 const auto *CR = getConceptReference(); getArgLoc() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | MIPatternMatch.h | 82 ConstT &CR; member 117 ConstT &CR; member
|
/freebsd-src/contrib/ntp/ntpd/ |
H A D | refclock_hopfser.c | 64 #define CR 0x0c macro
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 98 const ConstantRange &CR) { in makeAllowedICmpRegion() argument 148 makeSatisfyingICmpRegion(CmpInst::Predicate Pred,const ConstantRange & CR) makeSatisfyingICmpRegion() argument 524 intersectWith(const ConstantRange & CR,PreferredRangeType Type) const intersectWith() argument 630 unionWith(const ConstantRange & CR,PreferredRangeType Type) const unionWith() argument 1998 ConstantRange CR(FirstLow->getValue(), FirstHigh->getValue()); getConstantRangeFromMetadata() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | ContinuationRecordBuilder.cpp | 163 ContinuationRecord *CR = in createSegmentRecord() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SCCP.cpp | 293 auto &CR = ReturnValue.getConstantRange(); runIPSCCP() local
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/ |
H A D | wrapper_function_utils_test.cpp | 30 orc_rt_CWrapperFunctionResult CR = in TEST() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ARMWinEH.h | 276 uint8_t CR() const { in CR() function
|
/freebsd-src/usr.bin/col/ |
H A D | col.c | 53 #define CR '\r' /* carriage return */ macro
|