/freebsd/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/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVMergeRegionExitTargets.cpp | 136 const SPIRV::ConvergenceRegion *CR) { in runOnConvergenceRegionNoRecurse() 208 const SPIRV::ConvergenceRegion *CR) { in runOnConvergenceRegion() 219 void validateRegionExits(const SPIRV::ConvergenceRegion *CR) { in validateRegionExits()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConstantRangeList.cpp | 169 &Result](const ConstantRange &CR) { in unionWith() 233 interleaveComma(Ranges, OS, [&](ConstantRange CR) { in print()
|
H A D | AttributeImpl.h | 131 const ConstantRange &CR) { in Profile() 235 ConstantRange CR; variable 238 ConstantRangeAttributeImpl(Attribute::AttrKind Kind, const ConstantRange &CR) in ConstantRangeAttributeImpl()
|
H A D | ConstantRange.cpp | 98 const ConstantRange &CR) { in makeAllowedICmpRegion() 148 const ConstantRange &CR) { in makeSatisfyingICmpRegion() 580 ConstantRange ConstantRange::intersectWith(const ConstantRange &CR, in intersectWith() 686 ConstantRange ConstantRange::unionWith(const ConstantRange &CR, in unionWith() 1551 ConstantRange CR = fromKnownBits(Known, /*IsSigned*/ false); in binaryXor() local 2091 ConstantRange CR(FirstLow->getValue(), FirstHigh->getValue()); in getConstantRangeFromMetadata() local
|
/freebsd/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 | 1155 if (auto CR = Fn(RHS)) in getRangeViaSLT() local 1218 ConstantRange CR = ConstantRange::makeExactICmpRegion(EdgePred, *C); in getValueFromICmpCondition() local 1231 auto CR = getRangeViaSLT( in getValueFromICmpCondition() local 1735 const ConstantRange &CR = Result.getConstantRange(); in getConstant() local 1770 const ConstantRange &CR = Result.getConstantRange(); in getConstantOnEdge() local 1797 const ConstantRange &CR = Val.getConstantRange(); in getPredicateResult() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCELFExtras.h | 34 auto CR = ToCrel(R); in encodeCrel() local
|
/freebsd/contrib/byacc/test/yacc/ |
H A D | ok_syntax1.tab.h | 13 #define CR 270 macro
|
/freebsd/contrib/byacc/test/btyacc/ |
H A D | ok_syntax1.tab.h | 16 #define CR 270 macro
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMapping.cpp | 1201 for (const auto &CR : enumerate(Regions)) { in buildSegmentsImpl() local 1374 for (const auto &CR : Function.CountedRegions) in findMainViewFileID() local 1410 for (const auto &CR : Function.CountedRegions) in getCoverageForFile() local 1417 for (const auto &CR : Function.CountedBranchRegions) in getCoverageForFile() local 1465 for (const auto &CR : Function.CountedRegions) in getCoverageForFunction() local 1472 for (const auto &CR : Function.CountedBranchRegions) in getCoverageForFunction() local 1493 for (const auto &CR : Expansion.Function.CountedRegions) in getCoverageForExpansion() local 1499 for (const auto &CR : Expansion.Function.CountedBranchRegions) in getCoverageForExpansion() local
|
/freebsd/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/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageSummaryInfo.cpp | 52 for (auto &CR : Function.CountedRegions) { get() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/Analysis/ |
H A D | SPIRVConvergenceRegionAnalysis.h | 70 ConvergenceRegion(ConvergenceRegion &&CR) in ConvergenceRegion() function
|
/freebsd/contrib/ntp/include/ |
H A D | ascii.h | 54 #define CR 13 macro
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeUDT.cpp | 21 codeview::TypeIndex TI, codeview::ClassRecord CR) in NativeTypeUDT()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | SystemZ.cpp | 112 llvm::find_if(ISARevisions, [Name](const ISANameRevision &CR) { in getISARevision()
|
/freebsd/tools/tools/nanobsd/ |
H A D | defaults.sh | 279 CR ( ) { function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86Subtarget.cpp | 133 if (std::optional<ConstantRange> CR = GV->getAbsoluteSymbolRange()) { in classifyGlobalReference() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | MIPatternMatch.h | 82 ConstT &CR; member 117 ConstT &CR; member
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | TypeLoc.h | 2180 ConceptReference *CR = nullptr; member 2201 void setConceptReference(ConceptReference *CR) { getLocalData()->CR = CR; } in setConceptReference() 2208 if (const auto *CR = getConceptReference()) in getNestedNameSpecifierLoc() local 2214 if (const auto *CR = getConceptReference()) in getTemplateKWLoc() local 2220 if (const auto *CR = getConceptReference()) in getConceptNameLoc() local 2226 if (const auto *CR = getConceptReference()) in getFoundDecl() local 2232 if (const auto *CR = getConceptReference()) in getNamedConcept() local 2251 if (const auto *CR = getConceptReference()) in getLAngleLoc() local 2258 if (const auto *CR = getConceptReference()) in getRAngleLoc() local 2269 const auto *CR = getConceptReference(); in getArgLoc() local
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_hopfser.c | 64 #define CR 0x0c macro
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | ContinuationRecordBuilder.cpp | 163 ContinuationRecord *CR = in createSegmentRecord() local
|