Home
last modified time | relevance | path

Searched refs:FooType (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/test/Index/
H A Dprint-type.cpp19 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 Dprint-type.c1 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 Dmain.cpp14 struct FooType struct
42 FooType bar; in main() argument
/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/func.invoke/
H A Dinvoke_constexpr.pass.cpp251 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 Dinvoke.pass.cpp288 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 Dvariadic-method-types.m69 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 Dsecurity-syntax-checks.m68 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 Ddebug_info.ll24 ; CHECK-NEXT: !FooType = !{!28}