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

  /external/clang/test/Analysis/
malloc.cpp 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.deadcode.UnreachableCode,alpha.core.CastSize,unix.Malloc -analyzer-store=region -verify %s
malloc-annotations.c 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.deadcode.UnreachableCode,alpha.core.CastSize,unix.Malloc -analyzer-store=region -verify -analyzer-config unix.Malloc:Optimistic=true %s
malloc.c 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.deadcode.UnreachableCode,alpha.core.CastSize,unix.Malloc,debug.ExprInspection -analyzer-store=region -verify %s
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 77 unsigned castSize = Context.getTypeSize(castTy);
78 if (castSize == LI->getNumBits())
80 return makeLocAsInteger(LI->getLoc(), castSize);
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
Checkers.td 124 def CastSizeChecker : Checker<"CastSize">,
  /external/clang/www/analyzer/
alpha_checks.html 55 alpha.core.CastSize</span><span class="lang">

Completed in 462 milliseconds