Searched defs:ThisVal (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DThumb1RegisterInfo.cpp149 unsigned ThisVal = (Bytes > Chunk) ? Chunk : Bytes; local
256 unsigned ThisVal = (Bytes > Chunk) ? Chunk : Bytes; local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp291 int64_t ThisVal = NumBytes; local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp41 SVal ThisVal; local
153 SVal ThisVal = State->getSVal(ThisPtr); local
207 SVal ThisVal = State->getSVal(ThisPtr); local
[all...]
H A DCallEvent.cpp496 SVal ThisVal = getCXXThisVal(); local
598 SVal ThisVal = getCXXThisVal(); local
949 SVal ThisVal = State->getSVal(ThisPtr); local
975 SVal ThisVal = State->getSVal(ThisPtr); local
[all...]
H A DExprEngine.cpp606 SVal ThisVal = Pred->getState()->getSVal(ThisPtr); local
625 Loc ThisVal = getSValBuilder().getCXXThis(CurDtor, local
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5956 APInt ThisVal = OpVal.trunc(DstBitSize); local

Completed in 2134 milliseconds