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

  /external/clang/include/clang/Sema/
LoopHint.h 36 Expr *ValueExpr;
40 ValueExpr(nullptr) {}
Sema.h     [all...]
  /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());
SemaExprObjC.cpp 501 ExprResult Sema::BuildObjCBoxedExpr(SourceRange SR, Expr *ValueExpr) {
502 if (ValueExpr->isTypeDependent()) {
504 new (Context) ObjCBoxedExpr(ValueExpr, Context.DependentTy, nullptr, SR);
510 ExprResult RValue = DefaultFunctionArrayLvalueConversion(ValueExpr);
515 ValueExpr = RValue.get();
516 QualType ValueType(ValueExpr->getType());
578 dyn_cast<CharacterLiteral>(ValueExpr->IgnoreParens())) {
599 CheckForIntOverflow(ValueExpr);
608 << ValueType << ValueExpr->getSourceRange();
695 << ValueType << ValueExpr->getSourceRange()
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/CodeGen/
CGLoopInfo.cpp 123 auto *ValueExpr = LH->getValue();
125 if (ValueExpr) {
126 llvm::APSInt ValueAPS = ValueExpr->EvaluateKnownConstInt(Ctx);
  /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/clang/lib/Parse/
ParseObjc.cpp     [all...]
ParseStmt.cpp     [all...]
ParsePragma.cpp 872 Hint.ValueExpr = R.get();
    [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 1441 milliseconds