We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1a508 commit d6cb1fdCopy full SHA for d6cb1fd
clang/lib/AST/Interp/ByteCodeExprGen.h
@@ -41,12 +41,6 @@ template <class Emitter>
41
class ByteCodeExprGen : public ConstStmtVisitor<ByteCodeExprGen<Emitter>, bool>,
42
public Emitter {
43
protected:
44
- // Emitters for opcodes of various arities.
45
- using NullaryFn = bool (ByteCodeExprGen::*)(const SourceInfo &);
46
- using UnaryFn = bool (ByteCodeExprGen::*)(PrimType, const SourceInfo &);
47
- using BinaryFn = bool (ByteCodeExprGen::*)(PrimType, PrimType,
48
- const SourceInfo &);
49
-
50
// Aliases for types defined in the emitter.
51
using LabelTy = typename Emitter::LabelTy;
52
using AddrTy = typename Emitter::AddrTy;
0 commit comments