OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Initialized
(Results
1 - 15
of
15
) sorted by relevancy
/src/usr.sbin/wsmoused/
action.c
76
static int
Initialized
= 0;
89
* not
initialized
twice. */
95
if (
Initialized
) {
96
log_warnx("action mode already
initialized
");
100
Initialized
= 1;
selection.c
128
static int
Initialized
= 0;
163
if (
Initialized
) {
164
log_warnx("selection mode already
initialized
");
196
assert(Selmouse.sm_max_y != 0); /*
Initialized
by open_tty above. */
197
assert(Selmouse.sm_max_x != 0); /*
Initialized
by open_tty above. */
204
Initialized
= 1;
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
OProfileWrapper.h
59
bool
Initialized
;
82
Initialized
(true)
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Statistic.h
56
std::atomic<bool>
Initialized
;
61
Initialized
(false) {}
123
if (!
Initialized
.load(std::memory_order_acquire))
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCTargetDesc.cpp
129
static bool
Initialized
= false;
130
if (!
Initialized
) {
/src/external/apache2/llvm/dist/llvm/lib/Support/
Signals.cpp
61
enum class Status { Empty, Initializing,
Initialized
, Executing };
71
auto Expected = CallbackAndCookie::Status::
Initialized
;
93
SetMe.Flag.store(CallbackAndCookie::Status::
Initialized
);
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugFrame.cpp
760
static bool
Initialized
= false;
761
if (
Initialized
) {
764
Initialized
= true;
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetPassConfig.h
124
bool
Initialized
= false; // Flagged after all passes are configured.
156
void setInitialized() {
Initialized
= true; }
/src/external/apache2/llvm/dist/clang/lib/Analysis/
UninitializedValues.cpp
103
Initialized
= 0x1, /* 01 */
427
// we should not assume that it is
initialized
by the call, and we
430
// it should already be
initialized
.
518
// can't transfer from being
initialized
to being uninitialized, this will
578
if (AtPredExit ==
Initialized
)
594
// the variable, then it won't be counted as "
initialized
" on the
694
vals[VD] =
Initialized
;
715
vals[vd] =
Initialized
;
726
//
initialized
anywhere within this function may now be
initialized
. Fo
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Frontend/
PrintPreprocessedOutput.cpp
92
bool
Initialized
;
111
Initialized
= false;
297
if (!
Initialized
) {
299
Initialized
= true;
/src/external/apache2/llvm/dist/clang/lib/AST/
Stmt.cpp
57
static bool
Initialized
= false;
58
if (
Initialized
)
62
Initialized
= true;
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp
490
// the bits
initialized
to the provided values.
1145
mutable bool
Initialized
;
1151
ObjCNonNilReturnValueChecker() :
Initialized
(false) {}
1189
if (!
Initialized
) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp
923
bool
Initialized
= false;
938
if (!
Initialized
) {
943
Initialized
= true;
/src/usr.sbin/syslogd/
syslogd.c
182
int
Initialized
= 0; /* set when we have
initialized
ourselves */
1934
if (!
Initialized
) {
2755
if (!
Initialized
|| ShuttingDown) {
2899
if (GlobalSign.rsid) { /* check if
initialized
*/
3470
if (
Initialized
) {
3477
Initialized
= 0;
3550
Initialized
= 1;
3624
Initialized
= 1;
3711
* will not be
initialized
and syslog-sign will generate a new key
[
all
...]
/src/sys/external/bsd/acpica/dist/include/
aclocal.h
595
BOOLEAN
Initialized
; /* TRUE if this block is
initialized
*/
Completed in 64 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026