Lines Matching defs:Code1
4784 const StringRef Code1{"asm(\"xyz\" : \"=a\"(a), \"=d\"(b) : \"a\"(data));"};4792 verifyFormat(Code1, Style);4797 verifyFormat(Code2, Code1, Style);