Home
last modified time | relevance | path

Searched defs:TestStatic (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/clang/test/SemaCXX/
H A Dconversion-incomplete-type.cpp16 struct TestStatic { struct
17 …gPiece(const StringPiece& blah) {}; // expected-note {{passing argument to parameter 'blah' here}} in expectStringPiece()
19 static void test(const string& s) { in test()
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dstatic.cpp24 TEST(TestStatic, EnableIfModule) { in TEST() argument
76 TEST(TestStatic, ReturnTypeOfForward) { in TEST() argument
84 TEST(TestStatic, Apply) { in TEST() argument
/aosp_15_r20/external/bazelbuild-rules_go/tests/core/go_binary/
H A Dstatic_test.go26 func TestStatic(t *testing.T) { func