Home
last modified time | relevance | path

Searched defs:S2 (Results 1 – 25 of 87) sorted by relevance

1234

/third_party/libabigail/tests/data/test-diff-suppr/
Dtest6-fn-suppr-v0.cc22 struct S2 struct
26 S2() in S2() argument
42 bar(int, S2**) in bar() argument
Dtest6-fn-suppr-v1.cc32 struct S2 : private base struct
36 S2() in S2() function
52 bar(int, S2**) in bar() argument
/third_party/libabigail/tests/data/test-diff-filter/
Dtest45-basic-type-change-v0.cc20 struct S2 struct
35 foo2(S2&) in foo2() argument
39 foo3(S2&) in foo3() argument
Dtest45-basic-type-change-v1.cc20 struct S2 struct
34 foo2(S2&) in foo2() argument
38 foo3(S2&) in foo3() argument
Dtest44-anonymous-data-member-v0.c10 struct S2 { struct
24 bar(struct S2* p) in bar() argument
Dtest44-anonymous-data-member-v1.c11 struct S2 { struct
26 bar(struct S2* p) in bar() argument
Dtest27-redundant-and-filtered-children-nodes-v0.cc13 struct S2 struct
30 bar(S1*, S2*) in bar() argument
/third_party/libabigail/tests/data/test-diff-dwarf/
Dtest40-v0.c7 struct S2 struct
26 bar(struct S2* s) in bar() argument
Dtest40-v1.c8 struct S2 struct
26 bar(struct S2* s) in bar() argument
/third_party/libabigail/tests/data/test-abicompat/
Dtest0-fn-changed-libapp-v0.cc28 struct S2 struct
30 int m0;
32 S2() in S2() argument
72 fun2(S2*) in fun2() argument
Dtest0-fn-changed-libapp-v1.cc34 struct S2 struct
36 int m0;
37 unsigned m1;
39 S2() in S2() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSetOperations.h22 bool set_union(S1Ty &S1, const S2Ty &S2) { in set_union()
39 void set_intersect(S1Ty &S1, const S2Ty &S2) { in set_intersect()
50 S1Ty set_difference(const S1Ty &S1, const S2Ty &S2) { in set_difference()
62 void set_subtract(S1Ty &S1, const S2Ty &S2) { in set_subtract()
DStringSwitch.h92 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
97 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
102 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
107 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
113 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
119 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
125 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
132 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
165 StringSwitch &CasesLower(StringLiteral S0, StringLiteral S1, StringLiteral S2, in CasesLower()
170 StringSwitch &CasesLower(StringLiteral S0, StringLiteral S1, StringLiteral S2, in CasesLower()
[all …]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dissue-1034.rs96 pub struct S2 { struct
103 ::std::mem::size_of::<S2>(), in bindgen_test_layout_S2() argument
113 impl S2 { impl
/third_party/libabigail/src/
Dabg-reporter-priv.h23 #define RETURN_IF_BEING_REPORTED_OR_WAS_REPORTED_EARLIER(S1, S2) \ argument
78 #define RETURN_IF_BEING_REPORTED_OR_WAS_REPORTED_EARLIER3(S1, S2, INTRO_TEXT) \ argument
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/
DsubtypingWithObjectMembersOptionality.ts27 interface S2 extends T2 { interface
57 interface S2 extends T2 { interface
/third_party/musl/src/math/
D__sinl.c31 S2 = 0.0083333333333333332, /* 0x11111111111111.0p-59 */ variable
51 S2 = 0.0083333333333333333333333333333331135404851288270047L, variable
/third_party/musl/porting/liteos_a/kernel/src/math/
D__sinl.c31 S2 = 0.0083333333333333332, /* 0x11111111111111.0p-59 */ variable
51 S2 = 0.0083333333333333333333333333333331135404851288270047L, variable
/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/
DassignmentCompatWithObjectMembers.ts10 interface S2 { foo: string; } interface
51 interface S2 { foo: S2; } interface
DassignmentCompatWithObjectMembersStringNumericNames.ts10 interface S2 { '1': string; bar?: string } interface
51 interface S2 { '1': string; bar?: string } interface
DassignmentCompatWithObjectMembers4.ts13 interface S2 { foo: Derived; } interface
58 interface S2 { foo: Base; } interface
DassignmentCompatWithCallSignatures.ts29 interface S2 { interface
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dissue-1034.h2 struct S2 { struct
/third_party/typescript/tests/cases/compiler/
DsuperAccess.ts3 private S2: string = "test"; property in MyBase
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dselect-and-shift.c2 #define S2 5 macro

1234