Home
last modified time | relevance | path

Searched refs:test_foo (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dtls_get_addr_clobbers.ll5 define void @test_foo(i32* nocapture %x01, i32* nocapture %x02, i32* nocapture %x03, i32* nocapture…
8 ; CHECK-LABEL: test_foo:
/llvm-project-15.0.7/clang/test/PCH/
H A Dcxx-functions.cpp10 void test_foo() { in test_foo() function
H A Ddesignated-init.c.h58 static struct P1 test_foo(void) { in test_foo() function
H A Dcaptured-stmt.cpp33 void test_foo(int &x) { in test_foo() function
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Doverloaded-functions.cpp14 void test_foo() { in test_foo() function
H A Dconstructor-template.cpp128 void test_foo() { in test_foo() function
/llvm-project-15.0.7/clang/test/Analysis/
H A Dreturns_nonnull-attribute.cpp7 int test_foo() { in test_foo() function
/llvm-project-15.0.7/clang/test/Sema/
H A Dattr-unavailable-message.c16 void test_foo(void) { in test_foo() function
/llvm-project-15.0.7/clang/test/Modules/
H A Dconfig_macros.m3 int *test_foo(void) { function
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-unused-variables.cpp280 void test_foo() { in test_foo() function
H A Dattr-unavailable.cpp10 void test_foo(short* sp) { in test_foo() function
/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_loader.py1026 def test_foo(self): member in Test_TestLoader.test_getTestCaseNames__not_a_TestCase.BadCase