| /external/clang/test/CodeGen/ |
| D | arm-byval-align.c | 3 struct foo { struct 6 int c:16; member 10 // CHECK: %struct.foo* byval align 8 %z argument 11 long long bar(int a, int b, int c, int d, int e, in bar()
|
| D | ms_abi.c | 4 struct foo { struct 5 int x; 6 float y; 7 char z; 48 double _Complex c = __builtin_va_arg(ap, double _Complex); in f4() local 89 double _Complex c = __builtin_va_arg(ap, double _Complex); in f5() local 121 double _Complex c = __builtin_va_arg(ap, double _Complex); in f6() local
|
| /external/clang/test/CodeGenObjC/ |
| D | bitfield_encoding.m | 6 struct foo{ struct 9 int c:14; field 12 const char *encoding = @encode(struct foo); argument
|
| /external/javassist/src/test/test/javassist/proxy/ |
| D | ProxySimpleTest.java | 30 Class c = f.createClass(); in testProxyFactory() local 38 Foo foo = (Foo)c.getConstructor().newInstance(); in testProxyFactory() local 48 public int foo(int i) { return i + 1; } in foo() method in ProxySimpleTest.Foo 90 public int foo() { return 4; } in foo() method in ProxySimpleTest.ReadWriteData 169 Class c = f.createClass(); in testDefaultMethods() local 177 Default3 foo = (Default3)c.getConstructor().newInstance(); in testDefaultMethods() local 189 Class c = f.createClass(); in testDefaultMethods2() local 197 Default2 foo = (Default2)c.getConstructor().newInstance(); in testDefaultMethods2() local 205 default int foo() { return 0; } in foo() method 214 public int foo() { return Default2.super.foo(); } in foo() method in ProxySimpleTest.Default3 [all …]
|
| D | JBPAPP9257Test.java | 22 Class c = f.createClass(); in testGetHandler() local 31 Foo foo = (Foo)c.getConstructor().newInstance(); in testGetHandler() local 50 Class c = f.createClass(); in testGetHandler2() local 59 Foo2 foo = (Foo2)c.getConstructor().newInstance(); in testGetHandler2() local
|
| /external/clang/test/Index/ |
| D | usrs.cpp | 1 namespace foo { namespace 16 namespace foo { namespace 35 namespace foo { namespace taz { namespace 42 namespace foo { namespace taz { namespace 78 RDar9371763_Foo foo; in rdar9371763() local 86 void funWithChar(char c) {} in funWithChar() 87 void funWithChar(unsigned char c) {} in funWithChar() 88 void funWithChar(signed char c) {} in funWithChar()
|
| /external/sdv/vsomeip/third_party/boost/spirit/test/x3/ |
| D | symbols3.cpp | 28 boost::optional<int> c; member 32 a, b, c in BOOST_FUSION_ADAPT_STRUCT() argument 75 symbols<> foo = {"a1", "a2", "a3"}; in main() local 81 symbols<> foo; in main() local 89 x3::symbols_parser<char_encoding::unicode, int> foo = {{U"a1", 1}, {U"a2", 2}, {U"a3", 3}}; in main() local
|
| /external/clang/test/SemaCXX/ |
| D | MicrosoftSuper.cpp | 7 void foo() { in foo() function 17 void foo(int) {} in foo() function 32 void foo() { in foo() function 54 void foo(char) {} in foo() function 58 void foo() { in foo() function 64 void foo(int) {} in foo() function 65 void foo(char) {} in foo() function 69 void foo() { in foo() function 91 int foo() { return 0; } in foo() function 98 void foo() { in foo() function [all …]
|
| D | array-bounds.cpp | 3 int foo() { in foo() function 45 char c[4]; in test() member 188 struct foo { struct 189 char c1[1]; // expected-note {{declared here}} 190 int x; 191 char c2[1]; 211 struct foo { char c[ONE]; }; // expected-note {{declared here}} member 212 template <int N> struct bar { char c[N]; }; // expected-note {{declared here}} member 222 int foo[5]; // expected-note 5 {{array 'foo' declared here}} in test_more() local 232 double foo[4096]; // expected-note {{array 'foo' declared here}} in test_pr10771() local
|
| D | copy-constructor-error.cpp | 13 class foo { class 19 foo::foo(foo&, int = 0) { } // expected-error {{makes this constructor a copy constructor}} in foo() function in foo 20 foo::foo(int = 0) { } // expected-error {{makes this constructor a default constructor}} in foo() function in foo 21 foo::foo(const foo& = 0) { } //expected-error {{makes this constructor a default constructor}} in foo() argument 43 int c = 0) {} in A()
|
| D | cxx1z-lambda-star-this.cpp | 13 auto foo() { in foo() function in test_star_this::ns1::A 30 void foo() { in foo() function in test_star_this::ns2::B 43 void foo() { in foo() function in test_star_this::ns3::B 50 B *c = (b.foo(), nullptr); //expected-note{{in instantiation}} variable 60 auto foo() { in foo() function in test_star_this::ns4::B 79 void foo() { in foo() function 83 void foo() const { //expected-note{{const}} in foo() function 117 auto N = [] (auto c) { in foo() 146 auto N = [] (auto c) { in foo() 156 void foo() volatile const { in foo() function [all …]
|
| /external/clang/test/SemaObjC/ |
| D | encode-typeof-test.m | 31 struct foo { struct 34 long c; field 43 …return @encode(struct foo); // expected-warning {{encoding of 'struct foo' type is incomplete beca… argument
|
| /external/tensorflow/tensorflow/python/autograph/pyct/common_transformers/ |
| D | anf_test.py | 108 def test_function(a, b, c, e, f, g): argument 113 def expected_result(a, b, c, e, f, g): argument 125 def test_function(b, c, d, e): argument 128 def expected_result(b, c, d, e): argument 139 def test_function(call_something, a, b, y, z, c, d, e, f, g, h, i): argument 142 def expected_result(call_something, a, b, y, z, c, d, e, f, g, h, i): argument 155 def test_function(a, b, c): argument 159 def expected_result(a, b, c): argument 171 def test_function(a, b, c): argument 176 def expected_result(a, b, c): argument [all …]
|
| /external/clang/test/CodeGenCXX/ |
| D | mangle.cpp | 22 typedef enum { foo } e; enumerator 428 struct foo { int bar; }; argument 436 struct foo { static int bar; }; argument 444 struct foo { int bar(); }; struct 452 struct foo { static int bar(); }; struct 467 struct foo { struct 468 typedef T X; 513 template <template<class> class T> void foo(const A<T> &a) {} in foo() function 675 template <template <class> class T> void foo(decltype(T<float>::object) &object) {} in foo() function 775 template <class T> typename A<T>::type foo() { return 0; } in foo() function [all …]
|
| D | assign-construct-memcpy.cpp | 12 struct foo { struct 14 foo() {} // non-POD in foo() function 17 bool c; member 23 foo *test1(void *f, const foo &x) { in test1() argument
|
| D | debug-info-template.cpp | 6 struct foo { struct 13 typedef int foo::*foo_mem; argument 144 char c; member
|
| /external/libcxx/test/libcxx/containers/sequences/vector/ |
| D | asan.pass.cpp | 39 C c(std::begin(t), std::end(t)); in main() local 41 volatile T foo = c[c.size()]; // bad, but not caught by ASAN in main() local 62 C c(std::begin(t), std::end(t)); in main() local 66 …volatile T foo = c[c.size()]; // should trigger ASAN. Use volatile to prevent being optimized away. in main() local
|
| /external/auto/value/src/it/functional/src/test/java/com/google/auto/value/gwt/ |
| D | SerialSignatureTest.java | 40 abstract int foo(); in foo() method in SerialSignatureTest.One 42 static One create(int foo) { in create() 50 abstract int foo(); in foo() method in SerialSignatureTest.Two 52 static Two create(int foo) { in create() 66 private static String dummySignatureFieldName(Class<?> c) { in dummySignatureFieldName()
|
| /external/sdv/vsomeip/third_party/boost/fusion/test/sequence/ |
| D | ref_vector.cpp | 16 struct foo struct 18 double d; float f; short c; member 21 BOOST_FUSION_ADAPT_STRUCT(foo,(double,d)(float,f)(short,c)) argument
|
| D | tie.hpp | 29 class foo class 33 explicit foo(int v) : val(v) {} in foo() function in test_detail::foo 42 foo() {} in foo() function in test_detail::foo 55 foo c(5); in test() local
|
| /external/stg/test_cases/info_tests/types/ |
| D | pointer.c | 1 struct foo { struct 6 struct foo b = { 0 }; argument 7 struct foo * c; variable
|
| /external/stg/test_cases/diff_tests/types/ |
| D | pointer.1.c | 1 struct foo { struct 6 struct foo b = { 0 }; argument 7 struct foo * c; variable
|
| D | pointer.0.c | 1 struct foo { struct 6 struct foo b = { 0 }; argument 7 struct foo * c; variable
|
| /external/clang/test/OpenMP/ |
| D | target_map_codegen.cpp | 681 void foo(int c) { in foo() function in SSS 763 void foo(int c) { in foo() function in SSST 772 void bar(int c) { in bar() 877 int foo(int d) { in foo() function 978 int foo(T d) { in foo() function 2542 int foo(T arg) { in foo() function 2684 CC<123,int> c; in explicit_maps_template_args_and_members() local 2753 int c[100]; variable 3048 float c[100]; in explicit_maps_inside_captured() local 4012 int foo(T arg) { in foo() function [all …]
|
| /external/clang/test/Sema/ |
| D | atomic-requires-library-error.c | 4 struct foo { struct 8 char c[3]; member 12 struct foo bigThing; argument
|