HomeSort by: relevance | last modified time | path
    Searched defs:OFS (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
ClangSrcLocDump.cpp 109 auto *OFS = new llvm::vfs::OverlayFileSystem(vfs::getRealFileSystem());
112 OFS->pushOverlay(MemFS);
116 auto Files = llvm::makeIntrusiveRefCnt<FileManager>(FileSystemOptions(), OFS);
120 "ast-api-dump-tool", OFS);
  /src/external/historical/nawk/dist/
tran.c 44 char **OFS; /* output field sep */
61 Cell *ofsloc; /* OFS */
87 ofsloc = setsymtab("OFS", " ", 0.0, STR|DONTFREE, symtab);
88 OFS = &ofsloc->sval;
  /src/sys/arch/hppa/hppa/
db_disasm.c 80 OFS, /* range [0..MAXINT] */
428 #define wdalign(ofs) (ofs &= ~3)
769 int (*dasmfcn)(const struct inst *, OFS, union insn);
907 int blDasm(const struct inst *, OFS, union insn);
908 int ldDasm(const struct inst *, OFS, union insn);
909 int stDasm(const struct inst *, OFS, union insn);
910 int addDasm(const struct inst *, OFS, union insn);
911 int unitDasm(const struct inst *, OFS, union insn);
912 int iaDasm(const struct inst *, OFS, union insn)
2242 OFS ofs = loc; local
    [all...]

Completed in 38 milliseconds