Home
last modified time | relevance | path

Searched refs:in_foo (Results 1 – 5 of 5) sorted by relevance

/llvm-project/lldb/test/API/lang/c/shared_lib/
H A Dfoo.c19 GetMeASubFoo (struct foo *in_foo) in GetMeASubFoo() argument
21 return &(in_foo->sub_element); in GetMeASubFoo()
H A Dfoo.h10 LLDB_TEST_API struct sub_foo *GetMeASubFoo(struct foo *in_foo);
/llvm-project/lldb/test/API/lang/c/shared_lib_stripped_symbols/
H A Dfoo.c19 GetMeASubFoo (struct foo *in_foo) in GetMeASubFoo() argument
21 return &(in_foo->sub_element); in GetMeASubFoo()
H A Dfoo.h10 struct sub_foo *GetMeASubFoo (struct foo *in_foo);
/llvm-project/clang/test/Index/
H A Dcomplete-cxx-inline-methods.cpp3 void in_foo() { in in_foo() function in __anonba4de2230111::MyCls