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

References

tools/clang/lib/Basic/TargetInfo.cpp
  614   return Info.allowsMemory() || Info.allowsRegister();
tools/clang/lib/CodeGen/CGStmt.cpp
 1823   if (Info.allowsRegister() || !Info.allowsMemory()) {
 1854   if (!Info.allowsRegister() && !Info.allowsMemory()) {
 1870   if (Info.allowsRegister() || !Info.allowsMemory())
 2039     if (!Info.allowsMemory() && (hasScalarEvaluationKind(OutExpr->getType()) ||
 2143     if (Info.allowsMemory())
tools/clang/lib/Sema/SemaStmtAsm.cpp
  290     if (Info.allowsMemory() &&
  372     if (Info.allowsMemory() &&
  377     if (Info.allowsMemory() && !Info.allowsRegister()) {
  424     if (!Ty->isVoidType() || !Info.allowsMemory())