Home
last modified time | relevance | path

Searched refs:CSV (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp153 auto CSV = DV->getAs<nonloc::CompoundVal>(); in checkPreCall() local
156 if (!CSV) in checkPreCall()
159 V = *(CSV->begin()); in checkPreCall()
161 assert(++CSV->begin() == CSV->end()); in checkPreCall()
/llvm-project-15.0.7/llvm/tools/llvm-xray/
H A Dxray-account.cpp54 enum class AccountOutputFormats { TEXT, CSV }; enumerator
59 clEnumValN(AccountOutputFormats::CSV, "csv",
513 case AccountOutputFormats::CSV: in __anoncdccbc530f02()
/llvm-project-15.0.7/third-party/benchmark/docs/
H A Duser_guide.md127 The CSV format outputs comma-separated values. The `context` is output on stderr
128 and the CSV itself on stdout. Example CSV output looks like:
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-exegesis.rst255 If provided, write the analysis clusters as CSV to this file. "-" prints to
/llvm-project-15.0.7/llvm/docs/
H A DXRay.rst288 options for sorting, and output formats (supports CSV, YAML, and
H A DXRayExample.rst97 this data in a spreadsheet, we can output the results as CSV using the
/llvm-project-15.0.7/clang/docs/
H A DUsersManual.rst770 CSV format:
805 process statistics to the given file in the CSV format. Specifying a relative