Home
last modified time | relevance | path

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

1234567

/external/swiftshader/third_party/subzero/src/
DIceTypeConverter.h23 #pragma clang diagnostic push
24 #pragma clang diagnostic ignored "-Wunused-parameter"
30 #pragma clang diagnostic pop
41 TypeConverter() = delete;
42 TypeConverter(const TypeConverter &) = delete;
43 TypeConverter &operator=(const TypeConverter &) = delete;
DWasmTranslator.h24 #pragma clang diagnostic push
25 #pragma clang diagnostic ignored "-Wunused-parameter"
31 #pragma clang diagnostic pop
46 WasmTranslator() = delete;
47 WasmTranslator(const WasmTranslator &) = delete;
48 WasmTranslator &operator=(const WasmTranslator &) = delete;
DIceGlobalInits.h31 #pragma clang diagnostic push
32 #pragma clang diagnostic ignored "-Wunused-parameter"
40 #pragma clang diagnostic pop
53 GlobalDeclaration() = delete;
54 GlobalDeclaration(const GlobalDeclaration &) = delete;
55 GlobalDeclaration &operator=(const GlobalDeclaration &) = delete;
131 FunctionDeclaration() = delete;
132 FunctionDeclaration(const FunctionDeclaration &) = delete;
133 FunctionDeclaration &operator=(const FunctionDeclaration &) = delete;
221 VariableDeclaration(const VariableDeclaration &) = delete;
[all …]
DIceClFlags.h25 #pragma clang diagnostic push
26 #pragma clang diagnostic ignored "-Wunused-parameter"
32 #pragma clang diagnostic pop
85 ClFlags(const ClFlags &) = delete;
86 ClFlags &operator=(const ClFlags &) = delete;
/external/clang/include/clang/Basic/
DIdentifierTable.h30 namespace clang {
80 IdentifierInfo(const IdentifierInfo&) = delete;
81 void operator=(const IdentifierInfo&) = delete;
399 IdentifierIterator(const IdentifierIterator &) = delete;
400 void operator=(const IdentifierIterator &) = delete;
757 SelectorTable(const SelectorTable &) = delete;
758 void operator=(const SelectorTable &) = delete;
832 struct DenseMapInfo<clang::Selector> {
833 static inline clang::Selector getEmptyKey() {
834 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 {
108 void operator delete(void *ptr, PreprocessingRecord &PR, in delete() function
110 return ::operator delete(ptr, PR, alignment); in delete()
113 void operator delete(void *, std::size_t) LLVM_NOEXCEPT {} in delete() function
114 void operator delete(void *, void *) LLVM_NOEXCEPT {} in delete() function
119 void operator delete(void *data) LLVM_NOEXCEPT;
526 inline void *operator new(size_t bytes, clang::PreprocessingRecord &PR, in new()
[all …]
DPTHLexer.h19 namespace clang {
47 PTHLexer(const PTHLexer &) = delete;
48 void operator=(const PTHLexer &) = delete;
DPreprocessorLexer.h22 namespace clang {
72 PreprocessorLexer(const PreprocessorLexer &) = delete;
73 void operator=(const PreprocessorLexer &) = delete;
/external/v8/tools/clang/rewrite_to_chrome_style/
DEditTracker.h31 void Add(const clang::SourceManager& source_manager,
32 clang::SourceLocation location,
42 EditTracker(const EditTracker&) = delete;
43 EditTracker& operator=(const EditTracker&) = delete;
/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 {
350 DeclarationNameTable(const DeclarationNameTable&) = delete;
351 void operator=(const DeclarationNameTable&) = delete;
577 struct DenseMapInfo<clang::DeclarationName> {
578 static inline clang::DeclarationName getEmptyKey() {
579 return clang::DeclarationName::getEmptyMarker();
582 static inline clang::DeclarationName getTombstoneKey() {
583 return clang::DeclarationName::getTombstoneMarker();
586 static unsigned getHashValue(clang::DeclarationName Name) {
591 isEqual(clang::DeclarationName LHS, clang::DeclarationName RHS) {
[all …]
DCommentCommandTraits.h26 namespace clang {
169 CommandTraits(const CommandTraits &) = delete;
170 void operator=(const CommandTraits &) = delete;
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyUtil.h28 namespace clang {
66 clang::threadSafety::til::MemRegionRef &R) { in new()
70 namespace clang {
73 std::string getSourceLiteralString(const clang::Expr *CE);
76 using clang::SourceLocation;
212 SimpleArray(const SimpleArray<T> &A) = delete;
239 CopyOnWriteVector(const CopyOnWriteVector &V) = delete;
240 void operator=(const CopyOnWriteVector &V) = delete;
265 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/clang/include/clang/Sema/
DDeclSpec.h38 namespace clang {
246 static const TSCS TSCS_unspecified = clang::TSCS_unspecified;
247 static const TSCS TSCS___thread = clang::TSCS___thread;
248 static const TSCS TSCS_thread_local = clang::TSCS_thread_local;
249 static const TSCS TSCS__Thread_local = clang::TSCS__Thread_local;
253 static const TSW TSW_unspecified = clang::TSW_unspecified;
254 static const TSW TSW_short = clang::TSW_short;
255 static const TSW TSW_long = clang::TSW_long;
256 static const TSW TSW_longlong = clang::TSW_longlong;
266 static const TSS TSS_unspecified = clang::TSS_unspecified;
[all …]
DTemplateDeduction.h20 namespace clang {
47 TemplateDeductionInfo(const TemplateDeductionInfo &) = delete;
48 void operator=(const TemplateDeductionInfo &) = delete;
281 const TemplateSpecCandidateSet &) = delete;
282 void operator=(const TemplateSpecCandidateSet &) = delete;
/external/libtextclassifier/util/base/
Dmacros.h26 TypeName(const TypeName &) = delete; \
27 TypeName &operator=(const TypeName &) = delete
73 #define TC_FALLTHROUGH_INTENDED [[clang::fallthrough]] // NOLINT
/external/clang/lib/CodeGen/
DCGLoopInfo.h31 namespace clang {
95 LoopInfoStack(const LoopInfoStack &) = delete;
96 void operator=(const LoopInfoStack &) = delete;
108 void push(llvm::BasicBlock *Header, clang::ASTContext &Ctx,
DSanitizerMetadata.h26 namespace clang {
34 SanitizerMetadata(const SanitizerMetadata &) = delete;
35 void operator=(const SanitizerMetadata &) = delete;
/external/swiftshader/third_party/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/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/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/v8/tools/clang/blink_gc_plugin/
DRecordInfo.h39 BasePoint(const clang::CXXBaseSpecifier& spec, in BasePoint()
44 const clang::CXXBaseSpecifier& spec() { return spec_; } in spec()
48 const clang::CXXBaseSpecifier& spec_;
55 FieldPoint(clang::FieldDecl* field, Edge* edge) in FieldPoint()
60 clang::FieldDecl* field() { return field_; } in field()
64 clang::FieldDecl* field_;
68 void deleteEdge() { delete edge_; } in deleteEdge()
74 typedef std::vector<std::pair<clang::CXXRecordDecl*, BasePoint>> Bases;
77 bool operator()(clang::FieldDecl* a, clang::FieldDecl *b) const { in operator()
81 typedef std::map<clang::FieldDecl*, FieldPoint, FieldDeclCmp> Fields;
[all …]
/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;

1234567