Home
last modified time | relevance | path

Searched defs:my_foo (Results 1 – 5 of 5) sorted by relevance

/llvm-project/lldb/test/API/functionalities/bt-interrupt/
H A Dmain.c14 forgot_termination(int input, struct Foo my_foo) { in forgot_termination()
/llvm-project/clang/test/CodeGen/
H A Dattr-function-return.cpp39 Foo my_foo; in quux() local
H A Dconst-init.c201 const struct PR4517_foo my_foo = {.x = 42}; variable
/llvm-project/clang/test/SemaCXX/
H A Dmissing-namespace-qualifier-typo-corrections.cpp7 fizbin::Foobar *my_foo = new fizbin::FooBar; // expected-error{{no type named 'FooBar' in namespace… variable
/llvm-project/clang/test/Sema/
H A Dinit.c171 const struct PR4517_foo my_foo = {.x = 42}; variable