OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LLVM_DELETED_FUNCTION
(Results
76 - 100
of
195
) sorted by null
1
2
3
4
5
6
7
8
/external/llvm/include/llvm/IR/
BasicBlock.h
84
BasicBlock(const BasicBlock &)
LLVM_DELETED_FUNCTION
;
85
void operator=(const BasicBlock &)
LLVM_DELETED_FUNCTION
;
IntrinsicInst.h
37
IntrinsicInst()
LLVM_DELETED_FUNCTION
;
38
IntrinsicInst(const IntrinsicInst&)
LLVM_DELETED_FUNCTION
;
39
void operator=(const IntrinsicInst&)
LLVM_DELETED_FUNCTION
;
Metadata.h
37
MDString(const MDString &)
LLVM_DELETED_FUNCTION
;
70
MDNode(const MDNode &)
LLVM_DELETED_FUNCTION
;
71
void operator=(const MDNode &)
LLVM_DELETED_FUNCTION
;
193
NamedMDNode(const NamedMDNode &)
LLVM_DELETED_FUNCTION
;
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
...]
Instruction.h
32
void operator=(const Instruction &)
LLVM_DELETED_FUNCTION
;
33
Instruction(const Instruction &)
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/
Pass.h
86
void operator=(const Pass&)
LLVM_DELETED_FUNCTION
;
87
Pass(const Pass &)
LLVM_DELETED_FUNCTION
;
PassAnalysisSupport.h
123
AnalysisResolver()
LLVM_DELETED_FUNCTION
;
/external/llvm/include/llvm/Support/
Timer.h
129
TimeRegion(const TimeRegion &)
LLVM_DELETED_FUNCTION
;
167
TimerGroup(const TimerGroup &TG)
LLVM_DELETED_FUNCTION
;
168
void operator=(const TimerGroup &TG)
LLVM_DELETED_FUNCTION
;
/external/llvm/lib/IR/
AttributeImpl.h
36
void operator=(const AttributeImpl &)
LLVM_DELETED_FUNCTION
;
37
AttributeImpl(const AttributeImpl &)
LLVM_DELETED_FUNCTION
;
150
void operator=(const AttributeSetNode &)
LLVM_DELETED_FUNCTION
;
151
AttributeSetNode(const AttributeSetNode &)
LLVM_DELETED_FUNCTION
;
197
void operator=(const AttributeSetImpl &)
LLVM_DELETED_FUNCTION
;
198
AttributeSetImpl(const AttributeSetImpl &)
LLVM_DELETED_FUNCTION
;
/external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCCodeEmitter.cpp
32
AArch64MCCodeEmitter(const AArch64MCCodeEmitter &)
LLVM_DELETED_FUNCTION
;
33
void operator=(const AArch64MCCodeEmitter &)
LLVM_DELETED_FUNCTION
;
/external/llvm/lib/Target/R600/MCTargetDesc/
R600MCCodeEmitter.cpp
34
R600MCCodeEmitter(const R600MCCodeEmitter &)
LLVM_DELETED_FUNCTION
;
35
void operator=(const R600MCCodeEmitter &)
LLVM_DELETED_FUNCTION
;
/external/clang/include/clang/AST/
NestedNameSpecifier.h
100
void operator=(const NestedNameSpecifier &)
LLVM_DELETED_FUNCTION
;
UnresolvedSet.h
100
UnresolvedSetImpl(const UnresolvedSetImpl &)
LLVM_DELETED_FUNCTION
;
/external/clang/include/clang/Frontend/
VerifyDiagnosticConsumer.h
175
Directive(const Directive &)
LLVM_DELETED_FUNCTION
;
176
void operator=(const Directive &)
LLVM_DELETED_FUNCTION
;
/external/clang/include/clang/Rewrite/Core/
RewriteRope.h
157
void operator=(const RopePieceBTree &)
LLVM_DELETED_FUNCTION
;
/external/clang/include/clang/Sema/
TemplateDeduction.h
46
TemplateDeductionInfo(const TemplateDeductionInfo &)
LLVM_DELETED_FUNCTION
;
47
void operator=(const TemplateDeductionInfo &)
LLVM_DELETED_FUNCTION
;
248
const TemplateSpecCandidateSet &)
LLVM_DELETED_FUNCTION
;
249
void operator=(const TemplateSpecCandidateSet &)
LLVM_DELETED_FUNCTION
;
/external/llvm/include/llvm/ADT/
ImmutableList.h
36
void operator=(const ImmutableListImpl&)
LLVM_DELETED_FUNCTION
;
37
ImmutableListImpl(const ImmutableListImpl&)
LLVM_DELETED_FUNCTION
;
ScopedHashTable.h
93
void operator=(ScopedHashTableScope&)
LLVM_DELETED_FUNCTION
;
94
ScopedHashTableScope(ScopedHashTableScope&)
LLVM_DELETED_FUNCTION
;
SparseMultiSet.h
132
SparseMultiSet(const SparseMultiSet&)
LLVM_DELETED_FUNCTION
;
133
SparseMultiSet &operator=(const SparseMultiSet&)
LLVM_DELETED_FUNCTION
;
/external/llvm/include/llvm/Analysis/
CallGraph.h
188
CallGraphNode(const CallGraphNode &)
LLVM_DELETED_FUNCTION
;
189
void operator=(const CallGraphNode &)
LLVM_DELETED_FUNCTION
;
RegionInfo.h
57
RegionNode(const RegionNode &)
LLVM_DELETED_FUNCTION
;
58
const RegionNode &operator=(const RegionNode &)
LLVM_DELETED_FUNCTION
;
204
Region(const Region &)
LLVM_DELETED_FUNCTION
;
205
const Region &operator=(const Region &)
LLVM_DELETED_FUNCTION
;
582
RegionInfo(const RegionInfo &)
LLVM_DELETED_FUNCTION
;
583
const RegionInfo &operator=(const RegionInfo &)
LLVM_DELETED_FUNCTION
;
/external/llvm/include/llvm/CodeGen/
LiveIntervalUnion.h
176
Query(const Query&)
LLVM_DELETED_FUNCTION
;
177
void operator=(const Query&)
LLVM_DELETED_FUNCTION
;
MachineFunction.h
137
MachineFunction(const MachineFunction &)
LLVM_DELETED_FUNCTION
;
138
void operator=(const MachineFunction&)
LLVM_DELETED_FUNCTION
;
MachineInstr.h
95
MachineInstr(const MachineInstr&)
LLVM_DELETED_FUNCTION
;
96
void operator=(const MachineInstr&)
LLVM_DELETED_FUNCTION
;
98
~MachineInstr()
LLVM_DELETED_FUNCTION
;
[
all
...]
Completed in 289 milliseconds
1
2
3
4
5
6
7
8