Searched defs:E2 (Results 1 - 25 of 33) sorted by relevance

12

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/
H A Dempty10.C5 struct E2 : public E {}; struct in inherits:E
H A Dvbase14.C4 struct E2 : public E1 {}; // { dg-warning "layout" } struct in inherits:E1
H A Dempty9.C5 struct E2 : public E1 { struct in inherits:E1
H A Dvbase13.C5 struct E2 : public E1 {}; struct in inherits:E1
H A Dempty11.C5 struct E2 : public E {}; struct in inherits:E
H A Dempty8.C5 struct E2 : public E1 {}; struct in inherits:E1
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Denum10.C9 enum E2 { b }; enum in struct:S2
H A Ddefarg14.C7 enum Enum0 { E0, E1, E2 }; enumerator in enum:Enum0
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dcond5.C17 enum E2 {e2 = -1}; enum
H A Denum3.C9 enum E2 {e2}; enum
H A Ddyncast6.C31 class E2 : public B1, public A, public virtual V {}; class in inherits:B1,A,V
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Ddcast3.C15 struct E2 : public C2, public D2 { }; struct in inherits:C2,D2
H A Dstatic1.C6 enum ENUM {E1=0, E2 }; enumerator in enum:ENUM
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Denum6.C7 enum E2 {a2, b2}; enum in class:X
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Darm14.C14 enum E2 {a2, b2}; enum in class:X
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/
H A Dvmihint.C23 struct E2 : A1A, A2vA {int m;}; struct in inherits:A1A,A2vA
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Dnrv5.C7 enum E { E0, E1, E2, E3 }; enumerator in enum:E
/openbsd-current/gnu/usr.bin/perl/dist/base/t/
H A Dfields-base.t193 package E2; package
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaStmtAsm.cpp100 const Expr *E2 = E->IgnoreParenNoopCasts(S.Context); local
/openbsd-current/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h65 inline bool equals(const til::SExpr *E1, const til::SExpr *E2) { argument
69 inline bool matches(const til::SExpr *E1, const til::SExpr *E2) { argument
81 inline bool partiallyMatches(const til::SExpr *E1, const til::SExpr *E2) { argument
H A DThreadSafetyTraverse.h315 bool compareByCase(const SExpr *E1, const SExpr* E2) { argument
341 bool compare(const SExpr *E1, const SExpr* E2) { argument
355 static bool compareExprs(const SExpr *E1, const SExpr* E2) { argument
375 bool compare(const SExpr *E1, const SExpr *E2) { argument
393 compareExprs(const SExpr *E1, const SExpr* E2) argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp281 SlotIndex E2 = getEndPoint(I2); local
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DASTStructuralEquivalence.cpp170 bool IsStmtEquivalent(const AddrLabelExpr *E1, const AddrLabelExpr *E2) { argument
174 bool IsStmtEquivalent(const AtomicExpr *E1, const AtomicExpr *E2) { argument
178 bool IsStmtEquivalent(const BinaryOperator *E1, const BinaryOperator *E2) { argument
182 bool IsStmtEquivalent(const CallExpr *E1, const CallExpr *E2) { argument
199 IsStmtEquivalent(const CharacterLiteral *E1, const CharacterLiteral *E2) argument
204 IsStmtEquivalent(const ChooseExpr *E1, const ChooseExpr *E2) argument
208 IsStmtEquivalent(const CompoundStmt *E1, const CompoundStmt *E2) argument
226 IsStmtEquivalent(const Expr *E1, const Expr *E2) argument
230 IsStmtEquivalent(const ExpressionTraitExpr *E1, const ExpressionTraitExpr *E2) argument
235 IsStmtEquivalent(const FloatingLiteral *E1, const FloatingLiteral *E2) argument
239 IsStmtEquivalent(const GenericSelectionExpr *E1, const GenericSelectionExpr *E2) argument
263 IsStmtEquivalent(const IntegerLiteral *E1, const IntegerLiteral *E2) argument
267 IsStmtEquivalent(const MemberExpr *E1, const MemberExpr *E2) argument
272 IsStmtEquivalent(const ObjCStringLiteral *E1, const ObjCStringLiteral *E2) argument
280 IsStmtEquivalent(const SourceLocExpr *E1, const SourceLocExpr *E2) argument
284 IsStmtEquivalent(const StmtExpr *E1, const StmtExpr *E2) argument
288 IsStmtEquivalent(const StringLiteral *E1, const StringLiteral *E2) argument
292 IsStmtEquivalent(const SubstNonTypeTemplateParmExpr *E1, const SubstNonTypeTemplateParmExpr *E2) argument
304 IsStmtEquivalent(const SubstNonTypeTemplateParmPackExpr *E1, const SubstNonTypeTemplateParmPackExpr *E2) argument
310 IsStmtEquivalent(const TypeTraitExpr *E1, const TypeTraitExpr *E2) argument
328 IsStmtEquivalent(const UnaryExprOrTypeTraitExpr *E1, const UnaryExprOrTypeTraitExpr *E2) argument
336 IsStmtEquivalent(const UnaryOperator *E1, const UnaryOperator *E2) argument
340 IsStmtEquivalent(const VAArgExpr *E1, const VAArgExpr *E2) argument
345 IsStmtEquivalent(const OverloadExpr *E1, const OverloadExpr *E2) argument
512 E1 = OS1->end(), E2 = OS2->end(); local
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DError.h395 static Error join(Error E1, Error E2) { argument
427 joinErrors(Error E1, Error E2) argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp1044 auto *E2 = cast<Constant>(mapValue(S->getOperand(1))); local

Completed in 178 milliseconds

12