Home
last modified time | relevance | path

Searched defs:E1 (Results 1 – 25 of 60) sorted by relevance

123

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTStructuralEquivalence.cpp170 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 Dc99-intconst-1.c41 #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 Dc90-intconst-1.c35 #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 D980414-1.c48 const double E1 = 2.71828182845904523536028747135; variable
H A Dc99-condexpr-1.c21 #define ASSERT_COND_TYPE(E1, E2, T) \ argument
H A Dbuiltin-choose-expr.c8 #define ASSERT_COND_TYPE(E1, E2) \ argument
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h208 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 DThreadSafetyCommon.h65 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 Ddes_local.h129 #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 Dfcrypt_b.c
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/
H A Dvmihint.C21 struct E1 : A1A, A2A {int m;}; struct
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysis.h101 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 Dempty9.C4 struct E1 {}; struct
H A Dvbase14.C3 struct E1 {}; struct
H A Dempty8.C4 struct E1 {}; struct
H A Dvbase13.C4 struct E1 {}; struct
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Denum3.C8 enum E1 {e1}; enum
H A Dcond5.C16 enum E1 {e1 = -1}; enum
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Ddefarg14.C7 enum Enum0 { E0, E1, E2 }; enumerator
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Darm14.C12 enum E1 {a1, b1}; // ERROR - private enum
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Denum6.C5 enum E1 {a1, b1}; // ERROR - private enum
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dstatic1.C6 enum ENUM {E1=0, E2 }; enumerator
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D920611-2.c16 register unsigned long E0,E1; local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/
H A Dgen_tst.c15 #define E1 ((type *)11111111) macro
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Dnrv5.C7 enum E { E0, E1, E2, E3 }; enumerator

123