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

References

tools/clang/lib/CodeGen/CGStmt.cpp
 1854   if (!Info.allowsRegister() && !Info.allowsMemory()) {
 1854   if (!Info.allowsRegister() && !Info.allowsMemory()) {
 1855     if (Info.requiresImmediateConstant()) {
 1870   if (Info.allowsRegister() || !Info.allowsMemory())
 1870   if (Info.allowsRegister() || !Info.allowsMemory())
 1877   return EmitAsmInputLValue(Info, Dest, InputExpr->getType(), ConstraintStr,