Searched defs:Del (Results 1 – 13 of 13) sorted by relevance
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/ |
D | nullptr.pass.cpp | 69 using Del = CDeleter<VT>; in test_sfinae() typedef
|
D | default.pass.cpp | 56 using Del = CDeleter<ElemType>; in test_sfinae() typedef
|
D | pointer.pass.cpp | 118 using Del = CDeleter<T>; in test_sfinae() typedef
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_mutexset.cc | 55 void MutexSet::Del(u64 id, bool write) { in Del() function in __tsan::MutexSet
|
D | tsan_mutexset.h | 61 void MutexSet::Del(u64 id, bool write) {} in Del() function
|
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/ |
D | move_convert.pass.cpp | 260 using Del = GenericDeleter<0>; in test_sfinae() typedef 268 using Del = GenericDeleter<0>; in test_sfinae() typedef 276 using Del = GenericDeleter<0>; in test_sfinae() typedef
|
/external/syzkaller/pkg/rpctype/ |
D | rpctype.go | 94 Del []string member
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ValueTracking.cpp | 1337 InsertValueInst* Del = cast<InsertValueInst>(PrevTo); in BuildSubAggregate() local
|
/external/python/cpython2/Include/ |
D | Python-ast.h | 11 typedef enum _expr_context { Load=1, Store=2, Del=3, AugLoad=4, AugStore=5, enumerator
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 3862 auto *Del = Reader.ReadDeclAs<FunctionDecl>(ModuleFile, Record, Idx); in UpdateDecl() local
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 2613 InsertValueInst* Del = cast<InsertValueInst>(PrevTo); in BuildSubAggregate() local
|
/external/python/cpython3/Include/ |
D | Python-ast.h | 11 typedef enum _expr_context { Load=1, Store=2, Del=3, AugLoad=4, AugStore=5, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 3007 InsertValueInst* Del = cast<InsertValueInst>(PrevTo); in BuildSubAggregate() local
|