Home
last modified time | relevance | path

Searched defs:CR (Results 1 – 25 of 75) sorted by relevance

123

/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DConvertUTFWrapper.cpp70 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 DDJB.cpp43 ConversionResult CR = ConvertUTF32toUTF8(&Begin32, &C + 1, &Begin8, in toUTF8() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DValueLattice.cpp45 const auto &CR = getConstantRange(); in getCompare() local
H A DCallGraph.cpp143 for (auto &CR : ExternalCallingNode->CalledFunctions) in ReplaceExternalCallEdge() local
244 CallRecord &CR = *I; in removeOneAbstractEdgeTo() local
H A DLazyValueInfo.cpp1144 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 Dok_syntax1.tab.h13 #define CR 270 macro
/freebsd-src/contrib/byacc/test/btyacc/
H A Dok_syntax1.tab.h16 #define CR 270 macro
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp1152 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 DDebugLib.h568 #define CR(Record, TYPE, Field, TestSignature) \ macro
573 #define CR(Record, TYPE, Field, TestSignature) \ macro
/freebsd-src/contrib/ntp/include/
H A Dascii.h54 #define CR 13 macro
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallGraphUpdater.cpp156 __anon4e1c02e30102(const CallGraphNode::CallRecord &CR) replaceCallSite() argument
/freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSystemZ.cpp112 llvm::find_if(ISARevisions, [Name](const ISANameRevision &CR) { in getISARevision() argument
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp21 codeview::TypeIndex TI, codeview::ClassRecord CR) in NativeTypeUDT()
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp67 for (auto &CR : Function.CountedRegions) { in get() local
/freebsd-src/tools/tools/nanobsd/
H A Ddefaults.sh280 CR ( ) { global() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp132 if (std::optional<ConstantRange> CR = GV->getAbsoluteSymbolRange()) { classifyGlobalReference() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h2111 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 DMIPatternMatch.h82 ConstT &CR; member
117 ConstT &CR; member
/freebsd-src/contrib/ntp/ntpd/
H A Drefclock_hopfser.c64 #define CR 0x0c macro
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp98 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 DContinuationRecordBuilder.cpp163 ContinuationRecord *CR = in createSegmentRecord() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp293 auto &CR = ReturnValue.getConstantRange(); runIPSCCP() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dwrapper_function_utils_test.cpp30 orc_rt_CWrapperFunctionResult CR = in TEST() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DARMWinEH.h276 uint8_t CR() const { in CR() function
/freebsd-src/usr.bin/col/
H A Dcol.c53 #define CR '\r' /* carriage return */ macro

123