HomeSort by relevance Sort by last modified time
    Searched defs:static_method (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGenCXX/
microsoft-abi-methods.cpp 11 static void static_method() {} function in class:C
53 C::static_method();
55 // CHECK: call void @"\01?static_method@C@@SAXXZ"
59 // CHECK: define linkonce_odr void @"\01?static_method@C@@SAXXZ"
mangle-ms.cpp 59 static foo* static_method() { return 0; } function in class:foo
87 foo::static_method();
88 //CHECK: @"\01?static_method@foo@@SAPAV1@XZ"

Completed in 161 milliseconds