Home
last modified time | relevance | path

Searched defs:EE (Results 1 – 25 of 68) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp110 if (ExecutionEngine *EE = builder.create()){ in LLVMCreateExecutionEngineForModule() local
216 void LLVMDisposeExecutionEngine(LLVMExecutionEngineRef EE) { in LLVMDisposeExecutionEngine()
220 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticConstructors()
225 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticDestructors()
230 int LLVMRunFunctionAsMain(LLVMExecutionEngineRef EE, LLVMValueRef F, in LLVMRunFunctionAsMain()
239 LLVMGenericValueRef LLVMRunFunction(LLVMExecutionEngineRef EE, LLVMValueRef F, in LLVMRunFunction()
254 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F) { in LLVMFreeMachineCodeForFunction()
257 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M){ in LLVMAddModule()
261 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, in LLVMRemoveModule()
269 LLVMBool LLVMFindFunction(LLVMExecutionEngineRef EE, const char *Name, in LLVMFindFunction()
[all …]
/third_party/typescript/tests/cases/conformance/salsa/
DmoduleExportAssignment.ts5 class EE { class
/third_party/typescript/tests/baselines/reference/
DclassAbstractInheritance.js85 var EE = /** @class */ (function (_super) { class
87 function EE() { class in EE
/third_party/node/test/parallel/
Dtest-events-list.js7 const EE = new EventEmitter(); constant
Dtest-stream2-readable-wrap-empty.js26 const EE = require('events').EventEmitter; constant
Dtest-events-listener-count-with-listener.js7 const EE = new EventEmitter(); constant
Dtest-event-emitter-error-monitor.js6 const EE = new EventEmitter(); constant
Dtest-event-emitter-emit-context.js7 const EE = new EventEmitter(); constant
Dtest-stream2-readable-wrap-destroy.js5 const EE = require('events').EventEmitter; constant
Dtest-stream2-readable-wrap-error.js6 const EE = require('events').EventEmitter; constant
Dtest-event-emitter-errors.js7 const EE = new EventEmitter(); constant
Dtest-stream2-readable-wrap.js26 const EE = require('events').EventEmitter; constant
Dtest-stream2-push.js27 const EE = require('events').EventEmitter; constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSymbolRemappingReader.cpp59 using EE = ItaniumManglingCanonicalizer::EquivalenceError; in read() typedef
/third_party/node/deps/undici/src/lib/handler/
DRedirectHandler.js7 const EE = require('events') constant
55 EE.prototype.on.call(this.opts.body, 'data', function () { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGraphWriter.h86 child_iterator EE = GTraits::child_end(Node); in getEdgeSourceLabels() local
229 child_iterator EE = GTraits::child_end(Node); in writeNode() local
/third_party/node/lib/internal/streams/
Dlegacy.js8 const EE = require('events'); constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DRTDyldMemoryManager.h47 virtual void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreFrameToArgsOffsetElim.cpp54 for (MachineBasicBlock::iterator MBBI = MBB.begin(), EE = MBB.end(); in runOnMachineFunction() local
/third_party/node/deps/npm/lib/utils/
Dtimers.js1 const EE = require('events') constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430BranchSelector.cpp120 for (auto MI = MBB->begin(), EE = MBB->end(); MI != EE; ++MI) { in expandBranches() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackSlotColoring.cpp163 for (MachineBasicBlock::iterator MII = MBB->begin(), EE = MBB->end(); in ScanForSpillSlotRefs() local
180 EE = MI.memoperands_end(); in ScanForSpillSlotRefs() local
/third_party/node/deps/npm/node_modules/minipass-pipeline/
Dindex.js2 const EE = require('events') constant
/third_party/node/deps/npm/node_modules/npm-bundled/lib/
Dindex.js12 const EE = require('events').EventEmitter constant
/third_party/node/deps/npm/node_modules/tar/lib/
Dparse.js25 const EE = require('events') constant

123