Searched refs:FooType (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/Index/ |
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()
|
D | print-type.cpp | 19 typedef int FooType; typedef 21 int *f(int *p, char *x, FooType z) { in f() 22 const FooType w = z; in f()
|
/external/libcxx/test/std/utilities/function.objects/func.invoke/ |
D | invoke.pass.cpp | 240 using FooType = int&(NonCopyable&&); in bullet_five_tests() typedef 242 FooType& fn = foo; in bullet_five_tests() 246 FooType* fn = foo; in bullet_five_tests()
|
/external/clang/test/Analysis/ |
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) {
|
D | security-syntax-checks.m | 36 typedef float FooType; 37 …for (FooType x = 100000001.0f; x <= 100000010.0f; x++ ) {} // expected-warning{{Variable 'x' with …
|