Home
last modified time | relevance | path

Searched defs:IsGlobal (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/asmjs/
Dasm-scanner.h80 bool IsGlobal() const { return IsGlobal(Token()); } in IsGlobal() function
82 static bool IsGlobal(token_t token) { return token >= kGlobalsStart; } in IsGlobal() function
/third_party/cef/libcef_dll/ctocpp/
Drequest_context_ctocpp.cc123 NO_SANITIZE("cfi-icall") bool CefRequestContextCToCpp::IsGlobal() { in IsGlobal() function in CefRequestContextCToCpp
/third_party/cef/libcef/browser/
Drequest_context_impl.cc324 bool CefRequestContextImpl::IsGlobal() { in IsGlobal() function in CefRequestContextImpl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h1740 bool IsGlobal; // ::operator new ? variable
1776 bool IsGlobal; variable