Home
last modified time | relevance | path

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

123456

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DScanfFormatString.cpp32 ScanfConversionSpecifier &CS, in ParseScanList()
200 ScanfConversionSpecifier CS(conversionPosition, k); in ParseScanfSpecifier() local
226 const ScanfConversionSpecifier &CS = getConversionSpecifier(); in getArgType() local
H A DPrintfFormatString.cpp386 PrintfConversionSpecifier CS(conversionPosition, k); in ParsePrintfSpecifier() local
669 const PrintfConversionSpecifier &CS = getConversionSpecifier(); in getArgType() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCtorUtils.cpp72 ConstantStruct *CS = cast<ConstantStruct>(V); in parseGlobalCtors() local
97 ConstantStruct *CS = cast<ConstantStruct>(V); in findGlobalCtors() local
H A DCallGraphUpdater.cpp160 void CallGraphUpdater::removeCallSite(CallBase &CS) { in removeCallSite()
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DStringsAndChecksums.cpp65 const DebugChecksumsSubsectionRef &CS) { in setChecksums()
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp39 if (auto *CS = dyn_cast<CallBase>(&I)) { in getFunctionPropertiesInfo() local
H A DMLInlineAdvisor.cpp57 if (auto *CS = dyn_cast<CallBase>(&I)) in getInlinableCS() local
88 if (auto *CS = getInlinableCS(I)) { in MLInlineAdvisor() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp137 for (auto &CS : CSI) in getLibCallID() local
297 for (auto &CS : CSI) { in getNonLibcallCSI() local
992 for (auto &CS : CSI) in spillCalleeSavedRegisters() local
998 for (auto &CS : NonLibcallCSI) { in spillCalleeSavedRegisters() local
1023 for (auto &CS : reverse(NonLibcallCSI)) { in restoreCalleeSavedRegisters() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DInstruction.h300 bool startsAfter(const CycleSegment &CS) const { return End <= CS.Begin; } in startsAfter()
301 bool endsBefore(const CycleSegment &CS) const { return Begin >= CS.End; } in endsBefore()
302 bool overlaps(const CycleSegment &CS) const { in overlaps()
338 CycleSegment CS; member
341 : CS(Cycles), NumUnits(Units) {} in CS() function
/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFGStmtMap.cpp52 Optional<CFGStmt> CS = CE.getAs<CFGStmt>(); in Accumulate() local
H A DCloneDetection.cpp63 auto CS = cast<CompoundStmt>(S); in begin() local
71 auto CS = cast<CompoundStmt>(S); in end() local
257 auto CS = dyn_cast<CompoundStmt>(S); in saveHash() local
H A DProgramPoint.cpp193 if (const auto *CS = dyn_cast<CastExpr>(S)) in printJson() local
H A DReachableCode.cpp76 if (Optional<CFGStmt> CS = B->back().getAs<CFGStmt>()) { in isBuiltinAssumeFalse() local
93 if (Optional<CFGStmt> CS = I->getAs<CFGStmt>()) { in isDeadReturn() local
459 if (Optional<CFGStmt> CS = I->getAs<CFGStmt>()) { in findDeadCode() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1820 raw_string_ostream CS(Comment); in getShuffleComment() local
1875 static void printConstant(const APInt &Val, raw_ostream &CS) { in printConstant()
1890 static void printConstant(const APFloat &Flt, raw_ostream &CS) { in printConstant()
1897 static void printConstant(const Constant *COp, raw_ostream &CS) { in printConstant()
2166 raw_string_ostream CS(Comment); in addConstantComments() local
2245 raw_string_ostream CS(Comment); in addConstantComments() local
2354 raw_string_ostream CS(Comment); in addConstantComments() local
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp28 CountKey(const StackFrameContext *CS, unsigned ID) in CountKey()
/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Dfnmatch.c126 #define L_(CS) CS argument
147 #define L_(CS) L##CS argument
/netbsd/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dgcc_compat.c217 #define CS(x) macro
219 #define CS(x) [x] = macro
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Dfnmatch.c126 #define L_(CS) CS argument
147 #define L_(CS) L##CS argument
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp127 if (Optional<CFGStmt> CS = CE.getAs<CFGStmt>()) { in checkEndAnalysis() local
/netbsd/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProf.cpp189 for (const auto &CS : SortedCallsiteSamples.get()) { in print() local
255 for (const auto &CS : CallsiteSamples) { in findAllNames() local
/netbsd/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dfnmatch.c155 # define L_(CS) CS argument
185 # define L_(CS) L##CS argument
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerGlobalDtors.cpp87 auto *CS = dyn_cast<ConstantStruct>(O); in runOnModule() local
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DJumpDiagnostics.cpp322 auto *CS = cast<ObjCForCollectionStmt>(S); in BuildScopeInformation() local
420 CXXCatchStmt *CS = TS->getHandler(I); in BuildScopeInformation() local
680 if (CaseStmt *CS = dyn_cast<CaseStmt>(SC)) in VerifyJumps() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp251 ConstraintSystem CS; in dumpWithNames() local
260 ConstraintSystem CS; in eliminateConstraints() local
/netbsd/external/cddl/osnet/dev/dtrace/x86/
H A Dregset.h129 #define CS 15 macro

123456