Home
last modified time | relevance | path

Searched defs:S (Results 1 – 25 of 1234) sorted by relevance

12345678910>>...50

/third_party/libabigail/tests/data/test-abidiff-exit/
Dqualifier-typedef-array-v1.c10 struct S { struct
11 const A c_a; // +const
12 volatile A v_a; // +volatile
13 restrict A r_a; // +restrict
37 void fun(struct S * s) { (void) s; } in fun() argument
Dqualifier-typedef-array-v0.c10 struct S { struct
11 A c_a;
12 A v_a;
13 A r_a;
37 void fun(struct S * s) { (void) s; } in fun() argument
/third_party/libabigail/tests/data/test-annotate/
Dtest-anonymous-members-0.cc1 struct S struct
4 {
30 foo(S&) in foo() argument
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest7.cc1 struct S struct
11 int foo(S&) in foo() argument
/third_party/libabigail/tests/data/test-diff-suppr/
Dtest5-fn-suppr-v1.cc4 struct S struct
9 S() in S() argument
16 bar(S*) in bar() argument
21 bar(int, S) in bar() argument
Dtest5-fn-suppr-v0.cc4 struct S struct
8 S() in S() argument
14 bar(S*) in bar() argument
19 bar(int, S) in bar() argument
Dtest13-suppr-through-pointer-v1.cc3 struct S struct
10 bar(S*) in bar() argument
15 foo(S) in foo() argument
20 fu(S**) in fu() argument
/third_party/libabigail/tests/data/test-read-ctf/
Dtest9.c2 struct S struct
11 int foo(struct S*) in foo()
/third_party/libabigail/tests/data/test-diff-pkg/dirpkg-1-dir2/
Dobj-v0.cc4 struct S struct
9 S() in S() argument
16 bar(S&) in bar() argument
/third_party/libabigail/tests/data/test-diff-pkg/dirpkg-0-dir2/
Dobj-v0.cc4 struct S struct
9 S() in S() argument
16 bar(S&) in bar() argument
/third_party/libabigail/tests/data/test-diff-filter/
Dtest3-v1.cc1 struct S struct
7 S() in S() argument
20 bar(int, S&) in bar() argument
Dtest14-v1.cc1 struct S struct
9 foo(S&) in foo() argument
13 bar(S&) in bar() argument
Dtest25-cyclic-type-v1.cc4 struct S struct
8 S* m2; argument
12 foo(S&) in foo() argument
Dtest17-v1.cc1 struct S struct
4 S* m2; argument
8 foo(S&) in foo() argument
12 bar(S&) in bar() argument
Dtest14-v0.cc1 struct S struct
8 foo(S&) in foo() argument
12 bar(S&) in bar() argument
/third_party/vixl/test/aarch64/
Dtest-disasm-neon-aarch64.cc348 #define DISASM_INST(M, S) \ in TEST() argument
369 #define DISASM_INST(M, S) \ in TEST() argument
466 #define DISASM_INST(M, S) \ in TEST() argument
485 #define DISASM_INST(M, S) \ in TEST() argument
1480 #define DISASM_INST(M, S) \ in TEST() argument
1485 #define DISASM_INST(M, S) \ in TEST() argument
1490 #define DISASM_INST(M, S) \ in TEST() argument
1495 #define DISASM_INST(M, S) \ in TEST() argument
1500 #define DISASM_INST(M, S) \ in TEST() argument
1505 #define DISASM_INST(M, S) \ in TEST() argument
[all …]
/third_party/libabigail/tests/data/test-diff-dwarf/
Dtest13-v1.cc1 struct S struct
10 foo(S&) in foo() argument
Dtest36-ppc64-aliases-v1.cc6 struct S struct
15 S::S() in S() function in S
19 S::S(int s) in S() function in S
27 foo(S&) in foo() argument
Dtest13-v0.cc1 struct S struct
10 foo(S&) in foo() argument
Dtest36-ppc64-aliases-v0.cc6 struct S struct
14 S::S() in S() argument
18 S::S(int s) in S() function in S
26 foo(S&) in foo() argument
/third_party/rust/crates/serde/test_suite/tests/ui/remote/
Dwrong_getter.rs4 pub struct S { struct
8 impl S { implementation
16 #[serde(remote = "remote::S")]
17 struct S { struct
19 a: u8,
/third_party/libabigail/tests/data/test-diff-pkg/dirpkg-1-dir1/
Dobj-v0.cc4 struct S struct
8 S() in S() argument
14 bar(S&) in bar() argument
/third_party/libabigail/tests/data/test-abicompat/
Dtest9-fn-changed-v1.h1 struct S struct
6 S() in S() argument
/third_party/libabigail/tests/data/test-diff-pkg/dirpkg-0-dir1/
Dobj-v0.cc4 struct S struct
8 S() in S() function
14 bar(S&) in bar() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRelocationResolver.cpp42 static uint64_t resolveX86_64(RelocationRef R, uint64_t S, uint64_t A) { in resolveX86_64()
71 static uint64_t resolveAArch64(RelocationRef R, uint64_t S, uint64_t A) { in resolveAArch64()
92 static uint64_t resolveBPF(RelocationRef R, uint64_t S, uint64_t A) { in resolveBPF()
115 static uint64_t resolveMips64(RelocationRef R, uint64_t S, uint64_t A) { in resolveMips64()
140 static uint64_t resolvePPC64(RelocationRef R, uint64_t S, uint64_t A) { in resolvePPC64()
161 static uint64_t resolveSystemZ(RelocationRef R, uint64_t S, uint64_t A) { in resolveSystemZ()
184 static uint64_t resolveSparc64(RelocationRef R, uint64_t S, uint64_t A) { in resolveSparc64()
206 static uint64_t resolveAmdgpu(RelocationRef R, uint64_t S, uint64_t A) { in resolveAmdgpu()
227 static uint64_t resolveX86(RelocationRef R, uint64_t S, uint64_t A) { in resolveX86()
244 static uint64_t resolvePPC32(RelocationRef R, uint64_t S, uint64_t A) { in resolvePPC32()
[all …]

12345678910>>...50