HomeSort by relevance Sort by last modified time
    Searched full:vararg_method (Results 1 - 1 of 1) sorted by null

  /external/clang/test/CodeGenCXX/
microsoft-abi-methods.cpp 9 void vararg_method(const char *fmt, ...) {} function in class:C
43 instance.vararg_method("Hello");
45 // CHECK: call void (%class.C*, i8*, ...)* @"\01?vararg_method@C@@QAAXPBDZZ"
49 // CHECK: define linkonce_odr void @"\01?vararg_method@C@@QAAXPBDZZ"

Completed in 74 milliseconds