Searched refs:computeOffset (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp59 static RegionRawOffsetV2 computeOffset(ProgramStateRef state,
102 RegionRawOffsetV2::computeOffset(state, svalBuilder, location);
233 // Lazily computes a value to be used by 'computeOffset'. If 'val'
241 // value as an SVal. Used by 'computeOffset'.
251 // summing to UnknownVal. Used by 'computeOffset'.
266 RegionRawOffsetV2 RegionRawOffsetV2::computeOffset(ProgramStateRef state, function in class:RegionRawOffsetV2
/freebsd-10.1-release/contrib/llvm/lib/Target/Mips/
H A DMipsLongBranch.cpp81 int64_t computeOffset(const MachineInstr *Br);
196 int64_t MipsLongBranch::computeOffset(const MachineInstr *Br) { function in class:MipsLongBranch
443 if (!ForceLongBranch && isInt<16>(computeOffset(I->Br) / ShVal))

Completed in 87 milliseconds