OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_format
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/atf/dist/atf-c/
error.h
48
void (*
m_format
)(struct atf_error *, char *, size_t);
member in struct:atf_error
/src/external/gpl3/gcc/dist/gcc/
real.h
219
format_helper (const real_format *format) :
m_format
(format) {}
221
const real_format *operator-> () const { return
m_format
; }
222
operator const real_format *() const { return
m_format
; }
224
bool decimal_p () const { return
m_format
&&
m_format
->b == 10; }
228
const real_format *
m_format
;
member in class:format_helper
233
:
m_format
(m == VOIDmode ? 0 : REAL_MODE_FORMAT (m))
/src/external/gpl3/gcc.old/dist/gcc/
real.h
219
format_helper (const real_format *format) :
m_format
(format) {}
221
const real_format *operator-> () const { return
m_format
; }
222
operator const real_format *() const { return
m_format
; }
224
bool decimal_p () const { return
m_format
&&
m_format
->b == 10; }
228
const real_format *
m_format
;
member in class:format_helper
233
:
m_format
(m == VOIDmode ? 0 : REAL_MODE_FORMAT (m))
Completed in 18 milliseconds
Indexes created Tue Mar 24 00:24:13 UTC 2026