HomeSort by relevance Sort by last modified time
    Searched refs:LLVM_DELETED_FUNCTION (Results 26 - 50 of 191) sorted by null

12 3 4 5 6 7 8

  /external/llvm/lib/Transforms/ObjCARC/
ProvenanceAnalysis.h 60 void operator=(const ProvenanceAnalysis &) LLVM_DELETED_FUNCTION;
61 ProvenanceAnalysis(const ProvenanceAnalysis &) LLVM_DELETED_FUNCTION;
  /external/llvm/include/llvm/IR/
DerivedTypes.h 97 FunctionType(const FunctionType &) LLVM_DELETED_FUNCTION;
98 const FunctionType &operator=(const FunctionType &) LLVM_DELETED_FUNCTION;
188 StructType(const StructType &) LLVM_DELETED_FUNCTION;
189 const StructType &operator=(const StructType &) LLVM_DELETED_FUNCTION;
308 SequentialType(const SequentialType &) LLVM_DELETED_FUNCTION;
309 const SequentialType &operator=(const SequentialType &) LLVM_DELETED_FUNCTION;
335 ArrayType(const ArrayType &) LLVM_DELETED_FUNCTION;
336 const ArrayType &operator=(const ArrayType &) LLVM_DELETED_FUNCTION;
361 VectorType(const VectorType &) LLVM_DELETED_FUNCTION;
362 const VectorType &operator=(const VectorType &) LLVM_DELETED_FUNCTION;
    [all...]
GlobalVariable.h 37 void *operator new(size_t, unsigned) LLVM_DELETED_FUNCTION;
38 void operator=(const GlobalVariable &) LLVM_DELETED_FUNCTION;
39 GlobalVariable(const GlobalVariable &) LLVM_DELETED_FUNCTION;
Constant.h 42 void operator=(const Constant &) LLVM_DELETED_FUNCTION;
43 Constant(const Constant &) LLVM_DELETED_FUNCTION;
Metadata.h 40 MDString(const MDString &) LLVM_DELETED_FUNCTION;
73 MDNode(const MDNode &) LLVM_DELETED_FUNCTION;
74 void operator=(const MDNode &) LLVM_DELETED_FUNCTION;
196 NamedMDNode(const NamedMDNode &) LLVM_DELETED_FUNCTION;
  /external/llvm/include/llvm/ADT/
OwningPtr.h 29 OwningPtr(OwningPtr const &) LLVM_DELETED_FUNCTION;
30 OwningPtr &operator=(OwningPtr const &) LLVM_DELETED_FUNCTION;
92 OwningArrayPtr(OwningArrayPtr const &) LLVM_DELETED_FUNCTION;
93 OwningArrayPtr &operator=(OwningArrayPtr const &) LLVM_DELETED_FUNCTION;
  /external/clang/include/clang/AST/
CommentCommandTraits.h 160 CommandTraits(const CommandTraits &) LLVM_DELETED_FUNCTION;
161 void operator=(const CommandTraits &) LLVM_DELETED_FUNCTION;
ASTUnresolvedSet.h 28 ASTUnresolvedSet(const ASTUnresolvedSet &) LLVM_DELETED_FUNCTION;
29 void operator=(const ASTUnresolvedSet &) LLVM_DELETED_FUNCTION;
  /external/clang/include/clang/Driver/
Arg.h 36 Arg(const Arg &) LLVM_DELETED_FUNCTION;
37 void operator=(const Arg &) LLVM_DELETED_FUNCTION;
  /external/clang/include/clang/Lex/
PTHManager.h 84 PTHManager(const PTHManager &) LLVM_DELETED_FUNCTION;
85 void operator=(const PTHManager &) LLVM_DELETED_FUNCTION;
PreprocessorLexer.h 72 PreprocessorLexer(const PreprocessorLexer &) LLVM_DELETED_FUNCTION;
73 void operator=(const PreprocessorLexer &) LLVM_DELETED_FUNCTION;
TokenLexer.h 94 TokenLexer(const TokenLexer &) LLVM_DELETED_FUNCTION;
95 void operator=(const TokenLexer &) LLVM_DELETED_FUNCTION;
  /external/clang/include/clang/Sema/
TemplateDeduction.h 45 TemplateDeductionInfo(const TemplateDeductionInfo &) LLVM_DELETED_FUNCTION;
46 void operator=(const TemplateDeductionInfo &) LLVM_DELETED_FUNCTION;
  /external/clang/include/clang/Serialization/
GlobalModuleIndex.h 97 GlobalModuleIndex(const GlobalModuleIndex &) LLVM_DELETED_FUNCTION;
98 GlobalModuleIndex &operator=(const GlobalModuleIndex &) LLVM_DELETED_FUNCTION;
  /external/llvm/include/llvm/MC/
MCAsmBackend.h 33 MCAsmBackend(const MCAsmBackend &) LLVM_DELETED_FUNCTION;
34 void operator=(const MCAsmBackend &) LLVM_DELETED_FUNCTION;
MCSymbol.h 66 MCSymbol(const MCSymbol&) LLVM_DELETED_FUNCTION;
67 void operator=(const MCSymbol&) LLVM_DELETED_FUNCTION;
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h 24 MCAsmParserExtension(const MCAsmParserExtension &) LLVM_DELETED_FUNCTION;
25 void operator=(const MCAsmParserExtension &) LLVM_DELETED_FUNCTION;
  /external/llvm/include/llvm/Object/
Binary.h 29 Binary() LLVM_DELETED_FUNCTION;
30 Binary(const Binary &other) LLVM_DELETED_FUNCTION;
  /external/llvm/include/llvm/Option/
Arg.h 35 Arg(const Arg &) LLVM_DELETED_FUNCTION;
36 void operator=(const Arg &) LLVM_DELETED_FUNCTION;
  /external/llvm/include/llvm/Support/
MemoryBuffer.h 40 MemoryBuffer(const MemoryBuffer &) LLVM_DELETED_FUNCTION;
41 MemoryBuffer &operator=(const MemoryBuffer &) LLVM_DELETED_FUNCTION;
Mutex.h 79 MutexImpl(const MutexImpl &) LLVM_DELETED_FUNCTION;
80 void operator=(const MutexImpl &) LLVM_DELETED_FUNCTION;
RWMutex.h 79 RWMutexImpl(const RWMutexImpl & original) LLVM_DELETED_FUNCTION;
80 void operator=(const RWMutexImpl &) LLVM_DELETED_FUNCTION;
  /external/llvm/include/llvm/Target/
TargetSelectionDAGInfo.h 31 TargetSelectionDAGInfo(const TargetSelectionDAGInfo &) LLVM_DELETED_FUNCTION;
32 void operator=(const TargetSelectionDAGInfo &) LLVM_DELETED_FUNCTION;
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 113 void operator=(const SSAUpdater&) LLVM_DELETED_FUNCTION;
114 SSAUpdater(const SSAUpdater&) LLVM_DELETED_FUNCTION;
  /external/clang/tools/libclang/
CXString.h 66 CXString createRef(std::string String) LLVM_DELETED_FUNCTION;

Completed in 173 milliseconds

12 3 4 5 6 7 8