Home
last modified time | relevance | path

Searched +defs:foo +defs:c (Results 1 – 25 of 441) sorted by relevance

12345678910>>...18

/external/clang/test/CodeGen/
Darm-byval-align.c3 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()
Dms_abi.c4 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
D2005-02-20-AggregateSAVEEXPR.c3 int foo(__complex float c) { in foo() function
Dlinetable-endscope.c11 void foo(char c) in foo() function
/external/clang/test/CodeGenObjC/
Dbitfield_encoding.m6 struct foo{ struct
9 int c:14; field
12 const char *encoding = @encode(struct foo); argument
/external/libcxx/test/libcxx/containers/sequences/vector/
Dasan.pass.cpp39 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/
Dencode-typeof-test.m31 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/
Dusrs.cpp1 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()
Dnested-binaryoperators.cpp2 int foo(uint c) { in foo() function
/external/clang/test/SemaCXX/
DMicrosoftSuper.cpp7 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 …]
Dcopy-constructor-error.cpp13 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/
Dassign-construct-memcpy.cpp12 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
Dmangle.cpp22 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 …]
Dlinetable-cleanup.cpp22 int foo() in foo() function
24 C c; in foo() local
38 C c; in bar() local
Ddebug-info-template.cpp6 struct foo { struct
13 typedef int foo::*foo_mem; argument
144 char c; member
/external/tensorflow/tensorflow/python/autograph/pyct/common_transformers/
Danf_test.py130 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/
DTestDefaults.java10 public void foo(String c) {} in foo() method in TestDefaults
12 public void foo2(@DottedClassName String c) { in foo2()
/external/clang/test/Sema/
Dwarn-freestanding-complex.c3 void foo(float _Complex c) { // expected-warning{{complex numbers are an extension in a freestandin… in foo() function
Datomic-requires-library-error.c4 struct foo { struct
8 char c[3]; member
12 struct foo bigThing; argument
Dinvalid-assignment-constant-address-space.c4 int __attribute__((address_space(OPENCL_CONSTANT))) c[3] = {0}; variable
6 void foo() { in foo() function
/external/clang/test/Frontend/
Dtrigraphs.cpp8 void foo() { in foo() function
11 const char c[] = "??/n"; // expected-warning{{trigraph converted to '\' character}} in foo() local
/external/python/cpython3/Lib/test/
Dgdb_sample.py3 def foo(a, b, c): argument
6 def bar(a, b, c): argument
/external/python/cpython2/Lib/test/
Dgdb_sample.py3 def foo(a, b, c): argument
6 def bar(a, b, c): argument
/external/clang/test/VFS/Inputs/
Dexternal-names.h1 void foo(char **c) { in foo() function
/external/clang/test/Preprocessor/
Dmacro_paste_msextensions.c9 int foo; variable
33 #define foo(x) abc(x) macro
41 #define collapse_spaces(a, b, c, d) str(a ## - ## b ## - ## c ## d) argument

12345678910>>...18