HomeSort by relevance Sort by last modified time
    Searched defs:Exact (Results 1 - 5 of 5) sorted by null

  /external/lldb/include/lldb/Core/
AddressResolver.h 49 Exact,
  /external/lldb/include/lldb/Breakpoint/
Breakpoint.h 92 Exact,
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 258 /// temporary pair of exact and max expressions that are eventually
262 /// reaches Exact (and before surpassing Max). If MustExit is false, then
263 /// BECount may exceed Exact or Max if the loop exits via another branch. In
269 const SCEV *Exact;
274 : Exact(E), Max(E), MustExit(true) {}
277 : Exact(E), Max(M), MustExit(MustExit) {}
282 return !isa<SCEVCouldNotCompute>(Exact) ||
312 /// of a loop. This currently includes an exact count and a maximum count.
326 /// Initialize BackedgeTakenInfo from a list of exact exit counts.
338 /// getExact - Return an expression indicating the exact backedge-take
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSSelector.h 107 /* how the attribute value has to match.... Default is Exact */
116 Exact, // Example: E[foo="bar"]
123 FirstAttributeSelectorMatch = Exact,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]

Completed in 1417 milliseconds