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

  /external/lldb/include/lldb/Core/
AddressResolver.h 49 Exact,
AddressResolverName.h 22 /// @brief This class finds addresses for a given function name, either by exact match
32 AddressResolver::MatchType type = Exact);
  /external/lldb/source/Breakpoint/
BreakpointResolverName.cpp 64 m_match_type (Breakpoint::Exact),
78 m_match_type (Breakpoint::Exact),
213 case Breakpoint::Exact:
  /external/lldb/include/lldb/Breakpoint/
Breakpoint.h 92 Exact,
  /external/lldb/source/Core/
AddressResolverName.cpp 115 case AddressResolver::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/llvm/include/llvm/IR/
InstrTypes.h 274 DEFINE_HELPERS(SDiv, Exact) // CreateExactSDiv
275 DEFINE_HELPERS(UDiv, Exact) // CreateExactUDiv
276 DEFINE_HELPERS(AShr, Exact) // CreateExactAShr
277 DEFINE_HELPERS(LShr, Exact) // CreateExactLShr
347 /// setIsExact - Set or clear the exact flag on this instruction,
358 /// isExact - Determine whether the exact flag is set.
    [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,
CSSSelector.cpp 105 case Exact:
663 case CSSSelector::Exact:
743 case CSSSelector::Exact:
CSSGrammar.y 1275 $$ = CSSSelector::Exact;
    [all...]
SelectorChecker.cpp 424 case CSSSelector::Exact:
467 // It they start the same, check for exact match or following '-':
    [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntimeV1.cpp 136 Breakpoint::Exact,
AppleObjCRuntimeV2.cpp 469 Breakpoint::Exact,
    [all...]
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 146 TEST_F(CloneInstruction, Exact) {
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 707 // K! / 2^T is odd, and exact division by an odd number *is* safe in modular
708 // arithmetic. To do exact division in modular arithmetic, all we have
766 // this multiplication factor will perform the exact division by
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 660 bool Exact = (Dist % IVBump) == 0;
663 if (!Exact)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
ia64-mont.pl 493 // factor is a tad higher: 33 or 34, if not 35. Exact measurement and
  /external/openssl/crypto/bn/asm/
ia64-mont.pl 493 // factor is a tad higher: 33 or 34, if not 35. Exact measurement and
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/lldb/source/Target/
Target.cpp 356 Breakpoint::Exact,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]
  /external/chromium_org/third_party/readability/js/
readability.js     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 413 /// but, it is a special case. Since we know the exact size of the file to
    [all...]

Completed in 1857 milliseconds