Home
last modified time | relevance | path

Searched defs:CS (Results 1 – 25 of 158) sorted by relevance

1234567

/llvm-project/llvm/unittests/Analysis/
H A DConstraintSystemTest.cpp18 ConstraintSystem CS; in TEST() local
30 ConstraintSystem CS; in TEST() local
42 ConstraintSystem CS; in TEST() local
52 ConstraintSystem CS; in TEST() local
62 ConstraintSystem CS; in TEST() local
73 ConstraintSystem CS; in TEST() local
87 ConstraintSystem CS; in TEST() local
117 ConstraintSystem CS; in TEST() local
135 ConstraintSystem CS; in TEST() local
147 ConstraintSystem CS; in TEST() local
/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/
H A Downer_less.pass.cpp67 typedef std::owner_less<std::shared_ptr<int> > CS; in main() typedef
90 typedef std::owner_less<std::weak_ptr<int> > CS; in main() typedef
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.special/
H A Dnon_member_swap_const.pass.cpp28 struct CS { struct
30 friend constexpr void swap(const CS& a, const CS& b) { in swap() argument
/llvm-project/clang/lib/AST/
H A DScanfFormatString.cpp32 ScanfConversionSpecifier &CS, in ParseScanList()
201 ScanfConversionSpecifier CS(conversionPosition, k); in ParseScanfSpecifier() local
227 const ScanfConversionSpecifier &CS = getConversionSpecifier(); in getArgType() local
/llvm-project/libcxx/test/std/input.output/string.streams/
H A Dhelper_string_macros.h14 #define CS(S) MAKE_CSTRING(CharT, S) macro
/llvm-project/llvm/lib/Transforms/Utils/
H A DCtorUtils.cpp69 ConstantStruct *CS = cast<ConstantStruct>(V); in parseGlobalCtors() local
96 ConstantStruct *CS = cast<ConstantStruct>(V); in findGlobalCtors() local
H A DCallGraphUpdater.cpp168 removeCallSite(CallBase & CS) removeCallSite() argument
/llvm-project/bolt/include/bolt/Passes/
H A DRegAnalysis.h79 ConservativeStrategy CS; variable
/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DChromiumCheckModel.cpp54 auto CS = Element.getAs<CFGStmt>(); transfer() local
/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1465 printDstRegisterName(raw_ostream & CS,const MachineInstr * MI,unsigned SrcOpIdx) printDstRegisterName() argument
1483 printShuffleMask(raw_ostream & CS,StringRef Src1Name,StringRef Src2Name,ArrayRef<int> Mask) printShuffleMask() argument
1536 raw_string_ostream CS(Comment); getShuffleComment() local
1545 printConstant(const APInt & Val,raw_ostream & CS,bool PrintZero=false) printConstant() argument
1561 printConstant(const APFloat & Flt,raw_ostream & CS,bool PrintZero=false) printConstant() argument
1573 printConstant(const Constant * COp,unsigned BitWidth,raw_ostream & CS,bool PrintZero=false) printConstant() argument
1617 raw_string_ostream CS(Comment); printZeroUpperMove() local
1643 raw_string_ostream CS(Comment); printBroadcast() local
1664 raw_string_ostream CS(Comment); printExtend() local
1696 raw_string_ostream CS(Comment); printZeroExtend() local
1900 raw_string_ostream CS(Comment); addConstantComments() local
1934 raw_string_ostream CS(Comment); addConstantComments() local
1955 raw_string_ostream CS(Comment); addConstantComments() local
[all...]
H A DX86ReturnThunks.cpp82 const MCInstrDesc &CS = ST.getInstrInfo()->get(X86::CS_PREFIX); in runOnMachineFunction() local
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DStringsAndChecksums.cpp64 const DebugChecksumsSubsectionRef &CS) { in setChecksums()
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp178 for (auto &CS : CSI) getLibCallID() local
298 for (auto &CS : CSI) { getMaxPushPopReg() local
387 for (auto &CS : CSI) { getUnmanagedCSI() local
402 for (auto &CS : CSI) { getRVVCalleeSavedInfo() local
1424 for (auto &CS : CSI) { assignCalleeSavedSpillSlots() local
1509 for (auto &CS : CSI) spillCalleeSavedRegisters() local
1518 for (auto &CS : CSInfo) { spillCalleeSavedRegisters() local
1553 for (auto &CS : RVVCSI) { emitCalleeSavedRVVPrologCFI() local
1589 for (auto &CS : CSInfo) { restoreCalleeSavedRegisters() local
[all...]
/llvm-project/clang/lib/Analysis/
H A DCFGStmtMap.cpp53 std::optional<CFGStmt> CS = CE.getAs<CFGStmt>(); in Accumulate() local
H A DProgramPoint.cpp193 if (const auto *CS = dyn_cast<CastExpr>(S)) printJson() local
H A DReachableCode.cpp79 if (std::optional<CFGStmt> CS = B->back().getAs<CFGStmt>()) { in isBuiltinAssumeFalse() local
94 if (std::optional<CFGStmt> CS = CE.getAs<CFGStmt>()) { in isDeadReturn() local
466 if (std::optional<CFGStmt> CS = I->getAs<CFGStmt>()) { in isInCoroutineStmt() local
509 if (std::optional<CFGStmt> CS = I->getAs<CFGStmt>()) { findDeadCode() local
H A DCloneDetection.cpp63 auto CS = cast<CompoundStmt>(S); in begin() local
71 auto CS = cast<CompoundStmt>(S); in end() local
256 auto CS = dyn_cast<CompoundStmt>(S); in saveHash() local
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DUnusedRaiiCheck.cpp68 const auto *CS = Result.Nodes.getNodeAs<CompoundStmt>("compound"); in check() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Disolate-declaration-fixing.cpp55 class CS { in member_pointers() class
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp28 CountKey(const StackFrameContext *CS, unsigned ID) in CountKey()
/llvm-project/clang/test/CodeGenObjC/
H A Dblock-var-layout.m167 typedef struct { SS s[4]; } CS; typedef
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp124 if (std::optional<CFGStmt> CS = CE.getAs<CFGStmt>()) { in checkEndAnalysis() local
/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp139 COFFSymbolRef CS = COFF.getCOFFSymbol(S); getPreferredSymbol() local
352 DictScope CS(SW, "Chained"); printUnwindInfo() local
/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaTargetStreamer.cpp88 auto *CS = static_cast<MCSectionELF *>(OutStreamer.getCurrentSectionOnly()); in emitLiteral() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp499 countMismatchedFuncSamples(CS.second, false); in countMismatchedCallsiteSamples() local
463 for (const auto &CS : I.second) countMismatchedFuncSamples() local
509 for (const auto &CS : I.second) countMismatchedCallsiteSamples() local

1234567