OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:badbit
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
ios.cc
56
const ios_base::iostate ios_base::
badbit
;
member in class:ios_base
147
_M_streambuf_state |=
badbit
;
/src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
ios.cc
56
const ios_base::iostate ios_base::
badbit
;
member in class:ios_base
147
_M_streambuf_state |=
badbit
;
/src/external/apache2/llvm/dist/libcxx/src/
ios.cpp
96
const ios_base::iostate ios_base::
badbit
;
member in class:ios_base
171
setstate(
badbit
);
195
setstate(
badbit
);
220
setstate(
badbit
);
224
setstate(
badbit
);
252
__rdstate_ = state |
badbit
;
254
if (((state | (__rdbuf_ ? goodbit :
badbit
)) & __exceptions_) != 0)
264
__rdstate_ = __rdbuf_ ? goodbit :
badbit
;
285
// If we can't acquire the needed resources, throw bad_alloc (can't set
badbit
)
415
__rdstate_ |=
badbit
;
[
all
...]
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
ios_base.h
437
* -
badbit
446
static const iostate
badbit
= _S_badbit;
member in class:io_errc::ios_base
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
ios_base.h
416
* -
badbit
425
static const iostate
badbit
= _S_badbit;
member in class:io_errc::ios_base
Completed in 24 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026