HomeSort by relevance Sort by last modified time
    Searched full:static_method (Results 1 - 3 of 3) 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 61 static foo* static_method() { return 0; } function in class:foo
91 foo::static_method();
92 //CHECK: @"\01?static_method@foo@@SAPAV1@XZ"
93 //X64: @"\01?static_method@foo@@SAPEAV1@XZ"
  /external/clang/test/CXX/class/class.mfct/class.mfct.non-static/
p3.cpp 24 static int static_method();
27 return data_member + instance_method() < static_method();

Completed in 79 milliseconds