Searched refs:Overlap (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/main/memcheck/
H A Dmc_errors.c241 } Overlap; member in union:_MC_Error::__anon27689
759 emit( " <kind>Overlap</kind>\n" );
760 if (extra->Err.Overlap.szB == 0) {
764 extra->Err.Overlap.dst, extra->Err.Overlap.src );
769 extra->Err.Overlap.dst, extra->Err.Overlap.src,
770 extra->Err.Overlap.szB );
774 if (extra->Err.Overlap.szB == 0) {
777 extra->Err.Overlap
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dinttree.c729 /* FUNCTION: Overlap */
742 Overlap(int a1, int a2, int b1, int b2) function
805 if (Overlap(low,high,x->low,x->high) ) {
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp1050 MachineInstr::findRegisterDefOperandIdx(unsigned Reg, bool isDead, bool Overlap, argument
1055 // Accept regmask operands when Overlap is set.
1056 // Ignore them when looking for a specific def operand (Overlap == false).
1057 if (isPhys && Overlap && MO.isRegMask() && MO.clobbersPhysReg(Reg))
1065 if (Overlap)
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h781 /// that are not dead are skipped. If Overlap is true, then it also looks for
784 /// This may also return a register mask operand when Overlap is true.
786 bool isDead = false, bool Overlap = false,
/external/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp1269 bool Overlap = false; local
1272 Overlap = true;
1287 } else if (!Overlap) {
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp501 SVal Overlap = svalBuilder.evalBinOpLL(state, BO_GT,
504 Overlap.getAs<DefinedOrUnknownSVal>();
511 // Overlap!

Completed in 174 milliseconds