Searched refs:onDelete (Results 1 – 6 of 6) sorted by relevance
/external/llvm/unittests/VMCore/ |
D | ValueMapTest.cpp | 192 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/ |
D | ValueMap.h | 64 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/ |
D | JITEmitter.cpp | 86 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/ |
D | file_manager.js | 1456 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/ |
D | ExecutionEngine.h | 56 static void onDelete(ExecutionEngineState *EES, const GlobalValue *Old);
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 1144 void ExecutionEngineState::AddressMapConfig::onDelete(ExecutionEngineState *EES, in onDelete() function in ExecutionEngineState::AddressMapConfig
|