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

References

lib/AsmParser/LLParser.cpp
 6956       ParseTypeAndValue(Val, Loc, PFS) ||
 6962     return Error(Loc, "load operand must be a pointer to a first class type");
 6964     return Error(Loc, "atomic load must have explicit non-zero alignment");
 6967     return Error(Loc, "atomic load cannot use Release ordering");