OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:warningexpr
(Results
1 - 1
of
1
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp
330
const Expr *
warningExpr
= (WarnAboutSize ? Size : FirstBuf);
334
state = CheckLocation(C, state,
warningExpr
, BufEnd, firstMessage);
350
const Expr *
warningExpr
= (WarnAboutSize ? Size : SecondBuf);
354
state = CheckLocation(C, state,
warningExpr
, BufEnd, secondMessage);
[
all
...]
Completed in 333 milliseconds