Searched defs:Del (Results 1 - 7 of 7) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutexset.cc55 void MutexSet::Del(u64 id, bool write) { function in class:__tsan::MutexSet
H A Dtsan_mutexset.h36 void Del(u64 id, bool write);
61 void MutexSet::Del(u64 id, bool write) {} function in class:__tsan::MutexSet
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DValueTracking.cpp1337 InsertValueInst* Del = cast<InsertValueInst>(PrevTo); local
1338 PrevTo = Del->getAggregateOperand();
1339 Del->eraseFromParent();
/external/python/cpython2/Include/
H A DPython-ast.h11 typedef enum _expr_context { Load=1, Store=2, Del=3, AugLoad=4, AugStore=5, enumerator in enum:_expr_context
/external/llvm/lib/Analysis/
H A DValueTracking.cpp2613 InsertValueInst* Del = cast<InsertValueInst>(PrevTo); local
2614 PrevTo = Del->getAggregateOperand();
2615 Del->eraseFromParent();
/external/python/cpython3/Include/
H A DPython-ast.h11 typedef enum _expr_context { Load=1, Store=2, Del=3, AugLoad=4, AugStore=5, enumerator in enum:_expr_context
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp3862 auto *Del = Reader.ReadDeclAs<FunctionDecl>(ModuleFile, Record, Idx); local
3866 First->OperatorDelete = Del;

Completed in 287 milliseconds