OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Initialized
(Results
1 - 21
of
21
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileWrapper.cpp
50
Initialized
(false) {
59
if (
Initialized
)
62
Initialized
= true;
182
if (!
Initialized
)
194
if (!
Initialized
)
215
if (!
Initialized
)
228
if (!
Initialized
)
238
if (!
Initialized
)
248
if (!
Initialized
)
258
if (!
Initialized
)
[
all
...]
/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/Support/
Statistic.cpp
100
if (!
Initialized
.load(std::memory_order_relaxed)) {
104
// Check
Initialized
again after acquiring the lock.
105
if (
Initialized
.load(std::memory_order_relaxed))
111
Initialized
.store(true, std::memory_order_release);
158
Stat->
Initialized
= false;
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/include/llvm/CodeGen/
TargetPassConfig.h
124
bool
Initialized
= false; // Flagged after all passes are configured.
156
void setInitialized() {
Initialized
= true; }
/src/sys/external/bsd/acpica/dist/events/
evgpeblk.c
407
GpeBlock->
Initialized
= FALSE;
453
"
Initialized
GPE %02X to %02X [%4.4s] %u regs on interrupt 0x%X%s\n",
501
* any GPE blocks that have been
initialized
already.
503
if (!GpeBlock || GpeBlock->
Initialized
)
565
GpeBlock->
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/llvm/lib/ExecutionEngine/Orc/
MachOPlatform.cpp
33
enum class ObjCRegistrationAPI { Uninitialized, Unavailable,
Initialized
};
81
ObjCRegistrationAPIState = ObjCRegistrationAPI::
Initialized
;
86
return ObjCRegistrationAPIState == ObjCRegistrationAPI::
Initialized
;
/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/clang/lib/Frontend/
PrintPreprocessedOutput.cpp
92
bool
Initialized
;
111
Initialized
= false;
297
if (!
Initialized
) {
299
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/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/lib/CodeGen/
TargetPassConfig.cpp
660
assert(!
Initialized
&& "PassConfig is immutable");
690
assert(!
Initialized
&& "PassConfig is immutable");
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
dll.d
284
BOOLEAN
Initialized
;
326
* directory, the _tls_index value is not
initialized
by the loader, nor is there space
331
* _tls_index is
initialized
by the compiler to 0, so we can use this as a test.
/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/external/apache2/llvm/dist/clang/lib/AST/
Stmt.cpp
57
static bool
Initialized
= false;
58
if (
Initialized
)
62
Initialized
= true;
/src/sys/external/bsd/acpica/dist/include/
aclocal.h
595
BOOLEAN
Initialized
; /* TRUE if this block is
initialized
*/
Completed in 40 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026