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

  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp 471 auto RetExpr = S->getRetValue();
472 if (!RetExpr)
475 if (!RetExpr->getType()->isAnyPointerType())
506 RetExpr);
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
  /external/clang/lib/AST/
Stmt.cpp 889 return cast_or_null<Expr>(RetExpr);
892 return cast_or_null<Expr>(RetExpr);
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 126 milliseconds