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

1 2

  /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())) {
ItaniumMangle.cpp     [all...]
StmtProfile.cpp 860 void StmtProfiler::VisitExplicitCastExpr(const ExplicitCastExpr *S) {
    [all...]
Expr.cpp     [all...]
  /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)) {
  /external/clang/include/clang/AST/
ExprObjC.h     [all...]
Expr.h     [all...]
ExprCXX.h 203 class CXXNamedCastExpr : public ExplicitCastExpr {
215 : ExplicitCastExpr(SC, ty, VK, kind, op, PathSize, writtenTy), Loc(l),
219 : ExplicitCastExpr(SC, Shell, PathSize) { }
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 270 if (const ExplicitCastExpr *ExCast=dyn_cast_or_null<ExplicitCastExpr>(CastE))
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.h     [all...]
CGExpr.cpp 804 void CodeGenModule::EmitExplicitCastExprType(const ExplicitCastExpr *E,
    [all...]
CGExprComplex.cpp 157 if (const auto *ECE = dyn_cast<ExplicitCastExpr>(E))
    [all...]
CGExprAgg.cpp 576 if (const auto *ECE = dyn_cast<ExplicitCastExpr>(E))
    [all...]
CGExprConstant.cpp 645 if (const auto *ECE = dyn_cast<ExplicitCastExpr>(E))
    [all...]
CGExprScalar.cpp 316 Value *VisitExplicitCastExpr(ExplicitCastExpr *E) {
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 691 void ASTStmtWriter::VisitExplicitCastExpr(ExplicitCastExpr *E) {
    [all...]
ASTReaderStmt.cpp 721 void ASTStmtReader::VisitExplicitCastExpr(ExplicitCastExpr *E) {
    [all...]

Completed in 169 milliseconds

1 2