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

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

Completed in 1433 milliseconds