| /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
|
| D | 2005-02-20-AggregateSAVEEXPR.c | 3 int foo(__complex float c) { in foo() function
|
| D | linetable-endscope.c | 11 void foo(char c) in foo() function
|
| /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/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/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/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()
|
| D | nested-binaryoperators.cpp | 2 int foo(uint c) { in foo() function
|
| /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 | copy-constructor-error.cpp | 13 class foo { class 19 foo::foo(foo&, int = 0) { } // expected-error {{makes this constructor a copy constructor}} in foo() argument 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() function in foo 43 int c = 0) {} in A()
|
| /external/clang/test/CodeGenCXX/ |
| D | assign-construct-memcpy.cpp | 12 struct foo { struct 14 foo() {} // non-POD in foo() argument 17 bool c; member 23 foo *test1(void *f, const foo &x) { in test1() argument
|
| D | mangle.cpp | 22 typedef enum { foo } e; enumerator 428 struct foo { int bar; }; struct 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 | linetable-cleanup.cpp | 22 int foo() in foo() function 24 C c; in foo() local 38 C c; in bar() local
|
| D | debug-info-template.cpp | 6 struct foo { struct 13 typedef int foo::*foo_mem; argument 144 char c; member
|
| /external/tensorflow/tensorflow/python/autograph/pyct/common_transformers/ |
| D | anf_test.py | 130 def test_function(a, b, c, e, f, g): argument 135 def expected_result(a, b, c, e, f, g): argument 147 def test_function(b, c, d, e): argument 150 def expected_result(b, c, d, e): argument 161 def test_function(call_something, a, b, y, z, c, d, e, f, g, h, i): argument 164 def expected_result(call_something, a, b, y, z, c, d, e, f, g, h, i): argument 177 def test_function(a, b, c): argument 181 def expected_result(a, b, c): argument 193 def test_function(a, b, c): argument 198 def expected_result(a, b, c): argument [all …]
|
| /external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/ |
| D | TestDefaults.java | 10 public void foo(String c) {} in foo() method in TestDefaults 12 public void foo2(@DottedClassName String c) { in foo2()
|
| /external/clang/test/Sema/ |
| D | warn-freestanding-complex.c | 3 void foo(float _Complex c) { // expected-warning{{complex numbers are an extension in a freestandin… in foo() function
|
| D | atomic-requires-library-error.c | 4 struct foo { struct 8 char c[3]; member 12 struct foo bigThing; argument
|
| D | invalid-assignment-constant-address-space.c | 4 int __attribute__((address_space(OPENCL_CONSTANT))) c[3] = {0}; variable 6 void foo() { in foo() function
|
| /external/clang/test/Frontend/ |
| D | trigraphs.cpp | 8 void foo() { in foo() function 11 const char c[] = "??/n"; // expected-warning{{trigraph converted to '\' character}} in foo() local
|
| /external/python/cpython3/Lib/test/ |
| D | gdb_sample.py | 3 def foo(a, b, c): argument 6 def bar(a, b, c): argument
|
| /external/python/cpython2/Lib/test/ |
| D | gdb_sample.py | 3 def foo(a, b, c): argument 6 def bar(a, b, c): argument
|
| /external/clang/test/VFS/Inputs/ |
| D | external-names.h | 1 void foo(char **c) { in foo() function
|
| /external/clang/test/Preprocessor/ |
| D | macro_paste_msextensions.c | 9 int foo; variable 33 #define foo(x) abc(x) macro 41 #define collapse_spaces(a, b, c, d) str(a ## - ## b ## - ## c ## d) argument
|