reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/utils/TableGen/NeonEmitter.cpp
 1661     while (Intr.Variables.find(N) != Intr.Variables.end())
 1662       N = "reint" + utostr(++I);
 1663     Intr.Variables[N] = Variable(R.first, N + Intr.VariablePostfix);
 1663     Intr.Variables[N] = Variable(R.first, N + Intr.VariablePostfix);
 1665     Intr.OS << R.first.str() << " " << Intr.Variables[N].getName() << " = "
 1669     S = "*(" + castToType.str() + " *) &" + Intr.Variables[N].getName() + "";