Home
last modified time | relevance | path

Searched defs:S1 (Results 1 – 25 of 115) sorted by relevance

12345

/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DStringSwitch.h90 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, T Value) { in Cases()
94 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
99 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
104 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
109 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
115 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
121 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
127 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
134 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
163 StringSwitch &CasesLower(StringLiteral S0, StringLiteral S1, T Value) { in CasesLower()
[all …]
H A DSetOperations.h23 bool set_union(S1Ty &S1, const S2Ty &S2) { in set_union()
40 void set_intersect(S1Ty &S1, const S2Ty &S2) { in set_intersect()
51 S1Ty set_difference(const S1Ty &S1, const S2Ty &S2) { in set_difference()
63 void set_subtract(S1Ty &S1, const S2Ty &S2) { in set_subtract()
72 bool set_is_subset(const S1Ty &S1, const S2Ty &S2) { in set_is_subset()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmemclass15.C4 struct S1 struct
25 S1<int> si; in h() argument
H A Dmemclass10.C3 struct S1 struct
6 struct S2 {}; // ERROR - previous definition
9 struct S2 {}; // ERROR - redefinition
H A Dcrash52.C5 struct S1 struct
22 S1<int> s1; in g() argument
H A Dcrash2.C4 struct S1 struct
11 struct S2 : public S1<S2> argument
H A Dfriend33.C5 struct S1 struct
7 struct SS1 argument
10 friend void Foo (const SS1& ss1) in Foo() argument
H A Dmemclass9.C4 struct S1 struct
29 S1<int> s1; in g() argument
H A Dspec28.C4 struct S1 { struct
6 friend bool f<>(const S1&); argument
H A Dnontype3.C6 struct S1 struct
22 typedef S1<S2<1>::es> S3_Type; argument
H A Dmemclass11.C3 struct S1 struct
14 int i = (int) S1::S2<double>::a; argument
H A Dlocal6.C6 struct S1 { in f() struct
7 virtual int foo() { return 1; } in f()
H A Dtypename21.C6 struct S1 { struct
19 typedef typename S1<I>::X IX; argument
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Doverload6.C3 struct S1 struct
9 struct S2 : public S1 argument
H A Dlookup13.C7 struct S1 { in main() struct
8 typedef char I; in main()
H A Dvirtual1.C5 struct S1 : virtual public S0 { virtual void f1 () { } }; in f1() struct
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dmisc5.C6 struct S1 { struct
7 static int S1; // ERROR - uses same name 9.3 argument
H A Dvirt2.C8 struct S1 : virtual public S0 { struct
9 virtual void is_kind_of_S1 () const { fprintf (stderr, "%p\n", this); } in is_kind_of_S1() argument
17 struct S3 : public S2, public S1 { argument
H A Dvirt1.C5 struct S1 : virtual public S0 { virtual void f1 () { } }; in f1() struct
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp41 static bool CompareNames(const LayoutPtr &S1, const LayoutPtr &S2) { in CompareNames()
45 static bool CompareSizes(const LayoutPtr &S1, const LayoutPtr &S2) { in CompareSizes()
49 static bool ComparePadding(const LayoutPtr &S1, const LayoutPtr &S2) { in ComparePadding()
53 static bool ComparePaddingPct(const LayoutPtr &S1, const LayoutPtr &S2) { in ComparePaddingPct()
59 static bool ComparePaddingImmediate(const LayoutPtr &S1, const LayoutPtr &S2) { in ComparePaddingImmediate()
63 static bool ComparePaddingPctImmediate(const LayoutPtr &S1, in ComparePaddingPctImmediate()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/
H A Dbitfields.C70 struct S1 struct
72 int j : 5;
73 int k : 6;
74 int m : 7;
H A Dvtable.C17 struct S1 struct
19 virtual void f () in f()
44 struct S4 : public virtual S1, public S2, public S3 argument
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/
H A Dempty8.C6 struct S1 { int i; }; struct
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dtem03.C139 struct S1 struct
144 S1<U> s2u(u); in f() argument
151 S1<U> s2u(u); in f2() argument
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dmentor1.C7 struct S1 { struct
11 inline void S1::shift_left(int delta, int ct) in shift_left() argument

12345