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

  /external/valgrind/main/memcheck/
mc_errors.c 241 } Overlap;
759 emit( " <kind>Overlap</kind>\n" );
760 if (extra->Err.Overlap.szB == 0) {
761 emiN( " <what>Source and destination overlap "
764 extra->Err.Overlap.dst, extra->Err.Overlap.src );
766 emit( " <what>Source and destination overlap "
769 extra->Err.Overlap.dst, extra->Err.Overlap.src,
770 extra->Err.Overlap.szB )
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
inttree.c 729 /* FUNCTION: Overlap */
738 /* EFFECT: returns 1 if the intervals overlap, and 0 otherwise */
742 Overlap(int a1, int a2, int b1, int b2)
763 /* intervals which overlap [low,high] in O(max(N,k*log(N))) */
785 * again at the first left child and find an overlap in the left subtree
805 if (Overlap(low,high,x->low,x->high) ) {
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 781 /// that are not dead are skipped. If Overlap is true, then it also looks for
782 /// defs that merely overlap the specified register. If TargetRegisterInfo is
784 /// This may also return a register mask operand when Overlap is true.
786 bool isDead = false, bool Overlap = false,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 416 // Do a simple check for overlap: if the two arguments are from the same
445 // If the values are known to be equal, that's automatically an overlap.
501 SVal Overlap = svalBuilder.evalBinOpLL(state, BO_GT,
504 Overlap.getAs<DefinedOrUnknownSVal>();
511 // Overlap!
516 // assume the two expressions don't overlap.
    [all...]

Completed in 164 milliseconds