Home
last modified time | relevance | path

Searched defs:Initialized (Results 1 – 15 of 15) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DInitLLVM.cpp42 static std::atomic<bool> Initialized{false}; in InitLLVM() local
H A DSignals.cpp83 enum class Status { Empty, Initializing, Initialized, Executing }; enumerator
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DOProfileWrapper.h59 bool Initialized; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStatistic.h57 std::atomic<bool> Initialized; variable
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h22 Initialized, enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.cpp133 static bool Initialized = false; in getFirstReg() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h125 bool Initialized = false; // Flagged after all passes are configured. variable
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp92 bool Initialized; member in __anonaf84b2280111::PrintPPOutputPPCallbacks
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp800 static bool Initialized = false; getOperandTypes() local
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp121 Initialized = 0x1, /* 01 */ enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp1037 bool Initialized = false; in rebuildSSA() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp1148 mutable bool Initialized = false; global() member in __anon232057080811::ObjCNonNilReturnValueChecker
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp58 static bool Initialized = false; getStmtInfoTableEntry() local
/freebsd-src/usr.sbin/syslogd/
H A Dsyslogd.c395 static bool Initialized; /* set when we have initialized ourselves */ global() variable
/freebsd-src/sys/contrib/dev/acpica/include/
H A Daclocal.h702 BOOLEAN Initialized; /* TRUE if this block is initialized */ member