Home
last modified time | relevance | path

Searched defs:OFS (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp331 auto &OFS = static_cast<raw_fd_ostream &>(OS); in writeFuncOffsetTable() local
422 auto &OFS = static_cast<raw_fd_ostream &>(*OutputStream); in writeSecHdrTable() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp608 auto &OFS = static_cast<raw_fd_ostream &>(OS); in writeFuncOffsetTable() local
693 auto &OFS = static_cast<raw_fd_ostream &>(*OutputStream); in writeSecHdrTable() local
/aosp_15_r20/external/clang/unittests/AST/
H A DASTImporterTest.cpp70 vfs::OverlayFileSystem *OFS = static_cast<vfs::OverlayFileSystem *>( in testImport() local
/aosp_15_r20/external/one-true-awk/
H A Dtran.c40 char **OFS; /* output field sep */ variable
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1783 else if (const ObjCForCollectionStmt *OFS = in GenerateAlternateExtensivePathDiagnostic() local
/aosp_15_r20/external/toybox/toys/pending/
H A Dawk.c214 NR, OFMT, OFS, ORS, RLENGTH, RS, RSTART, SUBSEP }; enumerator