Searched refs:Tracking (Results 1 – 15 of 15) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | RegisterScavenging.h | 41 bool Tracking; variable 73 : MBB(nullptr), NumRegUnits(0), Tracking(false) {} in RegScavenger() 89 if (!Tracking && MBB->begin() != I) forward(); in forward() 105 Tracking = false; in skipTo()
|
/external/llvm/lib/CodeGen/ |
D | RegisterScavenging.cpp | 89 Tracking = false; in enterBasicBlock() 98 assert(Tracking && "Must be tracking to determine kills and defs"); in determineKillsAndDefs() 151 assert(Tracking && "Cannot unprocess because we're not tracking"); in unprocess() 164 Tracking = false; in unprocess() 171 if (!Tracking) { in forward() 173 Tracking = true; in forward()
|
/external/llvm/include/llvm/IR/ |
D | ValueHandle.h | 51 Tracking, enumerator 313 TrackingVH() : ValueHandleBase(Tracking) {} 314 TrackingVH(ValueTy *P) : ValueHandleBase(Tracking, GetAsValue(P)) {} 315 TrackingVH(const TrackingVH &RHS) : ValueHandleBase(Tracking, RHS) {}
|
/external/llvm/lib/IR/ |
D | Value.cpp | 763 case Tracking: in ValueIsDeleted() 820 case Tracking: in ValueIsRAUWd() 844 case Tracking: in ValueIsRAUWd()
|
/external/clang/docs/analyzer/ |
D | DebugChecks.rst | 38 Path Tracking
|
/external/llvm/docs/ |
D | LibFuzzer.rst | 292 Tracking bug: https://llvm.org/bugs/show_bug.cgi?id=23052 300 Tracking bug: https://llvm.org/bugs/show_bug.cgi?id=23057
|
D | HowToSubmitABug.rst | 21 Once you have a reduced test-case, go to `the LLVM Bug Tracking System
|
/external/clang/docs/ |
D | MemorySanitizer.rst | 108 Origin Tracking
|
/external/tcpdump/tests/ |
D | print-A.out | 159 <A HREF="http://www.debian.org/Bugs/Reporting">Debian Bug Tracking System</A>.
|
D | print-AA.out | 159 <A HREF="http://www.debian.org/Bugs/Reporting">Debian Bug Tracking System</A>.
|
/external/valgrind/docs/internals/ |
D | notes.txt | 64 * Tracking of device segments is somehow broken (I forget how)
|
D | tracking-fn-entry-exit.txt | 11 Subject: [Valgrind-developers] Re: Tracking function entry/exit
|
/external/bison/doc/ |
D | bison.info | 111 * Location Tracking Calc:: Demonstrating the use of @N and @$. 132 Location Tracking Calculator: `ltcalc' 151 * Tracking Locations:: Locations and actions. 180 Tracking Locations 1813 a default data structure for storing locations (*note Tracking 1985 * Location Tracking Calc:: Demonstrating the use of @N and @$. 2500 File: bison.info, Node: Simple Error Recovery, Next: Location Tracking Calc, Prev: Infix Calc, … 2540 File: bison.info, Node: Location Tracking Calc, Next: Multi-function Calc, Prev: Simple Error Re… 2542 2.4 Location Tracking Calculator: `ltcalc' 2558 File: bison.info, Node: Ltcalc Declarations, Next: Ltcalc Rules, Up: Location Tracking Calc [all …]
|
D | bison.texi | 148 * Location Tracking Calc:: Demonstrating the use of @@@var{n} and @@$. 169 Location Tracking Calculator: @code{ltcalc} 188 * Tracking Locations:: Locations and actions. 217 Tracking Locations 1240 structure for storing locations (@pxref{Tracking Locations}, for more 1426 * Location Tracking Calc:: Demonstrating the use of @@@var{n} and @@$. 2037 @node Location Tracking Calc 2038 @section Location Tracking Calculator: @code{ltcalc} 2723 * Tracking Locations:: Locations and actions. 4049 @node Tracking Locations [all …]
|
/external/bison/ |
D | ChangeLog-2012 | 104 match that and not to use the title `Tracking Locations', which is 109 doc: clean up references to `Tracking Locations'. 111 (Tracking Locations): ... this, which is its section name, and 146 section, `Tracking Locations'. 20919 (Location Tracking Calc): Output error messages to stderr. 21447 * doc/bison.texinfo (Location Tracking Calc): New node.
|