/llvm-project/llvm/unittests/Analysis/ |
H A D | ConstraintSystemTest.cpp | 18 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 D | owner_less.pass.cpp | 67 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 D | non_member_swap_const.pass.cpp | 28 struct CS { struct 30 friend constexpr void swap(const CS& a, const CS& b) { in swap() argument
|
/llvm-project/clang/lib/AST/ |
H A D | ScanfFormatString.cpp | 32 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 D | helper_string_macros.h | 14 #define CS(S) MAKE_CSTRING(CharT, S) macro
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CtorUtils.cpp | 69 ConstantStruct *CS = cast<ConstantStruct>(V); in parseGlobalCtors() local 96 ConstantStruct *CS = cast<ConstantStruct>(V); in findGlobalCtors() local
|
H A D | CallGraphUpdater.cpp | 168 removeCallSite(CallBase & CS) removeCallSite() argument
|
/llvm-project/bolt/include/bolt/Passes/ |
H A D | RegAnalysis.h | 79 ConservativeStrategy CS; variable
|
/llvm-project/clang/lib/Analysis/FlowSensitive/Models/ |
H A D | ChromiumCheckModel.cpp | 54 auto CS = Element.getAs<CFGStmt>(); transfer() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86MCInstLower.cpp | 1465 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 D | X86ReturnThunks.cpp | 82 const MCInstrDesc &CS = ST.getInstrInfo()->get(X86::CS_PREFIX); in runOnMachineFunction() local
|
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | StringsAndChecksums.cpp | 64 const DebugChecksumsSubsectionRef &CS) { in setChecksums()
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVFrameLowering.cpp | 178 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 D | CFGStmtMap.cpp | 53 std::optional<CFGStmt> CS = CE.getAs<CFGStmt>(); in Accumulate() local
|
H A D | ProgramPoint.cpp | 193 if (const auto *CS = dyn_cast<CastExpr>(S)) printJson() local
|
H A D | ReachableCode.cpp | 79 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 D | CloneDetection.cpp | 63 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 D | UnusedRaiiCheck.cpp | 68 const auto *CS = Result.Nodes.getNodeAs<CompoundStmt>("compound"); in check() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | isolate-declaration-fixing.cpp | 55 class CS { in member_pointers() class
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BlockCounter.cpp | 28 CountKey(const StackFrameContext *CS, unsigned ID) in CountKey()
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | block-var-layout.m | 167 typedef struct { SS s[4]; } CS; typedef
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | AnalyzerStatsChecker.cpp | 124 if (std::optional<CFGStmt> CS = CE.getAs<CFGStmt>()) { in checkEndAnalysis() local
|
/llvm-project/llvm/tools/llvm-readobj/ |
H A D | Win64EHDumper.cpp | 139 COFFSymbolRef CS = COFF.getCOFFSymbol(S); getPreferredSymbol() local 352 DictScope CS(SW, "Chained"); printUnwindInfo() local
|
/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/ |
H A D | XtensaTargetStreamer.cpp | 88 auto *CS = static_cast<MCSectionELF *>(OutStreamer.getCurrentSectionOnly()); in emitLiteral() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfileMatcher.cpp | 499 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
|