| /external/llvm-project/lldb/test/API/commands/expression/char/ |
| D | main.cpp | 1 int foo(char c) { return 1; } in foo() function 2 int foo(signed char c) { return 2; } in foo() function 3 int foo(unsigned char c) { return 3; } in foo() function 6 char c = 0; in main() local
|
| /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/llvm-project/clang/test/CodeGen/ |
| D | arm-byval-align.c | 3 struct foo { struct 6 int c:16; member 10 // CHECK: %struct.foo* byval(%struct.foo) 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; 49 double _Complex c = __builtin_va_arg(ap, double _Complex); in f4() local 92 double _Complex c = __builtin_va_arg(ap, double _Complex); in f5() local 124 double _Complex c = __builtin_va_arg(ap, double _Complex); in f6() local
|
| /external/llvm-project/clang/test/OpenMP/ |
| D | declare_mapper_codegen.cpp | 255 void foo(int a){ in foo() function 257 C c; in foo() local 898 C c; member in B 906 void foo(int a){ in foo() function 909 C c[10]; in foo() local 1149 void foo(int a){ in foo() function 1151 C c; in foo() local
|
| /external/llvm-project/clang/test/SemaTemplate/ |
| D | cxx2a-constraint-exprs.cpp | 15 template<typename T> void foo() requires false && f<int> { }; in foo() function 21 template<typename T> struct M { static void foo() requires false && f<int> { }; }; in foo() function 23 int c = (M<int>::foo(), 0); variable 34 template<typename T> void foo() requires f<int[1]> { }; in foo() function 47 template<typename T> struct M { static void foo() requires f<int[3]> { }; }; in foo() function 51 int c = (M<int>::foo(), 0); variable
|
| /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/llvm-project/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/llvm-project/lldb/unittests/Utility/ |
| D | ReproducerInstrumentationTest.cpp | 33 char c = 'a'; member 144 virtual bool IsA(Class c) override { return c == Class::Foo; } in IsA() 168 virtual bool IsA(Class c) override { return c == Class::Bar; } in IsA() 208 InstrumentedFoo::InstrumentedFoo(const InstrumentedFoo &foo) { in InstrumentedFoo() 212 InstrumentedFoo &InstrumentedFoo::operator=(const InstrumentedFoo &foo) { in operator =() 242 int InstrumentedFoo::C(float *c) { in C() 315 InstrumentedFoo *foo = new InstrumentedFoo(0); in GetInstrumentedFooRef() local 323 InstrumentedFoo *foo = new InstrumentedFoo(0); in GetInstrumentedFooPtr() local 328 void InstrumentedBar::SetInstrumentedFoo(InstrumentedFoo *foo) { in SetInstrumentedFoo() 334 void InstrumentedBar::SetInstrumentedFoo(InstrumentedFoo &foo) { in SetInstrumentedFoo() [all …]
|
| /external/llvm-project/lldb/test/API/python_api/sbdata/ |
| D | main.cpp | 3 struct foo struct 7 float c; member 8 foo() : a(0), b(1), c(3.14) {} in foo() argument 9 foo(uint32_t A, uint32_t B, float C) : in foo() argument
|
| /external/llvm-project/flang/test/Lower/ |
| D | pre-fir-tree01.f90 | 6 subroutine foo() subroutine 29 integer, dimension(n) :: a, b, c variable 30 common /arrays/ a, b, c local 46 subroutine foo() subroutine 49 subroutine subfoo() argument 53 function subfoo2() argument 78 subroutine foo() subroutine 81 subroutine subfoo() argument 85 function subfoo2() argument
|
| /external/javassist/src/test/test/javassist/proxy/ |
| 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
|
| 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 …]
|
| /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/tensorflow/tensorflow/python/autograph/pyct/common_transformers/ |
| D | anf_test.py | 112 def test_function(a, b, c, e, f, g): argument 117 def expected_result(a, b, c, e, f, g): argument 129 def test_function(b, c, d, e): argument 132 def expected_result(b, c, d, e): argument 143 def test_function(call_something, a, b, y, z, c, d, e, f, g, h, i): argument 146 def expected_result(call_something, a, b, y, z, c, d, e, f, g, h, i): argument 159 def test_function(a, b, c): argument 163 def expected_result(a, b, c): argument 175 def test_function(a, b, c): argument 180 def expected_result(a, b, c): argument [all …]
|
| /external/llvm-project/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/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/llvm-project/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 …]
|
| /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 …]
|
| /external/llvm-project/libcxx/test/libcxx/containers/sequences/vector/ |
| D | asan.pass.cpp | 37 C c(std::begin(t), std::end(t)); in main() local 39 volatile T foo = c[c.size()]; // bad, but not caught by ASAN in main() local 60 C c(std::begin(t), std::end(t)); in main() local 64 …volatile T foo = c[c.size()]; // should trigger ASAN. Use volatile to prevent being optimized away. in main() local
|
| /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 …]
|
| /external/llvm-project/clang/test/CodeGenCXX/ |
| 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 …]
|
| /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/llvm-project/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
|