HomeSort by relevance Sort by last modified time
    Searched refs:lexp (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
IteratorsChecker.cpp 121 const Expr *lexp,
250 const Expr *lexp, const Expr *rexp, const LocationContext *LC) const {
253 = dyn_cast<MaterializeTemporaryExpr>(lexp))
254 lexp = M->GetTemporaryExpr();
255 if (const ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(lexp))
256 lexp = ICE->getSubExpr();
257 SVal sv = state->getSVal(lexp);
261 RefKind kind = getTemplateKind(lexp->getType());
268 if (getTemplateKind(lexp->getType()) != VectorIteratorKind)
  /external/icu4c/i18n/
decNumber.c 3873 Int lexp=lhs->exponent; \/* save in case LHS==RES *\/ local
    [all...]

Completed in 689 milliseconds