Searched refs:CharE (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 755 if (const CharacterLiteral *CharE = dyn_cast<CharacterLiteral>(Arg)) in rewriteToNumberLiteral() local 756 return rewriteToCharLiteral(Msg, CharE, NS, commit); in rewriteToNumberLiteral()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CStringChecker.cpp | 305 SVal CharE, const Expr *Size, CheckerContext &C, 2566 AnyArgExpr CharE = {Call.getArgExpr(1), 1}; in evalMemset() local 2604 C.getSVal(CharE.Expression), Size.Expression, C, State)) in evalMemset()
|