Home
last modified time | relevance | path

Searched defs:isGlobal (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/npm/node_modules/update-notifier/
Dindex.js117 opts = Object.assign({isGlobal: isInstalledGlobally()}, opts); property
Dreadme.md142 ##### isGlobal l4subsection
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbolWasm.h45 bool isGlobal() const { return Type == wasm::WASM_SYMBOL_TYPE_GLOBAL; } in isGlobal() function
/third_party/flutter/skia/src/sksl/
DSkSLByteCodeGenerator.cpp836 bool isGlobal = storage == Variable::kGlobal_Storage; in writeVariableExpression() local
1241 bool isGlobal = storage == Variable::kGlobal_Storage; in store() local
1286 bool isGlobal = storage == Variable::kGlobal_Storage; in store() local
/third_party/typescript/tests/baselines/reference/
DparserRealSource7.js160 var isGlobal = context.scopeChain.container == context.checker.gloMod; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DIRSymtab.h204 bool isGlobal() const { return (Flags >> S::FB_global) & 1; } in isGlobal() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOperand.h337 bool isGlobal() const { return OpKind == MO_GlobalAddress; } in isGlobal() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp70 bool isGlobal() const { return Kind == MachineOperand::MO_GlobalAddress; } in isGlobal() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2269 bool isGlobal) { in writeConstants()
/third_party/mesa3d/src/amd/compiler/
Daco_ir.h1192 constexpr bool isGlobal() const noexcept { return format == Format::GLOBAL; } in isGlobal() function
/third_party/node/tools/
Dlint-md.mjs16256 const createToken = (name, value, isGlobal) => { argument