Home
last modified time | relevance | path

Searched refs:tbool (Results 1 – 25 of 36) sorted by relevance

12

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Dtasn_enc.c510 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 Dtasn_dec.c840 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 Dtasn_enc.c531 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 Dtasn_dec.c878 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 Druntime.cc109 libcall_types[type] = Type::tbool; in get_libcall_type()
H A Dd-builtins.cc125 return Type::tbool->addMod (mod); in build_frontend_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Druntime.cc108 libcall_types[type] = Type::tbool; in get_libcall_type()
H A Dd-builtins.cc122 return Type::tbool->addMod (mod); in build_frontend_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dclone.c508 tfeqptr = new TypeFunction(parameters, Type::tbool, 0, LINKd); in buildXopEquals()
537 TypeFunction *tf = new TypeFunction(parameters, Type::tbool, 0, LINKd); in buildXopEquals()
H A Doptimize.c1108 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 Dexpressionsem.c397 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 Dstatement.c1462 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 Dtraits.c131 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 Dparse.c2853 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 Dmtype.h185 static Type *tbool; variable
H A Dattrib.c898 if (e->op != TOKint64 || !e->type->equals(Type::tbool)) in newScope()
H A Dexpression.c1839 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 Dopover.c1094 result = new IntegerExp(e->loc, (e->op == TOKequal), Type::tbool); in op_overload()
H A Dconstfold.c1384 ue = Equal(TOKequal, loc, Type::tbool, ekey, e2); in Index()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dclone.d549 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 Dmtype.h180 static Type *tbool; variable
H A Dparse.d1909 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 Dexpressionsem.d2285 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 Dtraits.d994 if (!b.type.equals(Type.tbool)) in semanticTraits()
H A Dexpression.d1981 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()

12