/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | StringSwitch.h | 90 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 D | SetOperations.h | 23 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 D | memclass15.C | 4 struct S1 struct 25 S1<int> si; in h() argument
|
H A D | memclass10.C | 3 struct S1 struct 6 struct S2 {}; // ERROR - previous definition 9 struct S2 {}; // ERROR - redefinition
|
H A D | crash52.C | 5 struct S1 struct 22 S1<int> s1; in g() argument
|
H A D | crash2.C | 4 struct S1 struct 11 struct S2 : public S1<S2> argument
|
H A D | friend33.C | 5 struct S1 struct 7 struct SS1 argument 10 friend void Foo (const SS1& ss1) in Foo() argument
|
H A D | memclass9.C | 4 struct S1 struct 29 S1<int> s1; in g() argument
|
H A D | spec28.C | 4 struct S1 { struct 6 friend bool f<>(const S1&); argument
|
H A D | nontype3.C | 6 struct S1 struct 22 typedef S1<S2<1>::es> S3_Type; argument
|
H A D | memclass11.C | 3 struct S1 struct 14 int i = (int) S1::S2<double>::a; argument
|
H A D | local6.C | 6 struct S1 { in f() struct 7 virtual int foo() { return 1; } in f()
|
H A D | typename21.C | 6 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 D | overload6.C | 3 struct S1 struct 9 struct S2 : public S1 argument
|
H A D | lookup13.C | 7 struct S1 { in main() struct 8 typedef char I; in main()
|
H A D | virtual1.C | 5 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 D | misc5.C | 6 struct S1 { struct 7 static int S1; // ERROR - uses same name 9.3 argument
|
H A D | virt2.C | 8 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 D | virt1.C | 5 struct S1 : virtual public S0 { virtual void f1 () { } }; in f1() struct
|
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/ |
H A D | PrettyTypeDumper.cpp | 41 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 D | bitfields.C | 70 struct S1 struct 72 int j : 5; 73 int k : 6; 74 int m : 7;
|
H A D | vtable.C | 17 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 D | empty8.C | 6 struct S1 { int i; }; struct
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/ |
H A D | tem03.C | 139 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 D | mentor1.C | 7 struct S1 { struct 11 inline void S1::shift_left(int delta, int ct) in shift_left() argument
|