Home
last modified time | relevance | path

Searched +refs:clang +refs:delete (Results 1 – 25 of 127) sorted by relevance

123456

/external/clang/include/clang/Basic/
DIdentifierTable.h30 namespace clang {
76 IdentifierInfo(const IdentifierInfo&) = delete;
77 void operator=(const IdentifierInfo&) = delete;
364 IdentifierIterator(const IdentifierIterator &) = delete;
365 void operator=(const IdentifierIterator &) = delete;
735 SelectorTable(const SelectorTable &) = delete;
736 void operator=(const SelectorTable &) = delete;
810 struct DenseMapInfo<clang::Selector> {
811 static inline clang::Selector getEmptyKey() {
812 return clang::Selector::getEmptyMarker();
[all …]
/external/clang/include/clang/Lex/
DPreprocessingRecord.h28 namespace clang {
35 void* operator new(size_t bytes, clang::PreprocessingRecord& PR,
39 void operator delete(void* ptr, clang::PreprocessingRecord& PR,
42 namespace clang {
110 void operator delete(void* ptr, PreprocessingRecord& PR, in delete() function
112 return ::operator delete(ptr, PR, alignment); in delete()
115 void operator delete(void*, std::size_t) throw() { } in delete() function
116 void operator delete(void*, void*) throw() { } in delete() function
121 void operator delete(void* data) throw();
527 inline void* operator new(size_t bytes, clang::PreprocessingRecord& PR, in new()
[all …]
DHeaderMap.h24 namespace clang {
35 HeaderMap(const HeaderMap &) = delete;
36 void operator=(const HeaderMap &) = delete;
DPTHLexer.h19 namespace clang {
47 PTHLexer(const PTHLexer &) = delete;
48 void operator=(const PTHLexer &) = delete;
DPTHManager.h31 namespace clang {
95 PTHManager(const PTHManager &) = delete;
96 void operator=(const PTHManager &) = delete;
DPreprocessorLexer.h22 namespace clang {
72 PreprocessorLexer(const PreprocessorLexer &) = delete;
73 void operator=(const PreprocessorLexer &) = delete;
DTokenLexer.h19 namespace clang {
102 TokenLexer(const TokenLexer &) = delete;
103 void operator=(const TokenLexer &) = delete;
/external/lldb/examples/test/
Dusage-lldb-loggings39 compilers=['clang']
41 Configuration: arch=x86_64 compiler=clang
46 Test a sequence of breakpoint command add, list, and delete. ...
48 with log destination: /tmp/lldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.te…
51 Test a sequence of breakpoint command add, list, and delete. ...
53 with log destination: /tmp/lldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.te…
61 -rw-r----- 1 johnny wheel 614614 Aug 22 11:36 /tmp/lldb_log-x86_64-clang-TestBreakpointCommand.B…
62 -rw-r----- 1 johnny wheel 614614 Aug 22 11:36 /tmp/lldb_log-x86_64-clang-TestBreakpointCommand.B…
104 compilers=['clang']
106 Configuration: arch=x86_64 compiler=clang
[all …]
/external/clang/include/clang/AST/
DAttrIterator.h20 namespace clang {
26 void *operator new(size_t Bytes, const clang::ASTContext &C,
30 void *operator new[](size_t Bytes, const clang::ASTContext &C,
36 void operator delete(void *Ptr, const clang::ASTContext &C, size_t);
37 void operator delete[](void *Ptr, const clang::ASTContext &C, size_t);
39 namespace clang {
DDeclarationName.h24 namespace clang {
347 DeclarationNameTable(const DeclarationNameTable&) = delete;
348 void operator=(const DeclarationNameTable&) = delete;
574 struct DenseMapInfo<clang::DeclarationName> {
575 static inline clang::DeclarationName getEmptyKey() {
576 return clang::DeclarationName::getEmptyMarker();
579 static inline clang::DeclarationName getTombstoneKey() {
580 return clang::DeclarationName::getTombstoneMarker();
583 static unsigned getHashValue(clang::DeclarationName Name) {
588 isEqual(clang::DeclarationName LHS, clang::DeclarationName RHS) {
[all …]
DCommentCommandTraits.h26 namespace clang {
169 CommandTraits(const CommandTraits &) = delete;
170 void operator=(const CommandTraits &) = delete;
DAttr.h33 namespace clang {
61 void operator delete(void* data) throw() { in delete() function
71 void operator delete(void *Ptr, ASTContext &C, in delete() function
73 return ::operator delete(Ptr, C, Alignment); in delete()
DCommentParser.h23 namespace clang {
31 Parser(const Parser &) = delete;
32 void operator=(const Parser &) = delete;
/external/clang/include/clang/Sema/
DDeclSpec.h38 namespace clang {
250 static const TSCS TSCS_unspecified = clang::TSCS_unspecified;
251 static const TSCS TSCS___thread = clang::TSCS___thread;
252 static const TSCS TSCS_thread_local = clang::TSCS_thread_local;
253 static const TSCS TSCS__Thread_local = clang::TSCS__Thread_local;
257 static const TSW TSW_unspecified = clang::TSW_unspecified;
258 static const TSW TSW_short = clang::TSW_short;
259 static const TSW TSW_long = clang::TSW_long;
260 static const TSW TSW_longlong = clang::TSW_longlong;
270 static const TSS TSS_unspecified = clang::TSS_unspecified;
[all …]
DTemplateDeduction.h20 namespace clang {
47 TemplateDeductionInfo(const TemplateDeductionInfo &) = delete;
48 void operator=(const TemplateDeductionInfo &) = delete;
251 const TemplateSpecCandidateSet &) = delete;
252 void operator=(const TemplateSpecCandidateSet &) = delete;
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyUtil.h28 namespace clang {
68 clang::threadSafety::til::MemRegionRef &R) { in new()
73 namespace clang {
76 std::string getSourceLiteralString(const clang::Expr *CE);
79 using clang::SourceLocation;
217 SimpleArray(const SimpleArray<T> &A) = delete;
246 CopyOnWriteVector(const CopyOnWriteVector &V) = delete;
247 void operator=(const CopyOnWriteVector &V) = delete;
272 delete Data; in destroy()
DDominators.h30 namespace clang {
47 ~DominatorTree() override { delete DT; } in ~DominatorTree()
169 template <> struct GraphTraits< ::clang::DomTreeNode* > {
170 typedef ::clang::DomTreeNode NodeType;
183 typedef df_iterator< ::clang::DomTreeNode* > nodes_iterator;
185 static nodes_iterator nodes_begin(::clang::DomTreeNode *N) {
189 static nodes_iterator nodes_end(::clang::DomTreeNode *N) {
194 template <> struct GraphTraits< ::clang::DominatorTree* >
195 : public GraphTraits< ::clang::DomTreeNode* > {
196 static NodeType *getEntryNode(::clang::DominatorTree *DT) {
[all …]
/external/llvm/test/Transforms/ObjCARC/
Dempty-block.ll12 ; Don't delete the autorelease.
31 tail call void @objc_release(i8* %1) nounwind, !clang.imprecise_release !0
36 ; Do delete the autorelease, even with the retain in a different block.
52 tail call void @objc_release(i8* %1) nounwind, !clang.imprecise_release !0
/external/clang/lib/CodeGen/
DSanitizerMetadata.h26 namespace clang {
34 SanitizerMetadata(const SanitizerMetadata &) = delete;
35 void operator=(const SanitizerMetadata &) = delete;
DCGLoopInfo.h29 namespace clang {
81 LoopInfoStack(const LoopInfoStack &) = delete;
82 void operator=(const LoopInfoStack &) = delete;
/external/clang/include/clang/Rewrite/Core/
DTokenRewriter.h24 namespace clang {
46 TokenRewriter(const TokenRewriter &) = delete;
47 void operator=(const TokenRewriter &) = delete;
DDeltaTree.h19 namespace clang {
30 void operator=(const DeltaTree &) = delete;
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramStateTrait.h31 namespace clang {
45 namespace clang { \
93 delete (typename data_type::Factory*) Ctx;
145 delete (typename data_type::Factory*) Ctx;
184 delete (typename data_type::Factory*) Ctx;
/external/clang/include/clang/Serialization/
DGlobalModuleIndex.h32 namespace clang {
121 GlobalModuleIndex(const GlobalModuleIndex &) = delete;
122 GlobalModuleIndex &operator=(const GlobalModuleIndex &) = delete;
/external/clang/lib/Format/
DTokenAnnotator.h23 namespace clang {
73 delete Children[i]; in ~AnnotatedLine()
108 AnnotatedLine(const AnnotatedLine &) = delete;
109 void operator=(const AnnotatedLine &) = delete;

123456