Home
last modified time | relevance | path

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

/external/clang/test/Index/
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()
Dprint-type.cpp19 typedef int FooType; typedef
21 int *f(int *p, char *x, FooType z) { in f()
22 const FooType w = z; in f()
/external/clang/test/Analysis/
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) {
Dsecurity-syntax-checks.m36 typedef float FooType;
37 …for (FooType x = 100000001.0f; x <= 100000010.0f; x++ ) {} // expected-warning{{Variable 'x' with …
/external/libcxx/test/std/utilities/function.objects/func.invoke/
Dinvoke.pass.cpp283 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/googletest/googletest/docs/
DV1_5_FAQ.md816 If you use a user-defined type `FooType` in an assertion, you must make sure
817 there is an `std::ostream& operator<<(std::ostream&, const FooType&)` function
818 defined such that we can print a value of `FooType`.
820 In addition, if `FooType` is declared in a name space, the `<<` operator also
DV1_7_FAQ.md914 If you use a user-defined type `FooType` in an assertion, you must make sure
915 there is an `std::ostream& operator<<(std::ostream&, const FooType&)` function
916 defined such that we can print a value of `FooType`.
918 In addition, if `FooType` is declared in a name space, the `<<` operator also
DFAQ.md920 If you use a user-defined type `FooType` in an assertion, you must make sure
921 there is an `std::ostream& operator<<(std::ostream&, const FooType&)` function
922 defined such that we can print a value of `FooType`.
924 In addition, if `FooType` is declared in a name space, the `<<` operator also
DV1_6_FAQ.md914 If you use a user-defined type `FooType` in an assertion, you must make sure
915 there is an `std::ostream& operator<<(std::ostream&, const FooType&)` function
916 defined such that we can print a value of `FooType`.
918 In addition, if `FooType` is declared in a name space, the `<<` operator also