HomeSort by relevance Sort by last modified time
    Searched defs:LLVM_DELETED_FUNCTION (Results 176 - 195 of 195) sorted by null

1 2 3 4 5 6 78

  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 224 SDUse(const SDUse &U) LLVM_DELETED_FUNCTION;
225 void operator=(const SDUse &U) LLVM_DELETED_FUNCTION;
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
Instructions.h 258 void *operator new(size_t, unsigned) LLVM_DELETED_FUNCTION;
385 void *operator new(size_t, unsigned) LLVM_DELETED_FUNCTION;
452 void *operator new(size_t, unsigned) LLVM_DELETED_FUNCTION;
559 void *operator new(size_t, unsigned) LLVM_DELETED_FUNCTION;
    [all...]
  /external/llvm/include/llvm/MC/
MCAssembler.h 48 MCFragment(const MCFragment&) LLVM_DELETED_FUNCTION;
49 void operator=(const MCFragment&) LLVM_DELETED_FUNCTION;
554 MCSectionData(const MCSectionData&) LLVM_DELETED_FUNCTION;
555 void operator=(const MCSectionData&) LLVM_DELETED_FUNCTION;
836 MCAssembler(const MCAssembler&) LLVM_DELETED_FUNCTION;
837 void operator=(const MCAssembler&) LLVM_DELETED_FUNCTION;
    [all...]
MCExpr.h 44 MCExpr(const MCExpr&) LLVM_DELETED_FUNCTION;
45 void operator=(const MCExpr&) LLVM_DELETED_FUNCTION;
  /external/llvm/include/llvm/Support/
system_error.h 634 error_category(const error_category&) LLVM_DELETED_FUNCTION;
635 error_category& operator=(const error_category&) LLVM_DELETED_FUNCTION;
  /external/llvm/include/llvm/TableGen/
Record.h 454 Init(const Init &) LLVM_DELETED_FUNCTION;
455 Init &operator=(const Init &) LLVM_DELETED_FUNCTION;
559 TypedInit(const TypedInit &Other) LLVM_DELETED_FUNCTION;
560 TypedInit &operator=(const TypedInit &Other) LLVM_DELETED_FUNCTION;
595 UnsetInit(const UnsetInit &) LLVM_DELETED_FUNCTION;
596 UnsetInit &operator=(const UnsetInit &Other) LLVM_DELETED_FUNCTION;
624 BitInit(const BitInit &Other) LLVM_DELETED_FUNCTION;
625 BitInit &operator=(BitInit &Other) LLVM_DELETED_FUNCTION;
657 BitsInit(const BitsInit &Other) LLVM_DELETED_FUNCTION;
658 BitsInit &operator=(const BitsInit &Other) LLVM_DELETED_FUNCTION;
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 200 void operator=(const ConstantPlaceHolder &) LLVM_DELETED_FUNCTION;
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 390 SlotTracker(const SlotTracker &) LLVM_DELETED_FUNCTION;
391 void operator=(const SlotTracker &) LLVM_DELETED_FUNCTION;
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
DeclObjC.h 36 ObjCListBase(const ObjCListBase &) LLVM_DELETED_FUNCTION;
37 void operator=(const ObjCListBase &) LLVM_DELETED_FUNCTION;
    [all...]
Expr.h     [all...]
Type.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h 672 ParseScope(const ParseScope &) LLVM_DELETED_FUNCTION;
673 void operator=(const ParseScope &) LLVM_DELETED_FUNCTION;
713 ParseScopeFlags(const ParseScopeFlags &) LLVM_DELETED_FUNCTION;
714 void operator=(const ParseScopeFlags &) LLVM_DELETED_FUNCTION;
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h 97 CodeGenFunction(const CodeGenFunction &) LLVM_DELETED_FUNCTION;
98 void operator=(const CodeGenFunction &) LLVM_DELETED_FUNCTION;
459 RunCleanupsScope(const RunCleanupsScope &) LLVM_DELETED_FUNCTION;
460 void operator=(const RunCleanupsScope &) LLVM_DELETED_FUNCTION;
508 LexicalScope(const LexicalScope &) LLVM_DELETED_FUNCTION;
509 void operator=(const LexicalScope &) LLVM_DELETED_FUNCTION;
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 118 void operator=(RedeclarableResult &) LLVM_DELETED_FUNCTION;
159 void operator=(FindExistingResult&) LLVM_DELETED_FUNCTION;
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 122 AsmParser(const AsmParser &) LLVM_DELETED_FUNCTION;
123 void operator=(const AsmParser &) LLVM_DELETED_FUNCTION;
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 399 DeclSpec(const DeclSpec &) LLVM_DELETED_FUNCTION;
400 void operator=(const DeclSpec &) LLVM_DELETED_FUNCTION;
815 UnqualifiedId(const UnqualifiedId &Other) LLVM_DELETED_FUNCTION;
816 const UnqualifiedId &operator=(const UnqualifiedId &) LLVM_DELETED_FUNCTION;
    [all...]
Sema.h 205 Sema(const Sema &) LLVM_DELETED_FUNCTION;
206 void operator=(const Sema &) LLVM_DELETED_FUNCTION;
    [all...]

Completed in 457 milliseconds

1 2 3 4 5 6 78