Home
last modified time | relevance | path

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

12

/netbsd/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/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/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/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/external/gpl3/gcc/dist/gcc/d/dmd/
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 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 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()
7913 exp->type = 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 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.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 Dattrib.c898 if (e->op != TOKint64 || !e->type->equals(Type::tbool)) in newScope()
/netbsd/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()
7913 exp->type = 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()

12