Searched refs:purpose (Results 26 - 44 of 44) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc303 * The fake declaration is for documentation purpose only.
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc303 * The fake declaration is for documentation purpose only.
/freebsd-11-stable/crypto/openssl/apps/
H A Dapps.c2281 int purpose = 0, depth = -1; local
2299 } else if (strcmp(arg, "-purpose") == 0) {
2306 BIO_printf(err, "unrecognized purpose\n");
2310 purpose = X509_PURPOSE_get_id(xptmp);
2416 if (purpose)
2417 X509_VERIFY_PARAM_set_purpose(*pm, purpose);
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl.h1055 int purpose; /* Purpose setting */
1503 int purpose; /* Purpose setting */
2295 int SSL_CTX_set_purpose(SSL_CTX *s, int purpose);
2296 int SSL_set_purpose(SSL *s, int purpose);
H A Dssl_lib.c356 s->purpose = ctx->purpose;
517 int SSL_CTX_set_purpose(SSL_CTX *s, int purpose) argument
519 return X509_VERIFY_PARAM_set_purpose(s->param, purpose);
522 int SSL_set_purpose(SSL *s, int purpose) argument
524 return X509_VERIFY_PARAM_set_purpose(s->param, purpose);
/freebsd-11-stable/contrib/gcc/doc/
H A Dmakefile.texi58 directory usually for the purpose of generating a release tarball.
/freebsd-11-stable/contrib/gcc/
H A Doptabs.c3563 enum can_compare_purpose purpose)
3569 if (purpose == ccp_jump)
3571 else if (purpose == ccp_store_flag)
3577 if (purpose == ccp_jump
3580 if (purpose == ccp_cmov
3583 if (purpose == ccp_store_flag
3613 enum can_compare_purpose purpose)
3717 if (can_compare_p (*pcomparison, mode, purpose))
3547 can_compare_p(enum rtx_code code, enum machine_mode mode, enum can_compare_purpose purpose) argument
3596 prepare_cmp_insn(rtx *px, rtx *py, enum rtx_code *pcomparison, rtx size, enum machine_mode *pmode, int *punsignedp, enum can_compare_purpose purpose) argument
H A Dvarasm.c2738 tree purpose, value;
2742 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (exp), idx, purpose, value)
2745 ce->index = purpose;
2724 tree purpose, value; local
2728 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (exp), idx, purpose, value) local
H A Dexpr.c2060 The purpose of this routine is to handle functions that return
4563 tree value, purpose;
4574 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (ctor), idx, purpose, value)
4579 if (TREE_CODE (purpose) == RANGE_EXPR)
4581 tree lo_index = TREE_OPERAND (purpose, 0);
4582 tree hi_index = TREE_OPERAND (purpose, 1);
5654 the middle-end on alignment considerations. For that purpose, the
6597 (they actually exist only for that purpose). */
4550 tree value, purpose; local
4561 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (ctor), idx, purpose, value) local
H A Dtree.h347 that all nodes share. Each TREE_CODE has various special-purpose
1351 /* Define fields and accessors for some special-purpose tree nodes. */
1374 #define TREE_PURPOSE(NODE) (TREE_LIST_CHECK (NODE)->list.purpose) local
1380 tree purpose;
H A Dtree.c1708 purpose and value fields are PARM and VALUE. */
1720 purpose and value fields are PURPOSE and VALUE
1724 tree_cons_stat (tree purpose, tree value, tree chain MEM_STAT_DECL)
1739 TREE_PURPOSE (node) = purpose;
5725 one does not match. Use ok_for_xxx_bound for this purpose, assigning -1
6105 /* Generate a name for a special-purpose function function.
6107 TYPE is some string to identify the purpose of this function to the
1717 tree_cons_stat(tree purpose, tree value, tree chain MEM_STAT_DECL) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp2248 BreakpointName::Permissions ::PermissionKinds purpose) {
2282 purpose, result, temp_args);
2245 VerifyIDs( Args &args, Target *target, bool allow_locations, CommandReturnObject &result, BreakpointIDList *valid_ids, BreakpointName::Permissions ::PermissionKinds purpose) argument
/freebsd-11-stable/share/mk/
H A Dsrc.libnames.mk579 # Note that OBJTOP is not yet defined here but for the purpose of the check
/freebsd-11-stable/contrib/gcc/cp/
H A Dclass.c1984 if ((DECL_DESTRUCTOR_P (fn) && DECL_DESTRUCTOR_P (p->purpose))
1985 || same_signature_p (fn, p->purpose))
6013 /* If we're doing overload resolution purely for the purpose of
7700 elt->purpose = orig_fn;
H A Dcp-tree.h976 tree purpose;
973 tree purpose; local
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex541 board-specific purpose. For example, many of Apple's device trees
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex4388 % disappear altogether for that purpose -- although logging shows that
4798 % sufficient for this purpose, as it ignores stretch and shrink parts
7331 % this purpose, to produce a typewriter backslash (so, the @\ that we
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex3571 % sufficient for this purpose, as it ignores stretch and shrink parts
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex3469 % sufficient for this purpose, as it ignores stretch and shrink parts

Completed in 559 milliseconds

12