Home
last modified time | relevance | path

Searched refs:rexp (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DIteratorsChecker.cpp121 const Expr *rexp, const LocationContext *LC) const;
123 const Expr *rexp, const LocationContext *LC) const;
238 const Expr *lexp, const Expr *rexp, const LocationContext *LC) const { in handleAssign() argument
258 return handleAssign(state, MR, rexp, LC); in handleAssign()
263 const MemRegion *MR, const Expr *rexp, const LocationContext *LC) const { in handleAssign() argument
267 = dyn_cast<MaterializeTemporaryExpr>(rexp)) in handleAssign()
268 rexp = M->GetTemporaryExpr(); in handleAssign()
269 if (const ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(rexp)) in handleAssign()
270 rexp = ICE->getSubExpr(); in handleAssign()
272 if (const CallExpr *CE = dyn_cast<CallExpr>(rexp)) { in handleAssign()
[all …]
/external/bison/tests/
Dexisting.at228 : rexp
229 | rexpression_list comma rexp
232 | rexpression_list error rexp
270 rexp
271 : variable ASSIGNOP {} rexp
272 | rexp LEX_AND rexp
273 | rexp LEX_OR rexp
277 | rexp MATCHOP rexp
278 | rexp LEX_IN NAME
279 | rexp RELOP rexp
[all …]
Dtestsuite55122 : rexp
55123 | rexpression_list comma rexp
55126 | rexpression_list error rexp
55164 rexp
55165 : variable ASSIGNOP {} rexp
55166 | rexp LEX_AND rexp
55167 | rexp LEX_OR rexp
55171 | rexp MATCHOP rexp
55172 | rexp LEX_IN NAME
55173 | rexp RELOP rexp
[all …]
/external/icu4c/i18n/
DdecNumber.c3909 Int rexp=rhs->exponent; /* save in case RHS==RES */ in decAddOp() local
3918 adjust=rexp-res->exponent; /* adjustment needed [if -ve] */ in decAddOp()