Searched refs:fs (Results 1 - 25 of 192) sorted by relevance

12345678

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/mips/
H A Dnansf-2008.c4 float fs = __builtin_nansf (""); variable
H A Dnansf-legacy.c4 float fs = __builtin_nansf (""); variable
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_fstream/open/char/
H A D1.cc25 std::fstream fs; local
28 fs.open(name);
30 fs.close();
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dparsing6.C12 cow fs; local
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-fre-9.c10 union loc fs; local
12 *state_in = fs.reg;
13 *state_in = fs.offset;
18 union loc fs; local
21 *state_in = fs.offset;
22 *state_in = fs.reg;
H A Dssa-fre-10.c9 union loc fs; local
14 *state_in = fs.reg;
16 *state_in = fs.offset;
/haiku-buildtools/gcc/libgcc/config/pa/
H A Dhpux-unwind.h110 _Unwind_FrameState *fs)
149 fs->regs.cfa_how = CFA_REG_OFFSET;
150 fs->regs.cfa_reg = 30;
151 fs->regs.cfa_offset = 0;
153 fs->retaddr_column = 0;
154 fs->regs.reg[0].how = REG_SAVED_OFFSET;
155 fs->regs.reg[0].loc.offset = -24;
158 uw_update_context (context, fs);
160 /* Set up fs to describe the FDE for the caller of this stub. */
161 return uw_frame_state_for (context, fs);
109 pa_fallback_frame_state(struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20090328-1.c6 union loc fs; local
11 *state_in = fs.reg;
13 *state_in = fs.offset;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/filesystem/operations/
H A Dcurrent_path.cc1 // { dg-options "-std=gnu++11 -lstdc++fs" }
21 // 15.11 Current path [fs.op.current_path]
27 namespace fs = std::experimental::filesystem;
34 fs::path dot(".");
35 fs::path cwd = fs::current_path();
37 fs::path cwd2 = fs::current_path(ec);
46 auto oldwd = fs::current_path();
47 auto tmpdir = fs
[all...]
H A Dcopy.cc1 // { dg-options "-std=gnu++11 -lstdc++fs" }
21 // 15.3 Copy [fs.op.copy]
28 namespace fs = std::experimental::filesystem;
39 VERIFY( !fs::exists(p) );
40 fs::copy(p, ".", fs::copy_options::none, ec);
44 fs::copy(".", ".", fs::copy_options::none, ec);
48 VERIFY( fs::is_directory(".") );
49 VERIFY( fs
[all...]
H A Dstatus.cc18 // { dg-options "-std=gnu++11 -lstdc++fs" }
25 namespace fs = std::experimental::filesystem;
33 fs::file_status st1 = fs::status(".", ec);
35 VERIFY( st1.type() == fs::file_type::directory );
37 fs::file_status st2 = fs::status(".");
38 VERIFY( st2.type() == fs::file_type::directory );
46 fs::path p = __gnu_test::nonexistent_path();
49 fs
[all...]
/haiku-buildtools/gcc/libgcc/config/bfin/
H A Dlinux-unwind.h38 _Unwind_FrameState *fs)
67 fs->regs.cfa_how = CFA_REG_OFFSET;
68 fs->regs.cfa_reg = 14;
69 fs->regs.cfa_offset = new_cfa - (long) context->cfa;
71 fs->regs.reg[0].how = REG_SAVED_OFFSET;
72 fs->regs.reg[0].loc.offset = (long)&sc->sc_r0 - new_cfa;
73 fs->regs.reg[1].how = REG_SAVED_OFFSET;
74 fs->regs.reg[1].loc.offset = (long)&sc->sc_r1 - new_cfa;
75 fs->regs.reg[2].how = REG_SAVED_OFFSET;
76 fs
37 bfin_fallback_frame_state(struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
[all...]
/haiku-buildtools/gcc/libgcc/config/i386/
H A Dlinux-unwind.h46 _Unwind_FrameState *fs)
71 fs->regs.cfa_how = CFA_REG_OFFSET;
73 fs->regs.cfa_reg = 7;
74 fs->regs.cfa_offset = new_cfa - (long) context->cfa;
77 fs->regs.reg[0].how = REG_SAVED_OFFSET;
78 fs->regs.reg[0].loc.offset = (long)&sc->rax - new_cfa;
79 fs->regs.reg[1].how = REG_SAVED_OFFSET;
80 fs->regs.reg[1].loc.offset = (long)&sc->rdx - new_cfa;
81 fs->regs.reg[2].how = REG_SAVED_OFFSET;
82 fs
45 x86_64_fallback_frame_state(struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
119 x86_fallback_frame_state(struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
[all...]
H A Dsol2-unwind.h37 _Unwind_FrameState *fs)
92 fs->regs.cfa_how = CFA_REG_OFFSET;
93 fs->regs.cfa_reg = 7;
94 fs->regs.cfa_offset = new_cfa - (long) context->cfa;
97 fs->regs.reg[0].how = REG_SAVED_OFFSET;
98 fs->regs.reg[0].loc.offset = (long)&mctx->gregs[REG_RAX] - new_cfa;
99 fs->regs.reg[1].how = REG_SAVED_OFFSET;
100 fs->regs.reg[1].loc.offset = (long)&mctx->gregs[REG_RDX] - new_cfa;
101 fs->regs.reg[2].how = REG_SAVED_OFFSET;
102 fs
36 x86_64_fallback_frame_state(struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
140 x86_fallback_frame_state(struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
[all...]
H A Ddragonfly-unwind.h61 (struct _Unwind_Context *context, _Unwind_FrameState *fs)
74 fs->regs.cfa_how = CFA_REG_OFFSET;
76 fs->regs.cfa_reg = 7;
77 fs->regs.cfa_offset = new_cfa - (long) context->cfa;
80 fs->regs.reg[0].how = REG_SAVED_OFFSET;
81 fs->regs.reg[0].loc.offset = (long)&sf->REG_NAME(rax) - new_cfa;
82 fs->regs.reg[1].how = REG_SAVED_OFFSET;
83 fs->regs.reg[1].loc.offset = (long)&sf->REG_NAME(rdx) - new_cfa;
84 fs->regs.reg[2].how = REG_SAVED_OFFSET;
85 fs
60 x86_64_dragonfly_fallback_frame_state(struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
140 x86_dragonfly_fallback_frame_state(struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
[all...]
H A Dfreebsd-unwind.h41 (struct _Unwind_Context *context, _Unwind_FrameState *fs)
68 fs->regs.cfa_how = CFA_REG_OFFSET;
70 fs->regs.cfa_reg = 7;
71 fs->regs.cfa_offset = new_cfa - (long) context->cfa;
74 fs->regs.reg[0].how = REG_SAVED_OFFSET;
75 fs->regs.reg[0].loc.offset = (long)&sf->REG_NAME(rax) - new_cfa;
76 fs->regs.reg[1].how = REG_SAVED_OFFSET;
77 fs->regs.reg[1].loc.offset = (long)&sf->REG_NAME(rdx) - new_cfa;
78 fs->regs.reg[2].how = REG_SAVED_OFFSET;
79 fs
40 x86_64_freebsd_fallback_frame_state(struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
123 x86_freebsd_fallback_frame_state(struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
[all...]
H A Dw32-unwind.h109 && pc_[0] == 0x64 && pc_[1] == 0x8b) /* mov %fs:(0),<reg> */ \
124 _Unwind_FrameState *fs)
151 fs->regs.cfa_how = CFA_REG_OFFSET;
152 fs->regs.cfa_reg = __builtin_dwarf_sp_column();
153 fs->regs.cfa_offset = new_cfa_ - (long) ctx_cfa_;
156 fs->regs.reg[0].how = REG_SAVED_OFFSET;
157 fs->regs.reg[0].loc.offset = (long)&proc_ctx_->Eax - new_cfa_;
158 fs->regs.reg[3].how = REG_SAVED_OFFSET;
159 fs->regs.reg[3].loc.offset = (long)&proc_ctx_->Ebx - new_cfa_;
160 fs
123 i386_w32_fallback_frame_state(struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
[all...]
/haiku-buildtools/gcc/libgcc/config/sparc/
H A Dlinux-unwind.h38 _Unwind_FrameState *fs)
58 fs->regs.cfa_how = CFA_REG_OFFSET;
59 fs->regs.cfa_reg = __builtin_dwarf_sp_column ();
60 fs->regs.cfa_offset = new_cfa - this_cfa;
68 fs->regs.reg[i].how = REG_SAVED_OFFSET;
69 fs->regs.reg[i].loc.offset
74 fs->regs.reg[i + 16].how = REG_SAVED_OFFSET;
75 fs->regs.reg[i + 16].loc.offset
84 fs->regs.reg[i + 32].how = REG_SAVED_OFFSET;
85 fs
37 sparc64_fallback_frame_state(struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
108 sparc64_frob_update_context(struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
137 sparc_fallback_frame_state(struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Dspe1.c14 __ev64_fs__ fs = Foo (); local
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_fstream/cons/char/
H A D1.cc26 std::fstream fs(name);
/haiku-buildtools/gcc/libgcc/config/m68k/
H A Dlinux-unwind.h53 _Unwind_FrameState *fs)
67 fs->regs.cfa_how = CFA_REG_OFFSET;
68 fs->regs.cfa_reg = 15;
69 fs->regs.cfa_offset = cfa - (long) context->cfa;
71 fs->regs.reg[0].how = REG_SAVED_OFFSET;
72 fs->regs.reg[0].loc.offset = (long) &sc->sc_d0 - cfa;
73 fs->regs.reg[1].how = REG_SAVED_OFFSET;
74 fs->regs.reg[1].loc.offset = (long) &sc->sc_d1 - cfa;
75 fs->regs.reg[8].how = REG_SAVED_OFFSET;
76 fs
52 m68k_fallback_frame_state(struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
[all...]
/haiku-buildtools/gcc/libstdc++-v3/src/filesystem/
H A Ddir.cc48 namespace fs = std::experimental::filesystem;
50 struct fs::_Dir
54 _Dir(DIR* dirp, const fs::path& path) : dirp(dirp), path(path) { }
68 fs::path path;
84 inline fs::_Dir
85 open_dir(const fs::path& p, fs::directory_options options,
96 && is_set(options, fs::directory_options::skip_permission_denied))
100 _GLIBCXX_THROW_OR_ABORT(fs::filesystem_error(
108 inline fs
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D920721-3.c10 static inline fs (signed short data) function
16 if(fs(i++)!=5)abort();
17 if(fs(++i)!=7)abort();
/haiku-buildtools/gcc/libgcc/config/sh/
H A Dlinux-unwind.h63 _Unwind_FrameState *fs)
97 fs->regs.cfa_how = CFA_REG_OFFSET;
98 fs->regs.cfa_reg = 15;
99 fs->regs.cfa_offset = new_cfa - (long) context->cfa;
106 fs->regs.reg[i].how = REG_SAVED_OFFSET;
107 fs->regs.reg[i].loc.offset
111 fs->regs.reg[SH_DWARF_FRAME_SR].how = REG_SAVED_OFFSET;
112 fs->regs.reg[SH_DWARF_FRAME_SR].loc.offset
118 fs->regs.reg[r+i].how = REG_SAVED_OFFSET;
119 fs
62 shmedia_fallback_frame_state(struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
149 sh_fallback_frame_state(struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
[all...]
/haiku-buildtools/gcc/gmp/mpf/
H A Dfits_s.h29 mp_size_t fs, fn; variable
34 fs = SIZ(f);
35 if (fs == 0)
43 fn = ABS (fs);
63 return fl <= (fs >= 0 ? (mp_limb_t) MAXIMUM : - (mp_limb_t) MINIMUM);

Completed in 238 milliseconds

12345678