Home
last modified time | relevance | path

Searched refs:Del (Results 1 – 25 of 30) sorted by relevance

12

/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.hash/
Dhash_unique_ptr.pass.cpp30 template <class ValueT, class Del>
32 using UPtr = std::unique_ptr<ValueT, Del>; in test_enabled_with_deleter()
34 using RawDel = typename std::decay<Del>::type; in test_enabled_with_deleter()
36 UPtr p(nullptr, std::forward<Del>(d)); in test_enabled_with_deleter()
41 template <class ValueT, class Del>
43 using UPtr = std::unique_ptr<ValueT, Del>; in test_disabled_with_deleter()
/external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
Ddefault.pass.cpp35 template <class Del = std::default_delete<IncompleteT> >
37 std::unique_ptr<IncompleteT, Del> m_ptr;
42 Del& get_deleter() { return m_ptr.get_deleter(); } in get_deleter()
85 template <class Del>
86 StoresIncomplete<Del>::~StoresIncomplete() { } in ~StoresIncomplete()
Dpointer.pass.cpp67 template <class Del = std::default_delete<IncompleteT> >
69 std::unique_ptr<IncompleteT, Del> m_ptr;
75 Del& get_deleter() { return m_ptr.get_deleter(); } in get_deleter()
155 template <class Del>
156 StoresIncomplete<Del>::~StoresIncomplete() { } in ~StoresIncomplete()
/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_mutexset_test.cc34 mset.Del(1, true); in TEST()
42 mset.Del(3, true); in TEST()
44 mset.Del(5, false); in TEST()
58 mset.Del(1, true); in TEST()
62 mset.Del(1, true); in TEST()
70 mset.Del(1, true); in TEST()
72 mset.Del(1, true); in TEST()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mutexset.h36 void Del(u64 id, bool write);
61 void MutexSet::Del(u64 id, bool write) {} in Del() function
Dtsan_mutexset.cc55 void MutexSet::Del(u64 id, bool write) { in Del() function in __tsan::MutexSet
Dtsan_rtl_mutex.cc214 thr->mset.Del(s->GetId(), true); in MutexUnlock()
290 thr->mset.Del(mid, false); in MutexReadUnlock()
330 thr->mset.Del(s->GetId(), write); in MutexReadOrWriteUnlock()
Dtsan_rtl_report.cc418 mset->Del(pc, true); in RestoreStack()
422 mset->Del(pc, false); in RestoreStack()
/external/clang/test/CXX/special/class.ctor/
Dp5-0x.cpp158 ASSERT_NONTRIVIAL_IMPL(Del ## Class, Bases, Del ## Class() = delete; Body)
/external/clang/include/clang/AST/
DCommentHTMLTags.td37 def Del : Tag<"del">;
/external/python/cpython2/Parser/
DPython.asdl86 expr_context = Load | Store | Del | AugLoad | AugStore | Param
/external/python/cpython2/Python/
Dcompile.c2366 case Del: in compiler_nameop()
2384 case Del: op = DELETE_FAST; break; in compiler_nameop()
2401 case Del: op = DELETE_GLOBAL; break; in compiler_nameop()
2416 case Del: op = DELETE_NAME; break; in compiler_nameop()
3050 case Del: in compiler_visit_expr()
3077 case Del: in compiler_visit_expr()
3079 VISIT_SLICE(c, e->v.Subscript.slice, Del); in compiler_visit_expr()
3222 case Del: op = DELETE_SUBSCR; break; in compiler_handle_subscr()
3307 case Del: op = DELETE_SLICE; break; in compiler_simple_slice()
Dast.c2336 expr_list = ast_for_exprlist(c, CHILD(n, 1), Del); in ast_for_del_stmt()
DPython-ast.c2941 case Del: in ast2obj_expr_context()
5949 *out = Del; in obj2ast_expr_context()
/external/openssh/
DCREDITS33 David Del Piero <David.DelPiero@qed.qld.gov.au> - bug fixes
/external/swiftshader/third_party/LLVM/lib/Analysis/
DValueTracking.cpp1337 InsertValueInst* Del = cast<InsertValueInst>(PrevTo); in BuildSubAggregate() local
1338 PrevTo = Del->getAggregateOperand(); in BuildSubAggregate()
1339 Del->eraseFromParent(); in BuildSubAggregate()
/external/icu/icu4c/source/samples/ufortune/resources/
Des.txt32 -- Bill Gates. (1952?) Fundador de Microsoft. Del manual de Windows 95. ",
100 "Press (Ctrl)(Alt)(Del) to continue...
/external/tcpdump/tests/
Dforces3vvv.out515 Oper TLV Del(0x5) length 52
568 Oper TLV Del(0x5) length 28
/external/python/cpython2/PC/os2vacpp/
Dmakefile.omk329 -- Del /Q $(.PATH.obj)\*.obj >NUL 2>&1
330 -- Del /Q /Y Noise >NUL 2>&1
331 -- Del /Q $(ERRS) >NUL 2>&1
335 -- Del /Q PyCore.lib Python15.lib >NUL 2>&1
336 -- Del /Q Python15.dll Python.exe >NUL 2>&1
Dmakefile336 -- Del /Q $(PATHOBJ)\*.obj >NUL 2>&1
337 -- Del /Q /Y Noise >NUL 2>&1
338 -- Del /Q $(ERRS) >NUL 2>&1
342 -- Del /Q PyCore.lib Python23.lib >NUL 2>&1
343 -- Del /Q Python23.dll Python.exe PGen.exe >NUL 2>&1
/external/python/cpython2/Doc/library/
Didle.rst349 * :kbd:`Backspace` deletes to the left; :kbd:`Del` deletes to the right
351 * :kbd:`C-Backspace` delete word left; :kbd:`C-Del` delete word to the right
/external/python/cpython2/Include/
DPython-ast.h11 typedef enum _expr_context { Load=1, Store=2, Del=3, AugLoad=4, AugStore=5, enumerator
/external/llvm/lib/Analysis/
DValueTracking.cpp2613 InsertValueInst* Del = cast<InsertValueInst>(PrevTo); in BuildSubAggregate() local
2614 PrevTo = Del->getAggregateOperand(); in BuildSubAggregate()
2615 Del->eraseFromParent(); in BuildSubAggregate()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp3862 auto *Del = Reader.ReadDeclAs<FunctionDecl>(ModuleFile, Record, Idx); in UpdateDecl() local
3866 First->OperatorDelete = Del; in UpdateDecl()
/external/hyphenation-patterns/en-US/
Dushyphex.tex1291 Del-a-ware

12