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

References

tools/clang/utils/TableGen/NeonEmitter.cpp
 1617   Type castToType = R.first;
 1663     Intr.Variables[N] = Variable(R.first, N + Intr.VariablePostfix);
 1665     Intr.OS << R.first.str() << " " << Intr.Variables[N].getName() << " = "
 1666             << R.second << ";";
 1672     S = "(" + castToType.str() + ")(" + R.second + ")";