HomeSort by relevance Sort by last modified time
    Searched refs:ExplicitCastExpr (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /external/clang/lib/AST/
ExprClassification.cpp 332 return ClassifyUnnamed(Ctx, cast<ExplicitCastExpr>(E)->getTypeAsWritten());
589 if (const ExplicitCastExpr *CE =
590 dyn_cast<ExplicitCastExpr>(E->IgnoreParens())) {
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypeChecker.cpp 128 if (const auto *ExplicitCast = dyn_cast<ExplicitCastExpr>(S)) {
MallocSizeofChecker.cpp 77 TypeCallPair VisitExplicitCastExpr(const ExplicitCastExpr *E) {
DynamicTypePropagation.cpp 284 if (isa<ExplicitCastExpr>(CE))
569 if (isa<ExplicitCastExpr>(CE) && !OrigToDest && !DestToOrig) {
    [all...]
NullabilityChecker.cpp 97 check::PostCall, check::PostStmt<ExplicitCastExpr>,
112 void checkPostStmt(const ExplicitCastExpr *CE, CheckerContext &C) const;
    [all...]
  /external/v8/tools/clang/plugins/
CheckIPCVisitor.cpp 113 if (auto* cast_expr = dyn_cast<ExplicitCastExpr>(arg_expr)) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
StmtNodes.inc 362 #ifndef EXPLICITCASTEXPR
363 # define EXPLICITCASTEXPR(Type, Base) CASTEXPR(Type, Base)
365 ABSTRACT_STMT(EXPLICITCASTEXPR(ExplicitCastExpr, CastExpr))
367 # define CSTYLECASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
369 CSTYLECASTEXPR(CStyleCastExpr, ExplicitCastExpr)
373 # define CXXFUNCTIONALCASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
375 CXXFUNCTIONALCASTEXPR(CXXFunctionalCastExpr, ExplicitCastExpr)
379 # define CXXNAMEDCASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
381 ABSTRACT_STMT(CXXNAMEDCASTEXPR(CXXNamedCastExpr, ExplicitCastExpr))
    [all...]
ExprObjC.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
StmtNodes.inc 362 #ifndef EXPLICITCASTEXPR
363 # define EXPLICITCASTEXPR(Type, Base) CASTEXPR(Type, Base)
365 ABSTRACT_STMT(EXPLICITCASTEXPR(ExplicitCastExpr, CastExpr))
367 # define CSTYLECASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
369 CSTYLECASTEXPR(CStyleCastExpr, ExplicitCastExpr)
373 # define CXXFUNCTIONALCASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
375 CXXFUNCTIONALCASTEXPR(CXXFunctionalCastExpr, ExplicitCastExpr)
379 # define CXXNAMEDCASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
381 ABSTRACT_STMT(CXXNAMEDCASTEXPR(CXXNamedCastExpr, ExplicitCastExpr))
    [all...]
ExprObjC.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
StmtNodes.inc 362 #ifndef EXPLICITCASTEXPR
363 # define EXPLICITCASTEXPR(Type, Base) CASTEXPR(Type, Base)
365 ABSTRACT_STMT(EXPLICITCASTEXPR(ExplicitCastExpr, CastExpr))
367 # define CSTYLECASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
369 CSTYLECASTEXPR(CStyleCastExpr, ExplicitCastExpr)
373 # define CXXFUNCTIONALCASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
375 CXXFUNCTIONALCASTEXPR(CXXFunctionalCastExpr, ExplicitCastExpr)
379 # define CXXNAMEDCASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
381 ABSTRACT_STMT(CXXNAMEDCASTEXPR(CXXNamedCastExpr, ExplicitCastExpr))
    [all...]
ExprObjC.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
StmtNodes.inc 362 #ifndef EXPLICITCASTEXPR
363 # define EXPLICITCASTEXPR(Type, Base) CASTEXPR(Type, Base)
365 ABSTRACT_STMT(EXPLICITCASTEXPR(ExplicitCastExpr, CastExpr))
367 # define CSTYLECASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
369 CSTYLECASTEXPR(CStyleCastExpr, ExplicitCastExpr)
373 # define CXXFUNCTIONALCASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
375 CXXFUNCTIONALCASTEXPR(CXXFunctionalCastExpr, ExplicitCastExpr)
379 # define CXXNAMEDCASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
381 ABSTRACT_STMT(CXXNAMEDCASTEXPR(CXXNamedCastExpr, ExplicitCastExpr))
    [all...]
ExprObjC.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
StmtNodes.inc 362 #ifndef EXPLICITCASTEXPR
363 # define EXPLICITCASTEXPR(Type, Base) CASTEXPR(Type, Base)
365 ABSTRACT_STMT(EXPLICITCASTEXPR(ExplicitCastExpr, CastExpr))
367 # define CSTYLECASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
369 CSTYLECASTEXPR(CStyleCastExpr, ExplicitCastExpr)
373 # define CXXFUNCTIONALCASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
375 CXXFUNCTIONALCASTEXPR(CXXFunctionalCastExpr, ExplicitCastExpr)
379 # define CXXNAMEDCASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
381 ABSTRACT_STMT(CXXNAMEDCASTEXPR(CXXNamedCastExpr, ExplicitCastExpr))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
StmtNodes.inc 362 #ifndef EXPLICITCASTEXPR
363 # define EXPLICITCASTEXPR(Type, Base) CASTEXPR(Type, Base)
365 ABSTRACT_STMT(EXPLICITCASTEXPR(ExplicitCastExpr, CastExpr))
367 # define CSTYLECASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
369 CSTYLECASTEXPR(CStyleCastExpr, ExplicitCastExpr)
373 # define CXXFUNCTIONALCASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
375 CXXFUNCTIONALCASTEXPR(CXXFunctionalCastExpr, ExplicitCastExpr)
379 # define CXXNAMEDCASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
381 ABSTRACT_STMT(CXXNAMEDCASTEXPR(CXXNamedCastExpr, ExplicitCastExpr))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
StmtNodes.inc 362 #ifndef EXPLICITCASTEXPR
363 # define EXPLICITCASTEXPR(Type, Base) CASTEXPR(Type, Base)
365 ABSTRACT_STMT(EXPLICITCASTEXPR(ExplicitCastExpr, CastExpr))
367 # define CSTYLECASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
369 CSTYLECASTEXPR(CStyleCastExpr, ExplicitCastExpr)
373 # define CXXFUNCTIONALCASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
375 CXXFUNCTIONALCASTEXPR(CXXFunctionalCastExpr, ExplicitCastExpr)
379 # define CXXNAMEDCASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
381 ABSTRACT_STMT(CXXNAMEDCASTEXPR(CXXNamedCastExpr, ExplicitCastExpr))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
StmtNodes.inc 362 #ifndef EXPLICITCASTEXPR
363 # define EXPLICITCASTEXPR(Type, Base) CASTEXPR(Type, Base)
365 ABSTRACT_STMT(EXPLICITCASTEXPR(ExplicitCastExpr, CastExpr))
367 # define CSTYLECASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
369 CSTYLECASTEXPR(CStyleCastExpr, ExplicitCastExpr)
373 # define CXXFUNCTIONALCASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
375 CXXFUNCTIONALCASTEXPR(CXXFunctionalCastExpr, ExplicitCastExpr)
379 # define CXXNAMEDCASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
381 ABSTRACT_STMT(CXXNAMEDCASTEXPR(CXXNamedCastExpr, ExplicitCastExpr))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
StmtNodes.inc 362 #ifndef EXPLICITCASTEXPR
363 # define EXPLICITCASTEXPR(Type, Base) CASTEXPR(Type, Base)
365 ABSTRACT_STMT(EXPLICITCASTEXPR(ExplicitCastExpr, CastExpr))
367 # define CSTYLECASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
369 CSTYLECASTEXPR(CStyleCastExpr, ExplicitCastExpr)
373 # define CXXFUNCTIONALCASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
375 CXXFUNCTIONALCASTEXPR(CXXFunctionalCastExpr, ExplicitCastExpr)
379 # define CXXNAMEDCASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
381 ABSTRACT_STMT(CXXNAMEDCASTEXPR(CXXNamedCastExpr, ExplicitCastExpr))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
StmtNodes.inc 362 #ifndef EXPLICITCASTEXPR
363 # define EXPLICITCASTEXPR(Type, Base) CASTEXPR(Type, Base)
365 ABSTRACT_STMT(EXPLICITCASTEXPR(ExplicitCastExpr, CastExpr))
367 # define CSTYLECASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
369 CSTYLECASTEXPR(CStyleCastExpr, ExplicitCastExpr)
373 # define CXXFUNCTIONALCASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
375 CXXFUNCTIONALCASTEXPR(CXXFunctionalCastExpr, ExplicitCastExpr)
379 # define CXXNAMEDCASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
381 ABSTRACT_STMT(CXXNAMEDCASTEXPR(CXXNamedCastExpr, ExplicitCastExpr))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
StmtNodes.inc 362 #ifndef EXPLICITCASTEXPR
363 # define EXPLICITCASTEXPR(Type, Base) CASTEXPR(Type, Base)
365 ABSTRACT_STMT(EXPLICITCASTEXPR(ExplicitCastExpr, CastExpr))
367 # define CSTYLECASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
369 CSTYLECASTEXPR(CStyleCastExpr, ExplicitCastExpr)
373 # define CXXFUNCTIONALCASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
375 CXXFUNCTIONALCASTEXPR(CXXFunctionalCastExpr, ExplicitCastExpr)
379 # define CXXNAMEDCASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
381 ABSTRACT_STMT(CXXNAMEDCASTEXPR(CXXNamedCastExpr, ExplicitCastExpr))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
StmtNodes.inc 362 #ifndef EXPLICITCASTEXPR
363 # define EXPLICITCASTEXPR(Type, Base) CASTEXPR(Type, Base)
365 ABSTRACT_STMT(EXPLICITCASTEXPR(ExplicitCastExpr, CastExpr))
367 # define CSTYLECASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
369 CSTYLECASTEXPR(CStyleCastExpr, ExplicitCastExpr)
373 # define CXXFUNCTIONALCASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
375 CXXFUNCTIONALCASTEXPR(CXXFunctionalCastExpr, ExplicitCastExpr)
379 # define CXXNAMEDCASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
381 ABSTRACT_STMT(CXXNAMEDCASTEXPR(CXXNamedCastExpr, ExplicitCastExpr))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
StmtNodes.inc 362 #ifndef EXPLICITCASTEXPR
363 # define EXPLICITCASTEXPR(Type, Base) CASTEXPR(Type, Base)
365 ABSTRACT_STMT(EXPLICITCASTEXPR(ExplicitCastExpr, CastExpr))
367 # define CSTYLECASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
369 CSTYLECASTEXPR(CStyleCastExpr, ExplicitCastExpr)
373 # define CXXFUNCTIONALCASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
375 CXXFUNCTIONALCASTEXPR(CXXFunctionalCastExpr, ExplicitCastExpr)
379 # define CXXNAMEDCASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
381 ABSTRACT_STMT(CXXNAMEDCASTEXPR(CXXNamedCastExpr, ExplicitCastExpr))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
StmtNodes.inc 362 #ifndef EXPLICITCASTEXPR
363 # define EXPLICITCASTEXPR(Type, Base) CASTEXPR(Type, Base)
365 ABSTRACT_STMT(EXPLICITCASTEXPR(ExplicitCastExpr, CastExpr))
367 # define CSTYLECASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
369 CSTYLECASTEXPR(CStyleCastExpr, ExplicitCastExpr)
373 # define CXXFUNCTIONALCASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
375 CXXFUNCTIONALCASTEXPR(CXXFunctionalCastExpr, ExplicitCastExpr)
379 # define CXXNAMEDCASTEXPR(Type, Base) EXPLICITCASTEXPR(Type, Base)
381 ABSTRACT_STMT(CXXNAMEDCASTEXPR(CXXNamedCastExpr, ExplicitCastExpr))
    [all...]
  /external/clang/include/clang/AST/
ExprObjC.h     [all...]

Completed in 253 milliseconds

1 2 3 4