OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:static_method
(Results
1 - 7
of
7
) 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"
debug-info-codeview-display-name.cpp
45
static foo*
static_method
() { return 0; }
function in struct:foo
46
// UNQUAL-DAG: "
static_method
"
47
// QUAL-DAG: "foo::
static_method
"
53
foo::
static_method
();
mangle-ms.cpp
59
static foo*
static_method
() { return 0; }
function in class:foo
89
foo::
static_method
();
90
// CHECK-DAG: @"\01?
static_method
@foo@@SAPAV1@XZ"
91
// X64-DAG: @"\01?
static_method
@foo@@SAPEAV1@XZ"
/external/clang/test/Analysis/
bug_hash_test.cpp
21
static int
static_method
() {
function in class:AA::X
732
// CHECK-NEXT: <string>debug.DumpBugHash$int AA::X::
static_method
()$14$return5;$debug</string>
734
// CHECK-NEXT: <string>debug.DumpBugHash$int AA::X::
static_method
()$14$return5;$debug</string>
737
// CHECK-NEXT: <key>description</key><string>debug.DumpBugHash$int AA::X::
static_method
()$14$return5;$debug</string>
744
// CHECK-NEXT: <key>issue_context</key><string>
static_method
</string>
[
all
...]
/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
();
/external/clang/test/SemaTemplate/
instantiate-using-decl.cpp
160
static void
static_method
() {
function in struct:pr21923::UnresolvedTemplateNames
167
UnresolvedTemplateNames::
static_method
<int>(); // expected-note {{requested here}}
/art/test/115-native-bridge/
nativebridge.cc
37
bool
static_method
;
member in struct:NativeBridgeMethod
72
if (nb_method->
static_method
) {
Completed in 776 milliseconds