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

References

tools/clang/lib/Sema/SemaStmtAsm.cpp
  351                                                          Info)) {
  353           << Info.getConstraintStr();
  372     if (Info.allowsMemory() &&
  373         checkExprMemoryConstraintCompat(*this, InputExpr, Info, true))
  377     if (Info.allowsMemory() && !Info.allowsRegister()) {
  377     if (Info.allowsMemory() && !Info.allowsRegister()) {
  381                          << Info.getConstraintStr()
  383     } else if (Info.requiresImmediateConstant() && !Info.allowsRegister()) {
  383     } else if (Info.requiresImmediateConstant() && !Info.allowsRegister()) {
  392             if (!Info.isValidAsmImmediate(IntResult))
  396                                << Info.getConstraintStr()
  409     if (Info.allowsRegister()) {
  413             << InputExpr->getType() << Info.getConstraintStr()
  418     InputConstraintInfos.push_back(Info);
  424     if (!Ty->isVoidType() || !Info.allowsMemory())
  434           << Info.getConstraintStr());