HomeSort by: relevance | last modified time | path
    Searched refs:BlockBytes (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 257 const uint64_t BlockBytes = BlockType.getSizeInBits() / 8;
258 const uint64_t BlockCount = Size / BlockBytes;
259 const uint64_t BytesLeft = Size % BlockBytes;
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 615 /// \param [in] BlockBytes The size of a block.
616 /// \returns The symbolic value of \p Blocks * \p BlockBytes.
619 const Expr *BlockBytes);
1005 const Expr *BlockBytes) {
1008 SVal BlockBytesVal = C.getSVal(BlockBytes);

Completed in 33 milliseconds