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

References

tools/clang/lib/Basic/TargetInfo.cpp
  544   const char *Name = Info.getConstraintStr().c_str();
  550     Info.setIsReadWrite();
  556       if (!validateAsmConstraint(Name, Info)) {
  564       Info.setEarlyClobber();
  570       Info.setAllowsRegister();
  577       Info.setAllowsMemory();
  581       Info.setAllowsRegister();
  582       Info.setAllowsMemory();
  609   if (Info.earlyClobber() && Info.isReadWrite() && !Info.allowsRegister())
  609   if (Info.earlyClobber() && Info.isReadWrite() && !Info.allowsRegister())
  609   if (Info.earlyClobber() && Info.isReadWrite() && !Info.allowsRegister())
  614   return Info.allowsMemory() || Info.allowsRegister();
  614   return Info.allowsMemory() || Info.allowsRegister();