Searched defs:GlobalInitialized (Results 1 – 3 of 3) sorted by relevance
/frameworks/compile/slang/ | ||
D | slang.h | 58 static bool GlobalInitialized; variable |
D | slang.cpp | 105 bool Slang::GlobalInitialized = false; member in slang::Slang |
/frameworks/compile/libbcc/lib/ExecutionEngine/ | ||
D | Compiler.cpp | 92 bool Compiler::GlobalInitialized = false; member in bcc::Compiler |