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

  /external/clang/test/Analysis/
malloc.cpp 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,experimental.deadcode.UnreachableCode,experimental.core.CastSize,unix.Malloc -analyzer-store=region -verify %s
malloc-annotations.c 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,experimental.deadcode.UnreachableCode,experimental.core.CastSize,experimental.unix.MallocWithAnnotations -analyzer-store=region -verify %s
malloc.c 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,experimental.deadcode.UnreachableCode,experimental.core.CastSize,unix.Malloc -analyzer-store=region -verify %s
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 76 unsigned castSize = Context.getTypeSize(castTy);
77 if (castSize == LI->getNumBits())
79 return makeLocAsInteger(LI->getLoc(), castSize);
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
Checkers.td 95 def CastSizeChecker : Checker<"CastSize">,

Completed in 78 milliseconds