Searched refs:related (Results 1 - 23 of 23) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysis.cpp48 return related(A->getTrueValue(), SB->getTrueValue(), DL) ||
49 related(A->getFalseValue(), SB->getFalseValue(), DL);
52 return related(A->getTrueValue(), B, DL) ||
53 related(A->getFalseValue(), B, DL);
65 if (related(A->getIncomingValue(i),
74 if (UniqueSrc.insert(PV1).second && related(PV1, B, DL))
163 bool ProvenanceAnalysis::related(const Value *A, const Value *B, function in class:ProvenanceAnalysis
H A DProvenanceAnalysis.h50 /// potentially be related.
74 bool related(const Value *A, const Value *B, const DataLayout &DL);
H A DDependencyAnalysis.cpp57 PA.related(Ptr, Op, DL))
104 PA.related(Ptr, Op, DL))
115 PA.related(Op, Ptr, DL);
122 if (IsPotentialRetainableObjPtr(Op, *PA.getAA()) && PA.related(Ptr, Op, DL))
H A DProvenanceAnalysisEvaluator.cpp78 if (PA.related(V1, V2, DL))
79 errs() << " are related.\n";
81 errs() << " are not related.\n";
/freebsd-12-stable/stand/
H A Dficl.mk3 # Common flags to build FICL related files
H A Dloader.mk121 # Network related things
/freebsd-12-stable/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec39 - 0.5: preliminary OpenPAM (FreeBSD-current) support in the code and related
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dinfo.c344 svn_boolean_t related; local
411 SVN_ERR(same_resource_in_head(&related, pathrev->url, pathrev->rev,
413 if (related)
H A Dconflicts.c304 check_move_ancestry(svn_boolean_t *related,
341 *related = FALSE;
347 *related = FALSE;
361 *related = FALSE;
366 *related = TRUE;
410 svn_boolean_t related;
415 SVN_ERR(check_move_ancestry(&related, ra_session, repos_root_url,
421 if (related)
652 svn_boolean_t related;
657 SVN_ERR(check_move_ancestry(&related,
302 check_move_ancestry(svn_boolean_t *related, svn_ra_session_t *ra_session, const char *repos_root_url, const char *deleted_repos_relpath, svn_revnum_t deleted_rev, const char *copyfrom_path, svn_revnum_t copyfrom_rev, svn_boolean_t check_last_changed_rev, apr_pool_t *scratch_pool) argument
408 svn_boolean_t related; local
650 svn_boolean_t related; local
860 svn_boolean_t related; local
1813 svn_boolean_t related; local
1972 svn_boolean_t related; local
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
H A Dreporter.c922 svn_boolean_t allowed, related; local
956 then find out whether they're related. If they're exactly the
959 nodes of the same type are related enough for us. */
960 related = FALSE;
966 /* Check related files for content changes to avoid reporting
1002 related = (distance != -1 || b->ignore_ancestry);
1005 /* If there's a source and it's not related to the target, nuke it. */
1006 if (s_entry && !related)
1050 if (related)
1065 if (related)
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc54 * are related to runtime ABI and format. When no field activation macro is
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc54 * are related to runtime ABI and format. When no field activation macro is
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-checks.sql107 /* Verify if the ACTUAL data makes sense for the related node.
H A Dwc-metadata.sql278 /* Working copy location related fields */
528 /* Working copy location related fields (like NODES)*/
H A Dwc-queries.sql1812 /* Grab all the statements related to the schema. */
/freebsd-12-stable/sys/conf/
H A Dkern.post.mk76 # Keep the related ports builds in the obj directory so that they are only rebuilt once per kernel build
/freebsd-12-stable/contrib/libxo/xohtml/external/
H A Djquery.js1492 // We don't want to do body-related feature tests on frameset
1601 // related to the invisible body in IE8
3265 i, j, cur, ret, selMatch, matched, matches, handleObj, sel, hit, related;
3586 related = event.relatedTarget,
3592 // mousenter/leave call the handler if related is outside the target.
3594 if ( !related || handleObj.origType === event.type || (related !== target && !jQuery.contains( target, related )) ) {
3617 // Node name check avoids a VML-related crash in IE (#9807)
/freebsd-12-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex285 device. Parsing these and other interrupt related properties allows
/freebsd-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex1208 % (and related messages, the final outcome is that it is up to the TeX
4739 % See comments in \dochapentry re vbox and related settings.
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex1113 % related messages. The final outcome is that it is up to the TeX user
6155 % See comments in \dochapentry re vbox and related settings.
/freebsd-12-stable/contrib/binutils/opcodes/
H A Dconfigure1017 --enable-install-libbfd controls installation of libbfd and related headers
/freebsd-12-stable/contrib/binutils/bfd/
H A Dconfigure1019 --enable-install-libbfd controls installation of libbfd and related headers
/freebsd-12-stable/contrib/sqlite3/
H A Dsqlite3.c8253 ** [sqlite3_errcode()] and [sqlite3_errmsg()] and related functions.
8404 ** [sqlite3_errcode()] and [sqlite3_errmsg()] and related functions.
9892 ** related to the set of unblocked database connections.
10476 ** ^Zero all [sqlite3_stmt_scanstatus()] related event counters.
11326 ** Within a changeset generated by this function, all changes related to a
11328 ** a changeset or when applying a changeset to a database, all changes related
11331 ** to the sqlite3_session object. The order in which the changes related to
12035 ** sqlite3session_patchset() functions, all changes related to a single
12076 ** is NULL, all changes related to the table are attempted.
12193 ** table that the callback related t
[all...]

Completed in 797 milliseconds