OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:castsize
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/Analysis/
malloc.c
1
// RUN: %clang_cc1 -analyze -analyzer-checker=core,deadcode.experimental.UnreachableCode,core.experimental.
CastSize
,unix.experimental.Malloc -analyzer-store=region -verify %s
/external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp
69
unsigned
castSize
= Context.getTypeSize(castTy);
70
if (
castSize
== LI->getNumBits())
72
return makeLocAsInteger(LI->getLoc(),
castSize
);
[
all
...]
/external/clang/lib/StaticAnalyzer/Checkers/
Checkers.td
95
def CastSizeChecker : Checker<"
CastSize
">,
Completed in 37 milliseconds