| /third_party/libabigail/tests/data/test-abidiff-exit/ |
| D | qualifier-typedef-array-v1.c | 10 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
|
| D | qualifier-typedef-array-v0.c | 10 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/ |
| D | test-anonymous-members-0.cc | 1 struct S struct 4 { 30 foo(S&) in foo() argument
|
| /third_party/libabigail/tests/data/test-read-dwarf/ |
| D | test7.cc | 1 struct S struct 11 int foo(S&) in foo() argument
|
| /third_party/libabigail/tests/data/test-diff-suppr/ |
| D | test5-fn-suppr-v1.cc | 4 struct S struct 9 S() in S() argument 16 bar(S*) in bar() argument 21 bar(int, S) in bar() argument
|
| D | test5-fn-suppr-v0.cc | 4 struct S struct 8 S() in S() argument 14 bar(S*) in bar() argument 19 bar(int, S) in bar() argument
|
| D | test13-suppr-through-pointer-v1.cc | 3 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/ |
| D | test9.c | 2 struct S struct 11 int foo(struct S*) in foo()
|
| /third_party/libabigail/tests/data/test-diff-pkg/dirpkg-1-dir2/ |
| D | obj-v0.cc | 4 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/ |
| D | obj-v0.cc | 4 struct S struct 9 S() in S() argument 16 bar(S&) in bar() argument
|
| /third_party/libabigail/tests/data/test-diff-filter/ |
| D | test3-v1.cc | 1 struct S struct 7 S() in S() argument 20 bar(int, S&) in bar() argument
|
| D | test14-v1.cc | 1 struct S struct 9 foo(S&) in foo() argument 13 bar(S&) in bar() argument
|
| D | test25-cyclic-type-v1.cc | 4 struct S struct 8 S* m2; argument 12 foo(S&) in foo() argument
|
| D | test17-v1.cc | 1 struct S struct 4 S* m2; argument 8 foo(S&) in foo() argument 12 bar(S&) in bar() argument
|
| D | test14-v0.cc | 1 struct S struct 8 foo(S&) in foo() argument 12 bar(S&) in bar() argument
|
| /third_party/vixl/test/aarch64/ |
| D | test-disasm-neon-aarch64.cc | 348 #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/ |
| D | test13-v1.cc | 1 struct S struct 10 foo(S&) in foo() argument
|
| D | test36-ppc64-aliases-v1.cc | 6 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
|
| D | test13-v0.cc | 1 struct S struct 10 foo(S&) in foo() argument
|
| D | test36-ppc64-aliases-v0.cc | 6 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/ |
| D | wrong_getter.rs | 4 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/ |
| D | obj-v0.cc | 4 struct S struct 8 S() in S() argument 14 bar(S&) in bar() argument
|
| /third_party/libabigail/tests/data/test-abicompat/ |
| D | test9-fn-changed-v1.h | 1 struct S struct 6 S() in S() argument
|
| /third_party/libabigail/tests/data/test-diff-pkg/dirpkg-0-dir1/ |
| D | obj-v0.cc | 4 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/ |
| D | RelocationResolver.cpp | 42 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 …]
|