| /src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/ |
| ProvenanceAnalysis.cpp | 47 return related(A->getTrueValue(), SB->getTrueValue()) || 48 related(A->getFalseValue(), SB->getFalseValue()); 51 return related(A->getTrueValue(), B) || related(A->getFalseValue(), B); 62 if (related(A->getIncomingValue(i), 71 if (UniqueSrc.insert(PV1).second && related(PV1, B)) 159 bool ProvenanceAnalysis::related(const Value *A, const Value *B) { function in class:ProvenanceAnalysis
|
| ProvenanceAnalysis.h | 50 /// potentially be related. 74 bool related(const Value *A, const Value *B);
|
| DependencyAnalysis.cpp | 56 if (IsPotentialRetainableObjPtr(Op, *PA.getAA()) && PA.related(Ptr, Op)) 99 if (IsPotentialRetainableObjPtr(Op, *PA.getAA()) && PA.related(Ptr, Op)) 109 return IsPotentialRetainableObjPtr(Op, *PA.getAA()) && PA.related(Op, Ptr); 115 if (IsPotentialRetainableObjPtr(Op, *PA.getAA()) && PA.related(Ptr, Op))
|
| ProvenanceAnalysisEvaluator.cpp | 78 if (PA.related(V1, V2)) 79 errs() << " are related.\n"; 81 errs() << " are not related.\n";
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| stmtstate.d | 51 Statement related = null; 61 related = bc.statement.getRelatedLabeled(); 64 if (bc.statement == related && bc.prev.ident == ident)
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| value-relation.cc | 589 inline relation_kind kind () const { return related; } 600 relation_kind related; member in class:value_relation 610 related = r; 620 related = VREL_NONE; 638 related = relation_negate (related); 647 relation_kind old = related; 650 related = relation_intersect (kind (), p.kind ()); 652 related = relation_intersect (kind (), relation_swap (p.kind ())); 656 return old != related; [all...] |
| /src/share/mk/ |
| bsd.hostlib.mk | 52 ##### Pull in related .mk logic
|
| bsd.ioconf.mk | 16 # features related to ioconf.
|
| bsd.nls.mk | 68 ##### Pull in related .mk logic
|
| bsd.rpc.mk | 73 ##### Pull in related .mk logic
|
| bsd.info.mk | 89 ##### Pull in related .mk logic
|
| bsd.kinc.mk | 81 ##### Pull in related .mk logic
|
| bsd.dep.mk | 112 ##### Pull in related .mk logic
|
| bsd.dtb.mk | 130 ##### Pull in related .mk logic
|
| bsd.files.mk | 157 ##### Pull in related .mk logic
|
| bsd.hostprog.mk | 150 ##### Pull in related .mk logic
|
| /src/external/gpl3/autoconf/dist/lib/Autom4te/ |
| ChannelDefs.pm | 78 Errors related to GNU Standards. 82 Errors related to GNU Standards that should be warnings in "foreign" mode. 86 Errors related to GNITS Standards (silent by default). 98 Warnings related to GNU Coding Standards.
|
| /src/external/apache2/llvm/dist/llvm/docs/_themes/llvm-theme/static/ |
| llvm-theme.css | 55 div.related { 59 div.related ul { 66 div.related ul li { 73 div.related ul li.right { 78 div.related ul li a { 85 div.related ul li a:hover {
|
| /src/external/gpl3/gcc/dist/gcc/ |
| value-relation.cc | 811 related = relation_negate (related); 820 relation_kind old = related; 823 related = relation_intersect (kind (), p.kind ()); 825 related = relation_intersect (kind (), relation_swap (p.kind ())); 829 return old != related; 838 relation_kind old = related; 841 related = relation_union (kind(), p.kind()); 843 related = relation_union (kind(), relation_swap (p.kind ())); 847 return old != related; [all...] |
| value-relation.h | 429 inline relation_kind kind () const { return related; } 441 relation_kind related; member in class:value_relation 452 related = r; 462 related = VREL_VARYING;
|
| /src/doc/ |
| TODO.compat-module | 47 13. Cleaned up some previous vectored routines (related to if_43.c) to 83 related. (The only bit of MI COMPAT_44 code is in the single module
|
| /src/external/gpl3/gcc/dist/libgcc/config/nds32/ |
| crtzero.S | 66 ! the related stuff are defined in linker script
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/nds32/ |
| crtzero.S | 66 ! the related stuff are defined in linker script
|
| /src/usr.bin/make/unit-tests/ |
| cmdline.mk | 3 # Tests for command line parsing and related special variables.
|
| varmod-defined.mk | 4 # if the variable is defined. It is closely related to the :U modifier.
|