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