Searched defs:CS (Results 1 - 25 of 62) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFGStmtMap.cpp52 Optional<CFGStmt> CS = CE.getAs<CFGStmt>(); local
H A DCloneDetection.cpp71 auto CS = cast<CompoundStmt>(S); local
257 auto CS = dyn_cast<CompoundStmt>(S); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DStringsAndChecksums.cpp64 setChecksums( const DebugChecksumsSubsectionRef &CS) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp28 CountKey(const StackFrameContext *CS, unsigned ID) argument
H A DCoreEngine.cpp544 CFGStmt CS = (*Block)[Idx].castAs<CFGStmt>(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCtorUtils.cpp72 ConstantStruct *CS = cast<ConstantStruct>(V); local
97 ConstantStruct *CS = cast<ConstantStruct>(V); local
H A DCallGraphUpdater.cpp159 void CallGraphUpdater::removeCallSite(CallBase &CS) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/Solaris/sys/
H A Dregset.h18 #undef CS macro
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DScanfFormatString.cpp226 const ScanfConversionSpecifier &CS = getConversionSpecifier(); local
31 ParseScanList(FormatStringHandler &H, ScanfConversionSpecifier &CS, const char *&Beg, const char *E) argument
[all...]
H A DFormatString.cpp122 ParseFieldWidth(FormatStringHandler &H, FormatSpecifier &CS, const char *Start, const char *&Beg, const char *E, unsigned *argIndex) argument
[all...]
H A DPrintfFormatString.cpp669 const PrintfConversionSpecifier &CS = getConversionSpecifier(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_segmented_array.h504 auto CS = F(Size); variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerGlobalDtors.cpp87 auto *CS = dyn_cast<ConstantStruct>(O); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp301 const CycleSegment &CS = R.second.CS; local
/freebsd-13-stable/sys/cddl/dev/dtrace/x86/
H A Dregset.h129 #define CS 15 macro
150 #define CS 14 macro
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DConstString.cpp335 void llvm::format_provider<ConstString>::format(const ConstString &CS, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp77 ConstantStruct *CS = dyn_cast<ConstantStruct>(InitList->getOperand(I)); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp453 fillConstantStruct(const DataLayout &DL, const ConstantStruct *CS, val_vec_type &Vals, int Offset) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h495 iterator erase(const_iterator CS, const_iterator CE) { argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp312 auto *CS = cast<ObjCForCollectionStmt>(S); local
410 CXXCatchStmt *CS = TS->getHandler(I); local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4783 const CompoundStmt *CS = CompoundStmtMatcher<NodeType>::get(Node); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp329 const CallBase &CS = *cast<CallBase>(I); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp541 convertOneChecksum(const DebugStringTableSubsectionRef &Strings, const FileChecksumEntry &CS) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h200 size_t getPreallocatedIdForCallSite(const Value *CS) { argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp728 const auto *CS = D.getInnermostCapturedStmt(); local
[all...]

Completed in 306 milliseconds

123