Home
last modified time | relevance | path

Searched refs:onDelete (Results 1 – 6 of 6) sorted by relevance

/external/llvm/unittests/VMCore/
DValueMapTest.cpp192 static void onDelete(const ExtraData &Data, KeyT Old) { in onDelete() function
245 static void onDelete(const ExtraData &Data, KeyT Old) { in onDelete() function
277 static void onDelete(ExtraData Map, KeyT Old) { in onDelete() function
/external/llvm/include/llvm/ADT/
DValueMap.h64 static void onDelete(const ExtraDataT &/*Data*/, KeyT /*Old*/) {} in onDelete() function
219 Config::onDelete(Copy.Map->Data, Copy.Unwrap()); // May destroy *this.
/external/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp86 static void onDelete(JITResolverState *JRS, Function *F);
355 static void onDelete(JITEmitter *, const Function*);
478 void CallSiteValueMapConfig::onDelete(JITResolverState *JRS, Function *F) { in onDelete() function in CallSiteValueMapConfig
1238 void JITEmitter::EmittedFunctionConfig::onDelete( in onDelete() function in JITEmitter::EmittedFunctionConfig
/external/chromium/chrome/browser/resources/file_manager/js/
Dfile_manager.js1456 function onDelete() { function
1465 onDelete,
1466 util.flog('Error deleting file: ' + entry.fullPath, onDelete));
1469 onDelete,
1470 util.flog('Error deleting folder: ' + entry.fullPath, onDelete));
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h56 static void onDelete(ExecutionEngineState *EES, const GlobalValue *Old);
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1144 void ExecutionEngineState::AddressMapConfig::onDelete(ExecutionEngineState *EES, in onDelete() function in ExecutionEngineState::AddressMapConfig