HomeSort by relevance Sort by last modified time
    Searched defs:ValueExpr (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/Sema/
LoopHint.h 36 Expr *ValueExpr;
40 ValueExpr(nullptr) {}
  /external/clang/lib/CodeGen/
CGLoopInfo.cpp 123 auto *ValueExpr = LH->getValue();
125 if (ValueExpr) {
126 llvm::APSInt ValueAPS = ValueExpr->EvaluateKnownConstInt(Ctx);
  /external/clang/lib/Sema/
SemaStmtAttr.cpp 51 Expr *ValueExpr = A.getArgAsExpr(3);
78 if (ValueExpr) {
104 assert(ValueExpr && "Attribute must have a valid value expression.");
105 if (S.CheckLoopHintExpr(ValueExpr, St->getLocStart()))
127 ValueExpr, A.getRange());
  /external/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp 174 const Stmt *ValueExpr = nullptr,
178 BugReporter &BR, const Stmt *ValueExpr = nullptr) const {
187 if (ValueExpr) {
188 R->addRange(ValueExpr->getSourceRange());
192 bugreporter::trackNullOrUndefValue(N, ValueExpr, *R);
393 CheckerContext &C, const Stmt *ValueExpr, bool SuppressPath) const {
403 reportBug(Error, N, Region, C.getBugReporter(), ValueExpr);
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xml/bind/external/rngom/2.2.11/
rngom-2.2.11.jar 

Completed in 107 milliseconds