| /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
|
| /src/external/gpl3/gcc/dist/gcc/ |
| 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;
|
| gimple-ssa-warn-access.cc | 3333 arguments and diagnose past-the-end accesses and related problems 4112 return true if they're all related to the other pointer. */ 4246 operands are related to PTR, otherwise continue. The 4247 PHI result is related once we've reached all arguments 4249 argument will make the PHI not related. For arguments 4256 int &related = phi_map->get_or_insert (lhs, &existed_p); local 4259 related = gimple_phi_num_args (phi) - 1; 4277 related--; 4281 related--; 4283 if (related == 0 [all...] |
| /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/external/gpl3/gdb.old/dist/gdb/ |
| breakpoint.c | 3463 /* When a thread exits, remove breakpoints that are related to 3578 related to addresses in $pc. We're getting the address from the 9829 /* Make sure to unlink the destroyed watchpoint from the related 10629 /* The scope breakpoint is related to the watchpoint. We will 12618 struct breakpoint *related; 12631 for (related = bpt; related->related_breakpoint != bpt; 12632 related = related->related_breakpoint); 12633 related->related_breakpoint = bpt->related_breakpoint 12607 struct breakpoint *related; local 12672 struct breakpoint *related; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| breakpoint.c | 3474 /* When a thread exits, remove breakpoints that are related to 3589 related to addresses in $pc. We're getting the address from the 9858 /* Make sure to unlink the destroyed watchpoint from the related 10658 /* The scope breakpoint is related to the watchpoint. We will 12647 struct breakpoint *related; 12660 for (related = bpt; related->related_breakpoint != bpt; 12661 related = related->related_breakpoint); 12662 related->related_breakpoint = bpt->related_breakpoint 12636 struct breakpoint *related; local 12705 struct breakpoint *related; local [all...] |