Searched refs:Add (Results 1 – 25 of 473) sorted by relevance
12345678910>>...19
1491 Abv->Add(BitCodeAbbrevOp(serialization::DECL_FIELD)); in WriteDeclAbbrevs()1493 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // DeclContext in WriteDeclAbbrevs()1494 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // LexicalDeclContext in WriteDeclAbbrevs()1495 Abv->Add(BitCodeAbbrevOp(0)); // isInvalidDecl in WriteDeclAbbrevs()1496 Abv->Add(BitCodeAbbrevOp(0)); // HasAttrs in WriteDeclAbbrevs()1497 Abv->Add(BitCodeAbbrevOp(0)); // isImplicit in WriteDeclAbbrevs()1498 Abv->Add(BitCodeAbbrevOp(0)); // isUsed in WriteDeclAbbrevs()1499 Abv->Add(BitCodeAbbrevOp(0)); // isReferenced in WriteDeclAbbrevs()1500 Abv->Add(BitCodeAbbrevOp(0)); // TopLevelDeclInObjCContainer in WriteDeclAbbrevs()1501 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 2)); // AccessSpecifier in WriteDeclAbbrevs()[all …]
672 Abv->Add(BitCodeAbbrevOp(serialization::TYPE_EXT_QUAL)); in WriteTypeAbbrevs()673 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Type in WriteTypeAbbrevs()674 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 3)); // Quals in WriteTypeAbbrevs()679 Abv->Add(BitCodeAbbrevOp(serialization::TYPE_FUNCTION_PROTO)); in WriteTypeAbbrevs()681 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // ReturnType in WriteTypeAbbrevs()682 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // NoReturn in WriteTypeAbbrevs()683 Abv->Add(BitCodeAbbrevOp(0)); // HasRegParm in WriteTypeAbbrevs()684 Abv->Add(BitCodeAbbrevOp(0)); // RegParm in WriteTypeAbbrevs()685 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 4)); // CC in WriteTypeAbbrevs()686 Abv->Add(BitCodeAbbrevOp(0)); // ProducesResult in WriteTypeAbbrevs()[all …]
83 case Instruction::Add: in GetEncodedBinaryOpcode()108 case AtomicRMWInst::Add: return bitc::RMW_ADD; in GetEncodedRMWOperation()329 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_POINTER)); in WriteTypeTable()330 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in WriteTypeTable()331 Abbv->Add(BitCodeAbbrevOp(0)); // Addrspace = 0 in WriteTypeTable()336 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_FUNCTION)); in WriteTypeTable()337 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isvararg in WriteTypeTable()338 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in WriteTypeTable()339 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in WriteTypeTable()345 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_STRUCT_ANON)); in WriteTypeTable()[all …]
86 const MCExpr *Add = nullptr; in tryAddingSymbolicOperand() local91 Add = MCSymbolRefExpr::Create(Sym, Ctx); in tryAddingSymbolicOperand()93 Add = MCConstantExpr::Create((int)SymbolicOp.AddSymbol.Value, Ctx); in tryAddingSymbolicOperand()115 if (Add) in tryAddingSymbolicOperand()116 LHS = MCBinaryExpr::CreateSub(Add, Sub, Ctx); in tryAddingSymbolicOperand()123 } else if (Add) { in tryAddingSymbolicOperand()125 Expr = MCBinaryExpr::CreateAdd(Add, Off, Ctx); in tryAddingSymbolicOperand()127 Expr = Add; in tryAddingSymbolicOperand()
49 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three, in main() local53 BB->getInstList().push_back(Add); in main()56 BB->getInstList().push_back(ReturnInst::Create(Context, Add)); in main()
164 const MCExpr *Add = nullptr; in tryAddingSymbolicOperand() local171 Add = MCSymbolRefExpr::Create(Sym, Variant, Ctx); in tryAddingSymbolicOperand()173 Add = MCSymbolRefExpr::Create(Sym, Ctx); in tryAddingSymbolicOperand()175 Add = MCConstantExpr::Create(SymbolicOp.AddSymbol.Value, Ctx); in tryAddingSymbolicOperand()197 if (Add) in tryAddingSymbolicOperand()198 LHS = MCBinaryExpr::CreateSub(Add, Sub, Ctx); in tryAddingSymbolicOperand()205 } else if (Add) { in tryAddingSymbolicOperand()207 Expr = MCBinaryExpr::CreateAdd(Add, Off, Ctx); in tryAddingSymbolicOperand()209 Expr = Add; in tryAddingSymbolicOperand()
11 * Add utf8 <-> utf16 support.46 * Add more built files so they are distributed.50 * Makefile.am: Add LIB_com_err.54 * Makefile.am: Add more built files.56 * Makefile.am: Add unicode header files.78 * Add partial support for LDAP-prep Insignificant Character Handling95 * Add UCS-2 reading and writing functions99 * Add and use com_err error codes108 * utf8.c: Add wind_ucs4toutf8112 * test-utf8.c: Add test for wind_ucs4toutf8.[all …]
78 * Add language to support querying certificates to find a86 * hxtool-commands.in: Add --pem to cms-verify-sd.106 * Add matching on EKU, validate EKUs, add hxtool matching glue,125 * softp11.c: Add option app-fatal to control if softtoken should136 * hx509.h: Add HX509_CERTS_UNPROTECT_ALL.150 * cert.c: Spelling, Add hx509_cert_get_SPKI_AlgorithmIdentifier,153 * softp11.c: Add more glue to figure out what keytype this160 * Add a PKCS11 provider supporting signing and verifing sigatures.191 * lock.c: Add page referance213 * hx509.h: Add HX509_VHN_F_ALLOW_NO_MATCH.[all …]
431 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // File ID. in AddSourceLocationAbbrev()432 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Line. in AddSourceLocationAbbrev()433 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Column. in AddSourceLocationAbbrev()434 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Offset; in AddSourceLocationAbbrev()457 Abbrev->Add(BitCodeAbbrevOp(RECORD_VERSION)); in EmitBlockInfoBlock()458 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); in EmitBlockInfoBlock()475 Abbrev->Add(BitCodeAbbrevOp(RECORD_DIAG)); in EmitBlockInfoBlock()476 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 3)); // Diag level. in EmitBlockInfoBlock()478 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // Category. in EmitBlockInfoBlock()479 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // Mapped Diag ID. in EmitBlockInfoBlock()[all …]
67 Add support for getting nanosecond-resolution time stamps when74 Add netfilter/nfqueue interface.93 Add DLT_INFINIBAND and DLT_SCTP108 Add new link-layer type for NFC Forum LLCP.110 Add LINKTYPE_NG40/DLT_NG40.111 Add DLT_MPEG_2_TS/LINKTYPE_MPEG_2_TS for MPEG-2 transport streams.134 Add some new link-layer header types.154 Add a link-layer header type for STANAG 5066 D_PDUs.155 Add a link-layer type for a variant of 3GPP TS 27.010.157 Add a link-layer type for DVB-CI.[all …]
16 Add a routine to print "text protocols", and add FTP/HTTP/SMTP/RTSP support.74 Add MSDP printer.77 Add support for VXLAN (draft-mahalingam-dutt-dcops-vxlan-03),79 Add support for OTV (draft-hasmit-otv-04).87 Add DNSSL (RFC6106) support.88 Add "radius" as an option for -T.100 Add support for reading multiple files.101 Add MS NLB heartbeat printer.169 Add DCB Exchange protocol (DCBX) version 1.01.179 PGM: Add ACK decoding and add PGMCC DATA and FEEDBACK options.[all …]
10 - Add inflatePrime() function for starting inflation at bit boundary21 - Add cast in trees.c t avoid a warning [Oberhumer]29 - Add ia64 support to configure for HP-UX [Smith]30 - Add error return to gzread() for format or i/o error [Levin]38 - Add the deflateTune() function to adjust internal compression parameters39 - Add a fast gzip decompressor, gun.c, to examples (use of inflateBack)41 - Add C++ wrapper in infback9.h [Donais]45 - Add _WIN32_WCE to define WIN32 in zconf.in.h [Spencer]47 - Add gzdirect() function to indicate transparent reads50 - Add casts in crc32.c to avoid warnings [Oberhumer][all …]
34 # Add compiler-rt as an external project.56 # Add a custom step to always re-configure compiler-rt (in case some of its74 # Add top-level targets that build specific compiler-rt runtimes.85 # Add binaries that compiler-rt tests depend on.89 # Add top-level targets for various compiler-rt test suites.101 # Add special target to run all compiler-rt test suites.
43 * lib/krb5/digest.c: Add krb5_ntlm_init_get_targetinfo.49 * kdc/digest.c: Add digest acl's65 * kdc/digest.c: Add support for generating NTLM2 session security70 * lib/krb5/digest.c: Add sessionkey accessor functions.163 * kdc/pkinit.c: Add comment that the anchors in the signed data200 * kdc/Makefile.am: Add LIB_pkinit to pacify AIX202 * lib/hdb/Makefile.am: Add LIB_com_err to pacify AIX330 * lib/krb5/krb5_locl.h: Add plugin api332 * lib/krb5/Makefile.am: Add plugin api.336 * lib/krb5/locate_plugin.h: Add plugin interface for resolving[all …]
8 * lib/hdb/dbinfo.c: Add hdb_default_db().10 * Makefile.am: Add some extra cf/*.60 * configure.in: Add --with-hdbdir to specify where the database is106 * lib/krb5/krb5_locl.h: Add KRB5_DEFAULT_CCNAME_KCM, redefine118 * lib/krb5/krb5.h: Add krb5_cc_ops->default_name.133 * lib/krb5/krb5.h: Add move to the krb5_cc_ops, causes major267 * tools/heimdal-gssapi.pc.in: Add LIB_pkinit to the list of273 * tools/Makefile.am: Add heimdal-gssapi.pc and install it into278 * lib/krb5/pkinit.c: Add RFC3526 modp group14 as a default.288 * lib/krb5/Makefile.am: Add test_renew to noinst_PROGRAMS.[all …]
27 * Makefile.am: Add DigestTypes, add --seq to antoher type.29 * digest.asn1: Add supportedMechs request.68 * k5.asn1: Add size limits from RFC 4120.78 * Makefile.am: Add AuthorityInfoAccessSyntax.80 * rfc2459.asn1: Add AuthorityInfoAccessSyntax.82 * rfc2459.asn1: Add authorityInfoAccess, rename proxyCertInfo.84 * Makefile.am: Add authorityInfoAccess, rename proxyCertInfo.120 * k5.asn1: Add KRB5-AUTHDATA-INITIAL-VERIFIED-CAS.151 structures. Add id-ms-client-authentication.155 * Makefile.am: Add asn1_id_ms_cert_enroll_domaincontroller.x[all …]
8 * rand-fortuna.c: If we forked, force a reseed again. Add the pid13 * des.h: Add DES_set_key_unchecked44 * des.h: Add DES_check_key_parity, deprecate DES_set_key.72 * doxygen.c: Add reference to DES, more quick links.78 * des.c: Add documentation.111 * Makefile.am: Add extra files missing from dist.121 * evp.c: Add last of the doxygen documentation for functions in165 * Add Camellia.200 * version-script.map: Add hc_RAND_timer_method.204 * test_bn.c: Add <rand.h>.[all …]
11 * heimntlm.h: Add NTLM_TARGET_*49 * version-script.map: Add heim_ntlm_calculate_ntlm2_sess_resp from52 * ntlm.c: Add heim_ntlm_calculate_ntlm2_sess_resp from Puneet98 * ntlm.c: Add ntlmv2 answer calculating functions.102 * heimntlm.h: Add NTLM_NEG_NTLM2_SESSION, NTLMv2 session security.116 * test_ntlm.c: Add simple parser test app.
10 ;; Add of sign bit -> xor of sign bit.17 ;; Add of sign bit -> xor of sign bit.24 ;; Add of sign bit -> xor of sign bit.
11 ;; Add of sign bit -> xor of sign bit.19 ;; Add of sign bit -> xor of sign bit.27 ;; Add of sign bit -> xor of sign bit.
18 - Add pragma Assert to check Stream_Element is 8 bit.26 - Add Status_Error exception definition.28 - Add pragma Assertion that Ada.Streams.Stream_Element size is 8 bit.49 4. Add the library z.lib to the project.50 5. Add the libc.lib library from the ObjectAda distribution to the project.
39 void Add(Instruction *I) { in Add() function48 Add(I); in AddValue()89 Add(cast<Instruction>(U)); in AddUsersToWorkList()
90 public void Add(byte[] data) in Add() method in DotZLib.CodecBase92 Add(data,0,data.Length); in Add()103 public abstract void Add(byte[] data, int offset, int count); in Add() method in DotZLib.CodecBase
178 unsigned Add = parseArgValues(D, Arg, true); in SanitizerArgs() local181 Add &= ~AllRemove; in SanitizerArgs()185 if (unsigned KindsToDiagnose = Add & NotSupported & ~DiagnosedKinds) { in SanitizerArgs()192 Add &= ~NotSupported; in SanitizerArgs()194 Add = expandGroups(Add); in SanitizerArgs()196 Add &= ~AllRemove; in SanitizerArgs()199 Add &= ~NotSupported; in SanitizerArgs()201 Kinds |= Add; in SanitizerArgs()223 unsigned Add = parseArgValues(D, Arg, true); in SanitizerArgs() local227 Add & Unrecoverable & ~DiagnosedUnrecoverableKinds) { in SanitizerArgs()[all …]
58 * ldap/init.ldif: Add space to make valid ldiff file, from Buchan86 * java/Makefile.am: Add java source code.128 * kdc/Makefile.am: Add check-iprop and related files.130 * kdc/krb5.conf.in: Add stuff for iprop.177 * ldap/slapd-init.in: Add samba schema.191 * kdc/krb5.conf.in: Add bits needed for kadmind server test.193 * kdc/Makefile.am: Add check-kadmin.201 * Makefile.am: Add java.207 * ldap/check-ldap.in: Add one more principal and list the236 * kdc/check-referral.in: Add some more as-req canon tests, add[all …]