/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ASTStructuralEquivalence.cpp | 174 bool IsStmtEquivalent(const AtomicExpr *E1, const AtomicExpr *E2) { in IsStmtEquivalent() 182 bool IsStmtEquivalent(const CallExpr *E1, const CallExpr *E2) { in IsStmtEquivalent() 200 const CharacterLiteral *E2) { in IsStmtEquivalent() 226 bool IsStmtEquivalent(const Expr *E1, const Expr *E2) { in IsStmtEquivalent() 231 const ExpressionTraitExpr *E2) { in IsStmtEquivalent() 240 const GenericSelectionExpr *E2) { in IsStmtEquivalent() 273 const ObjCStringLiteral *E2) { in IsStmtEquivalent() 284 bool IsStmtEquivalent(const StmtExpr *E1, const StmtExpr *E2) { in IsStmtEquivalent() 293 const SubstNonTypeTemplateParmExpr *E2) { in IsStmtEquivalent() 329 const UnaryExprOrTypeTraitExpr *E2) { in IsStmtEquivalent() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | c99-intconst-1.c | 41 #define first_of2p(T1, E1, T2, E2) type_comb2(type_if(T1, (E1)), \ argument 44 #define first_of3p(T1, E1, T2, E2, T3, E3) \ argument 50 #define first_of4p(T1, E1, T2, E2, T3, E3, T4, E4) \ argument 57 #define first_of6p(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \ argument 67 #define first_of2(T1, E1, T2, E2) \ argument 69 #define first_of3(T1, E1, T2, E2, T3, E3) \ argument 71 #define first_of4(T1, E1, T2, E2, T3, E3, T4, E4) \ argument 73 #define first_of6(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \ argument
|
H A D | c90-intconst-1.c | 35 #define first_of2p(T1, E1, T2, E2) type_comb2(type_if(T1, (E1)), \ argument 38 #define first_of3p(T1, E1, T2, E2, T3, E3) \ argument 44 #define first_of4p(T1, E1, T2, E2, T3, E3, T4, E4) \ argument 51 #define first_of2(T1, E1, T2, E2) \ argument 53 #define first_of3(T1, E1, T2, E2, T3, E3) \ argument 55 #define first_of4(T1, E1, T2, E2, T3, E3, T4, E4) \ argument
|
H A D | c99-condexpr-1.c | 21 #define ASSERT_COND_TYPE(E1, E2, T) \ argument
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/ |
H A D | vmihint.C | 23 struct E2 : A1A, A2vA {int m;}; argument
|
/openbsd/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/ |
H A D | DataflowAnalysis.h | 102 const TypeErasedLattice &E2) final { in joinTypeErased() 116 const TypeErasedLattice &E2) final { in isEqualTypeErased()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/ |
H A D | empty9.C | 5 struct E2 : public E1 { struct
|
H A D | vbase14.C | 4 struct E2 : public E1 {}; // { dg-warning "layout" } struct
|
H A D | empty8.C | 5 struct E2 : public E1 {}; struct
|
H A D | vbase13.C | 5 struct E2 : public E1 {}; struct
|
H A D | empty11.C | 5 struct E2 : public E {}; struct
|
H A D | empty10.C | 5 struct E2 : public E {}; struct
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
H A D | enum3.C | 9 enum E2 {e2}; enum
|
H A D | cond5.C | 17 enum E2 {e2 = -1}; enum
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
H A D | enum10.C | 9 enum E2 { b }; enum
|
H A D | defarg14.C | 7 enum Enum0 { E0, E1, E2 }; enumerator
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
H A D | enum6.C | 7 enum E2 {a2, b2}; enum
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ |
H A D | arm14.C | 14 enum E2 {a2, b2}; enum
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
H A D | dcast3.C | 15 struct E2 : public C2, public D2 { }; struct
|
H A D | static1.C | 6 enum ENUM {E1=0, E2 }; enumerator
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
H A D | COFFPlatform.cpp | 412 if (auto E2 = setupJITDylib(PlatformJD)) { in COFFPlatform() local 418 if (auto E2 = LoadDynLibrary(PlatformJD, Lib)) { in COFFPlatform() local 424 if (auto E2 = VCRuntimeBootstrap->initializeStaticVCRuntime(PlatformJD)) { in COFFPlatform() local 430 if (auto E2 = associateRuntimeSupportFunctions(PlatformJD)) { in COFFPlatform() local 438 if (auto E2 = bootstrapCOFFRuntime(PlatformJD)) { in COFFPlatform() local
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnitIndex.cpp | 288 llvm::sort(OffsetLookup, [&](Entry *E1, Entry *E2) { in getFromOffset() 293 auto I = partition_point(OffsetLookup, [&](Entry *E2) { in getFromOffset()
|
/openbsd/gnu/llvm/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyCommon.h | 65 inline bool equals(const til::SExpr *E1, const til::SExpr *E2) { in equals() 69 inline bool matches(const til::SExpr *E1, const til::SExpr *E2) { in matches() 81 inline bool partiallyMatches(const til::SExpr *E1, const til::SExpr *E2) { in partiallyMatches()
|
H A D | ThreadSafetyTraverse.h | 315 bool compareByCase(const SExpr *E1, const SExpr* E2) { in compareByCase() 341 bool compare(const SExpr *E1, const SExpr* E2) { in compare() 355 static bool compareExprs(const SExpr *E1, const SExpr* E2) { in compareExprs() 375 bool compare(const SExpr *E1, const SExpr *E2) { in compare() 393 static bool compareExprs(const SExpr *E1, const SExpr* E2) { in compareExprs()
|
/openbsd/gnu/llvm/llvm/lib/MCA/Stages/ |
H A D | InstructionTables.cpp | 53 for (unsigned I2 = 0, E2 = SubUnit.NumUnits; I2 < E2; ++I2) { in execute() local
|