Searched refs:FooType (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | print-type.cpp | 19 typedef int FooType; typedef 22 int *f(int *p, char *x, FooType z) { in f() 23 const FooType w = z; in f() 29 Qux<int, char*, Foo<int>, FooType> qux;
|
| H A D | print-type.c | 1 typedef int FooType; typedef 3 int *f(int *p, char *x, FooType z, int arr[5], void (*fn)(int)) { in f() 5 const FooType w = z; in f()
|
| /llvm-project-15.0.7/lldb/test/API/python_api/formatters/ |
| H A D | main.cpp | 14 struct FooType struct 42 FooType bar; in main() argument
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/func.invoke/ |
| H A D | invoke_constexpr.pass.cpp | 251 using FooType = const int&(NonCopyable&&); in bullet_five_tests() typedef 253 FooType& fn = foo; in bullet_five_tests() 257 FooType* fn = foo; in bullet_five_tests()
|
| H A D | invoke.pass.cpp | 288 using FooType = int&(NonCopyable&&); in bullet_five_tests() typedef 290 FooType& fn = foo; in bullet_five_tests() 294 FooType* fn = foo; in bullet_five_tests()
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | variadic-method-types.m | 69 typedef struct FooType * __attribute__ ((NSObject)) FooType; 73 void f(id a, id<P> b, C* c, C<P> *d, FooType fooType, BarType barType) {
|
| H A D | security-syntax-checks.m | 68 typedef float FooType; 69 …for (FooType x = 100000001.0f; x <= 100000010.0f; x++ ) {} // expected-warning{{Variable 'x' with …
|
| /llvm-project-15.0.7/llvm/test/Bindings/llvm-c/ |
| H A D | debug_info.ll | 24 ; CHECK-NEXT: !FooType = !{!28}
|