| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| H A D | tasn_enc.c | 510 ASN1_BOOLEAN *tbool = NULL; in asn1_ex_i2c() local 559 tbool = (ASN1_BOOLEAN *)pval; in asn1_ex_i2c() 560 if (*tbool == -1) in asn1_ex_i2c() 566 if (*tbool && (it->size > 0)) in asn1_ex_i2c() 568 if (!*tbool && !it->size) in asn1_ex_i2c() 571 c = (unsigned char)*tbool; in asn1_ex_i2c()
|
| H A D | tasn_dec.c | 840 ASN1_BOOLEAN *tbool; in asn1_ex_c2i() local 841 tbool = (ASN1_BOOLEAN *)pval; in asn1_ex_c2i() 842 *tbool = *cont; in asn1_ex_c2i()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| H A D | tasn_enc.c | 531 ASN1_BOOLEAN *tbool = NULL; in asn1_ex_i2c() local 580 tbool = (ASN1_BOOLEAN *)pval; in asn1_ex_i2c() 581 if (*tbool == -1) in asn1_ex_i2c() 587 if (*tbool && (it->size > 0)) in asn1_ex_i2c() 589 if (!*tbool && !it->size) in asn1_ex_i2c() 592 c = (unsigned char)*tbool; in asn1_ex_i2c()
|
| H A D | tasn_dec.c | 878 ASN1_BOOLEAN *tbool; in asn1_ex_c2i() local 879 tbool = (ASN1_BOOLEAN *)pval; in asn1_ex_c2i() 880 *tbool = *cont; in asn1_ex_c2i()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | runtime.cc | 109 libcall_types[type] = Type::tbool; in get_libcall_type()
|
| H A D | d-builtins.cc | 125 return Type::tbool->addMod (mod); in build_frontend_type()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | runtime.cc | 108 libcall_types[type] = Type::tbool; in get_libcall_type()
|
| H A D | d-builtins.cc | 122 return Type::tbool->addMod (mod); in build_frontend_type()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | clone.c | 508 tfeqptr = new TypeFunction(parameters, Type::tbool, 0, LINKd); in buildXopEquals() 537 TypeFunction *tf = new TypeFunction(parameters, Type::tbool, 0, LINKd); in buildXopEquals()
|
| H A D | optimize.c | 1108 ret = new IntegerExp(e->loc, 0, Type::tbool); in Expression_optimize() 1151 ret = new IntegerExp(e->loc, 1, Type::tbool); in Expression_optimize()
|
| H A D | expressionsem.c | 397 VarDeclaration *vd = new VarDeclaration(exp->loc, Type::tbool, Id::ctfe, NULL); in visit() 2213 result = new IntegerExp(e->loc, 1, Type::tbool); in visit() 2218 result = new IntegerExp(e->loc, 0, Type::tbool); in visit() 4057 e->type = Type::tbool; in visit() 7499 result = new IntegerExp(exp->loc, 1, Type::tbool); in visit() 7542 exp->type = Type::tbool; in visit() 7577 result = new IntegerExp(exp->loc, 0, Type::tbool); in visit() 7620 exp->type = Type::tbool; in visit() 7740 exp->type = Type::tbool; in visit() 7890 result = new IntegerExp(exp->loc, (exp->op == TOKequal), Type::tbool); in visit() [all …]
|
| H A D | statement.c | 1462 VarDeclaration *v = copyToTemp(0, "__os", new IntegerExp(Loc(), 0, Type::tbool)); in scopeCode() 1466 Expression *e = new IntegerExp(Loc(), 1, Type::tbool); in scopeCode()
|
| H A D | traits.c | 131 static Expression *True(TraitsExp *e) { return new IntegerExp(e->loc, true, Type::tbool); } in True() 132 static Expression *False(TraitsExp *e) { return new IntegerExp(e->loc, false, Type::tbool); } in False()
|
| H A D | parse.c | 2853 case TOKbool: ta = Type::tbool; goto LabelX; in parseTemplateSingleArgument() 3111 case TOKbool: t = Type::tbool; goto LabelX; in parseBasicType() 6857 e = new IntegerExp(loc, 1, Type::tbool); in parsePrimaryExp() 6862 e = new IntegerExp(loc, 0, Type::tbool); in parsePrimaryExp() 6939 case TOKbool: t = Type::tbool; goto LabelX; in parsePrimaryExp()
|
| H A D | mtype.h | 185 static Type *tbool; variable
|
| H A D | attrib.c | 898 if (e->op != TOKint64 || !e->type->equals(Type::tbool)) in newScope()
|
| H A D | expression.c | 1839 gate = new VarDeclaration(loc, Type::tbool, idtmp, NULL); in functionParameters() 1921 …= new AssignExp(gate->loc, new VarExp(gate->loc, gate), new IntegerExp(gate->loc, 1, Type::tbool)); in functionParameters() 2756 e = new CastExp(loc, e, Type::tbool); in toBoolean() 6515 type = Type::tbool; in RemoveExp()
|
| H A D | opover.c | 1094 result = new IntegerExp(e->loc, (e->op == TOKequal), Type::tbool); in op_overload()
|
| H A D | constfold.c | 1384 ue = Equal(TOKequal, loc, Type::tbool, ekey, e2); in Index()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | clone.d | 549 tfeqptr = new TypeFunction(ParameterList(parameters), Type.tbool, LINK.d); in buildXopEquals() 577 auto tf = new TypeFunction(ParameterList(parameters), Type.tbool, LINK.d, STC.const_); in buildXopEquals()
|
| H A D | mtype.h | 180 static Type *tbool; variable
|
| H A D | parse.d | 1909 ta = AST.Type.tbool; in parseTemplateSingleArgument() 3608 t = AST.Type.tbool; 7986 e = new AST.IntegerExp(loc, 1, AST.Type.tbool); in parsePrimaryExp() 7991 e = new AST.IntegerExp(loc, 0, AST.Type.tbool); in parsePrimaryExp() 8129 t = AST.Type.tbool; in parsePrimaryExp()
|
| H A D | expressionsem.d | 2285 gate = new VarDeclaration(loc, Type.tbool, idtmp, null); in functionParameters() 2726 auto vd = new VarDeclaration(exp.loc, Type.tbool, Id.ctfe, null); in visit() 7333 e.type = (sc && sc.flags & SCOPE.Cfile) ? Type.tint32 : Type.tbool; in visit() 11381 exp.type = (sc && sc.flags & SCOPE.Cfile) ? Type.tint32 : Type.tbool; in visit() 11478 exp.type = (sc && sc.flags & SCOPE.Cfile) ? Type.tint32 : Type.tbool; in visit() 11756 exp.type = (sc && sc.flags & SCOPE.Cfile) ? Type.tint32 : Type.tbool; in visit() 11848 exp.type = Type.tbool; in visit() 13439 e = new CastExp(exp.loc, e, Type.tbool); in toBoolean()
|
| H A D | traits.d | 994 if (!b.type.equals(Type.tbool)) in semanticTraits()
|
| H A D | expression.d | 1981 trueExp = new IntegerExp(Loc.initial, 1, Type.tbool); in createBool() 1982 falseExp = new IntegerExp(Loc.initial, 0, Type.tbool); in createBool() 6624 type = Type.tbool; in this()
|