| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| enum-class.cc | 18 enum class E1 { 26 // overload1(E1::HI) is ok. 29 int overload1 (E1 v) { return static_cast<int> (v); } 32 // overload2(E1::HI) is ok. 34 int overload2 (E1 v) { return static_cast<int> (v); } 37 // overload3(E1::HI) fails.
|
| var-tag.cc | 23 enum E1 {a1, b1, c1} E1; 26 C () : E1 (b1) {}
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| enum-class.cc | 18 enum class E1 { 26 // overload1(E1::HI) is ok. 29 int overload1 (E1 v) { return static_cast<int> (v); } 32 // overload2(E1::HI) is ok. 34 int overload2 (E1 v) { return static_cast<int> (v); } 37 // overload3(E1::HI) fails.
|
| var-tag.cc | 23 enum E1 {a1, b1, c1} E1; 26 C () : E1 (b1) {}
|
| /src/tests/usr.bin/xlint/lint1/ |
| msg_279.c | 9 E1
|
| msg_278.c | 9 E1
|
| msg_277.c | 9 E1
|
| msg_242.c | 9 E1
|
| gcc_cast_union.c | 41 E1 81 any = (union anything)E1;
|
| /src/external/lgpl3/gmp/dist/mpn/alpha/ |
| copyd.asm | 47 s8addq r18,r17,r17 C E1 49 blt r18,$Lend C E1 51 ldq r1,-16(r17) C E1 53 ldq r3,-32(r17) C E1 55 ldq r5,-48(r17) C E1 57 ldq r7,-64(r17) C E1 59 lda r17,-64(r17) C E1 61 bis r31, r31, r31 C E1 63 lda r18,-8(r18) C E1 65 bis r31, r31, r31 C E1 [all...] |
| copyi.asm | 47 blt r18,$Lend C E1 49 ldq r1,8(r17) C E1 51 ldq r3,24(r17) C E1 53 ldq r5,40(r17) C E1 55 ldq r7,56(r17) C E1 57 lda r17,64(r17) C E1 59 bis r31, r31, r31 C E1 61 lda r18,-8(r18) C E1 63 bis r31, r31, r31 C E1 65 bis r31, r31, r31 C E1 [all...] |
| /src/external/apache2/llvm/dist/clang/INPUTS/ |
| c99-intconst-1.c | 40 /* (T1 *) if E1, otherwise (T2 *) if E2. */ 41 #define first_of2p(T1, E1, T2, E2) type_comb2(type_if(T1, (E1)), \ 42 type_if(T2, (!(E1) && (E2)))) 43 /* (T1 *) if E1, otherwise (T2 *) if E2, otherwise (T3 *) if E3. */ 44 #define first_of3p(T1, E1, T2, E2, T3, E3) \ 45 type_comb3(type_if(T1, (E1)), \ 46 type_if(T2, (!(E1) && (E2))), \ 47 type_if(T3, (!(E1) && !(E2) && (E3)))) 48 /* (T1 *) if E1, otherwise (T2 *) if E2, otherwise (T3 *) if E3, otherwis [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/csky/ |
| csky_isa.def | 26 CSKY_ISA (E1, "Extended insns for arch ck801 from base") 52 #define CSKY_ISA_CK801 CSKY_ISA_FEATURE_GET (E1)
|
| /src/external/gpl3/gcc/dist/gcc/config/csky/ |
| csky_isa.def | 26 CSKY_ISA (E1, "Extended insns for arch ck801 from base") 52 #define CSKY_ISA_CK801 CSKY_ISA_FEATURE_GET (E1)
|
| /src/lib/libm/noieee_src/ |
| n_cosh.c | 94 vc(mln2hi, 8.8029691931113054792E1 ,0f33,43b0,2bdb,c7e2, 7, .B00F33C7E22BDB) 96 vc(lnovfl, 8.8029691931113053016E1 ,0f33,43b0,2bda,c7e2, 7, .B00F33C7E22BDA)
|
| n_sinh.c | 87 vc(mln2hi, 8.8029691931113054792E1 ,0f33,43b0,2bdb,c7e2, 7, .B00F33C7E22BDB) 89 vc(lnovfl, 8.8029691931113053016E1 ,0f33,43b0,2bda,c7e2, 7, .B00F33C7E22BDA)
|
| n_exp.c | 91 vc(lnhuge, 9.4961163736712506989E1 ,ec1d,43bd,9010,a73e, 7, .BDEC1DA73E9010) 92 vc(lntiny,-9.5654310917272452386E1 ,4f01,c3bf,33af,d72e, 7,-.BF4F01D72E33AF)
|
| /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
| ThreadSafetyTraverse.h | 208 R_SExpr reduceCode(Code &Orig, R_SExpr E0, R_SExpr E1) { 209 return E0 && E1; 212 R_SExpr reduceField(Field &Orig, R_SExpr E0, R_SExpr E1) { 213 return E0 && E1; 216 R_SExpr reduceApply(Apply &Orig, R_SExpr E0, R_SExpr E1) { 217 return E0 && E1; 220 R_SExpr reduceSApply(SApply &Orig, R_SExpr E0, R_SExpr E1) { 221 return E0 && E1; 228 R_SExpr reduceStore(Store &Orig, R_SExpr E0, R_SExpr E1) { return E0 && E1; } [all...] |
| ThreadSafetyCommon.h | 63 inline bool equals(const til::SExpr *E1, const til::SExpr *E2) { 64 return til::EqualsComparator::compareExprs(E1, E2); 67 inline bool matches(const til::SExpr *E1, const til::SExpr *E2) { 71 if (isa<til::Wildcard>(E1)) 74 return isa<til::Wildcard>(E1); 76 return til::MatchComparator::compareExprs(E1, E2); 79 inline bool partiallyMatches(const til::SExpr *E1, const til::SExpr *E2) { 80 const auto *PE1 = dyn_cast_or_null<til::Project>(E1);
|
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| ASTStructuralEquivalence.cpp | 167 bool IsStmtEquivalent(const AddrLabelExpr *E1, const AddrLabelExpr *E2) { 168 return IsStructurallyEquivalent(Context, E1->getLabel(), E2->getLabel()); 171 bool IsStmtEquivalent(const AtomicExpr *E1, const AtomicExpr *E2) { 172 return E1->getOp() == E2->getOp(); 175 bool IsStmtEquivalent(const BinaryOperator *E1, const BinaryOperator *E2) { 176 return E1->getOpcode() == E2->getOpcode(); 179 bool IsStmtEquivalent(const CallExpr *E1, const CallExpr *E2) { 181 Decl *Callee1 = const_cast<Decl *>(E1->getCalleeDecl()); 196 bool IsStmtEquivalent(const CharacterLiteral *E1, 198 return E1->getValue() == E2->getValue() && E1->getKind() == E2->getKind() [all...] |
| /src/sys/crypto/des/ |
| des_locl.h | 127 #define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ 147 LOAD_DATA(R,S,u,t,E0,E1,u1); \ 175 LOAD_DATA(R,S,u,t,E0,E1,u1); \ 213 LOAD_DATA_tmp(R,S,u,t,E0,E1); \ 231 LOAD_DATA(R,S,u,t,E0,E1,u1); \ 260 LOAD_DATA(R,S,u,t,E0,E1,u1); \ 290 LOAD_DATA_tmp(R,S,u,t,E0,E1); \
|
| /src/external/gpl3/gdb/dist/sim/rx/ |
| rx.c | 253 #define E1 cycles (1) 324 #define E1 1362 E1; 1369 E1; 1476 E1; 1484 E1; 1489 E1; 1494 E1; 1499 E1; 1504 E1; [all...] |
| /src/external/gpl3/gdb.old/dist/sim/rx/ |
| rx.c | 253 #define E1 cycles (1) 324 #define E1 1362 E1; 1369 E1; 1476 E1; 1484 E1; 1489 E1; 1494 E1; 1499 E1; 1504 E1; [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| Error.h | 397 static Error join(Error E1, Error E2) { 398 if (!E1) 401 return E1; 402 if (E1.isA<ErrorList>()) { 403 auto &E1List = static_cast<ErrorList &>(*E1.getPtr()); 412 return E1; 416 E2List.Payloads.insert(E2List.Payloads.begin(), E1.takePayload()); 420 new ErrorList(E1.takePayload(), E2.takePayload()))); 427 /// ErrorInfo(s), if any, contained in E1, followed by the 429 inline Error joinErrors(Error E1, Error E2) [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| ThreadSafetyCommon.cpp | 482 til::SExpr *E1 = translate(BO->getRHS(), Ctx); 484 return new (Arena) til::BinaryOp(Op, E1, E0); 486 return new (Arena) til::BinaryOp(Op, E0, E1); 496 til::SExpr *E1 = translate(RHS, Ctx); 507 E1 = new (Arena) til::BinaryOp(Op, Arg, E1); 508 E1 = addStatement(E1, nullptr, VD); 511 return updateVarDecl(VD, E1); 512 return new (Arena) til::Store(E0, E1); [all...] |