/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ASTStructuralEquivalence.cpp | 170 bool IsStmtEquivalent(const AddrLabelExpr *E1, const AddrLabelExpr *E2) { in IsStmtEquivalent() 174 bool IsStmtEquivalent(const AtomicExpr *E1, const AtomicExpr *E2) { in IsStmtEquivalent() 178 bool IsStmtEquivalent(const BinaryOperator *E1, const BinaryOperator *E2) { in IsStmtEquivalent() 182 bool IsStmtEquivalent(const CallExpr *E1, const CallExpr *E2) { in IsStmtEquivalent() 199 bool IsStmtEquivalent(const CharacterLiteral *E1, in IsStmtEquivalent() 204 bool IsStmtEquivalent(const ChooseExpr *E1, const ChooseExpr *E2) { in IsStmtEquivalent() 208 bool IsStmtEquivalent(const CompoundStmt *E1, const CompoundStmt *E2) { in IsStmtEquivalent() 226 bool IsStmtEquivalent(const Expr *E1, const Expr *E2) { in IsStmtEquivalent() 230 bool IsStmtEquivalent(const ExpressionTraitExpr *E1, in IsStmtEquivalent() 235 bool IsStmtEquivalent(const FloatingLiteral *E1, const FloatingLiteral *E2) { in IsStmtEquivalent() [all …]
|
/openbsd-src/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 | 980414-1.c | 48 const double E1 = 2.71828182845904523536028747135; variable
|
H A D | c99-condexpr-1.c | 21 #define ASSERT_COND_TYPE(E1, E2, T) \ argument
|
H A D | builtin-choose-expr.c | 8 #define ASSERT_COND_TYPE(E1, E2) \ argument
|
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyTraverse.h | 208 R_SExpr reduceCode(Code &Orig, R_SExpr E0, R_SExpr E1) { in reduceCode() 212 R_SExpr reduceField(Field &Orig, R_SExpr E0, R_SExpr E1) { in reduceField() 216 R_SExpr reduceApply(Apply &Orig, R_SExpr E0, R_SExpr E1) { in reduceApply() 220 R_SExpr reduceSApply(SApply &Orig, R_SExpr E0, R_SExpr E1) { in reduceSApply() 228 R_SExpr reduceStore(Store &Orig, R_SExpr E0, R_SExpr E1) { return E0 && E1; } in reduceStore() 230 R_SExpr reduceArrayIndex(Store &Orig, R_SExpr E0, R_SExpr E1) { in reduceArrayIndex() 234 R_SExpr reduceArrayAdd(Store &Orig, R_SExpr E0, R_SExpr E1) { in reduceArrayAdd() 240 R_SExpr reduceBinaryOp(BinaryOp &Orig, R_SExpr E0, R_SExpr E1) { in reduceBinaryOp() 315 bool compareByCase(const SExpr *E1, const SExpr* E2) { in compareByCase() 341 bool compare(const SExpr *E1, const SExpr* E2) { in compare() [all …]
|
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()
|
/openbsd-src/lib/libcrypto/des/ |
H A D | des_local.h | 129 #define LOAD_DATA_tmp(R,S,u,t,E0,E1) \ argument 132 #define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ argument 139 #define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ argument
|
H A D | fcrypt_b.c |
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/ |
H A D | vmihint.C | 21 struct E1 : A1A, A2A {int m;}; struct
|
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/ |
H A D | DataflowAnalysis.h | 101 LatticeJoinEffect joinTypeErased(TypeErasedLattice &E1, in joinTypeErased() 115 bool isEqualTypeErased(const TypeErasedLattice &E1, in isEqualTypeErased()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/ |
H A D | empty9.C | 4 struct E1 {}; struct
|
H A D | vbase14.C | 3 struct E1 {}; struct
|
H A D | empty8.C | 4 struct E1 {}; struct
|
H A D | vbase13.C | 4 struct E1 {}; struct
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
H A D | enum3.C | 8 enum E1 {e1}; enum
|
H A D | cond5.C | 16 enum E1 {e1 = -1}; enum
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
H A D | defarg14.C | 7 enum Enum0 { E0, E1, E2 }; enumerator
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ |
H A D | arm14.C | 12 enum E1 {a1, b1}; // ERROR - private enum
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
H A D | enum6.C | 5 enum E1 {a1, b1}; // ERROR - private enum
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
H A D | static1.C | 6 enum ENUM {E1=0, E2 }; enumerator
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | 920611-2.c | 16 register unsigned long E0,E1; local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/ |
H A D | gen_tst.c | 15 #define E1 ((type *)11111111) macro
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/ |
H A D | nrv5.C | 7 enum E { E0, E1, E2, E3 }; enumerator
|