HomeSort by: relevance | last modified time | path
    Searched defs:ValueExpr (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
LoopHint.h 35 Expr *ValueExpr;
39 ValueExpr(nullptr) {}
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGLoopInfo.cpp 629 auto *ValueExpr = LH->getValue();
630 if (ValueExpr) {
631 llvm::APSInt ValueAPS = ValueExpr->EvaluateKnownConstInt(Ctx);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmtAttr.cpp 76 Expr *ValueExpr = A.getArgAsExpr(3);
106 if (ValueExpr)
114 if (ValueExpr)
137 assert((ValueExpr || (StateLoc && StateLoc->Ident)) &&
139 if (ValueExpr && S.CheckLoopHintExpr(ValueExpr, St->getBeginLoc()))
148 assert(ValueExpr && "Attribute must have a valid value expression.");
149 if (S.CheckLoopHintExpr(ValueExpr, St->getBeginLoc()))
173 return LoopHintAttr::CreateImplicit(S.Context, Option, State, ValueExpr, A);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp 163 const Stmt *ValueExpr = nullptr,
168 const Stmt *ValueExpr = nullptr) const {
175 if (ValueExpr) {
176 R->addRange(ValueExpr->getSourceRange());
180 if (const auto *Ex = dyn_cast<Expr>(ValueExpr))
439 const MemRegion *Region, CheckerContext &C, const Stmt *ValueExpr,
450 reportBug(Msg, Error, CK, N, Region, C.getBugReporter(), ValueExpr);
1124 const Expr *ValueExpr = matchValueExprForBind(S);
1125 if (ValueExpr) {
1127 getNullabilityAnnotation(lookThroughImplicitCasts(ValueExpr)->getType())
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 11372 const MCExpr *ValueExpr;
11374 if (Parser.parseExpression(ValueExpr))
11377 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(ValueExpr);

Completed in 37 milliseconds