Searched refs:FooType (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/clang/test/Index/ |
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;
|
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()
|
/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/llvm-project/lldb/test/API/python_api/formatters/ |
D | main.cpp | 14 struct FooType struct 42 FooType bar; in main() argument
|
/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 …
|
/external/llvm-project/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 | 68 typedef float FooType; 69 …for (FooType x = 100000001.0f; x <= 100000010.0f; x++ ) {} // expected-warning{{Variable 'x' with …
|
/external/llvm-project/libcxx/test/std/utilities/function.objects/func.invoke/ |
D | invoke.pass.cpp | 285 using FooType = int&(NonCopyable&&); in bullet_five_tests() typedef 287 FooType& fn = foo; in bullet_five_tests() 291 FooType* fn = foo; in bullet_five_tests()
|
/external/libcxx/test/std/utilities/function.objects/func.invoke/ |
D | invoke.pass.cpp | 283 using FooType = int&(NonCopyable&&); in bullet_five_tests() typedef 285 FooType& fn = foo; in bullet_five_tests() 289 FooType* fn = foo; in bullet_five_tests()
|
/external/llvm-project/llvm/test/Bindings/llvm-c/ |
D | debug_info.ll | 24 ; CHECK-NEXT: !FooType = !{!28}
|
/external/googletest/docs/ |
D | faq.md | 668 If you use a user-defined type `FooType` in an assertion, you must make sure 669 there is an `std::ostream& operator<<(std::ostream&, const FooType&)` function 670 defined such that we can print a value of `FooType`. 672 In addition, if `FooType` is declared in a name space, the `<<` operator also
|