Home
last modified time | relevance | path

Searched refs:explicitCastExpr (Results 1 – 18 of 18) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DIntegerDivisionCheck.cpp30 callExpr(IntType), explicitCastExpr(IntType), UnaryOperators); in registerMatchers()
DMisplacedWideningCastCheck.cpp37 const auto ExplicitCast = explicitCastExpr(hasDestinationType(isInteger()), in registerMatchers()
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DProBoundsArrayToPointerDecayCheck.cpp60 unless(hasParentIgnoringImpCasts(explicitCastExpr())), in registerMatchers()
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DUseBoolLiteralsCheck.cpp37 anyOf(hasParent(explicitCastExpr().bind("cast")), anything()))), in registerMatchers()
DUseNullptrCheck.cpp47 explicitCastExpr(hasDescendant(ImplicitCastToNull))), in makeCastSequenceMatcher()
48 unless(hasAncestor(explicitCastExpr()))) in makeCastSequenceMatcher()
DUseAutoCheck.cpp233 unless(has(varDecl(unless(hasInitializer(explicitCastExpr())))))) in makeDeclWithCastMatcher()
DLoopConvertCheck.cpp301 explicitCastExpr(hasSourceExpression(ignoringParenImpCasts( in makePseudoArrayLoopMatcher()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DNumberObjectConversionChecker.cpp315 explicitCastExpr(allOf(hasType(SuspiciousScalarBooleanTypeM), in checkASTCodeBody()
319 explicitCastExpr(allOf(hasType(SuspiciousScalarNumberTypeM), in checkASTCodeBody()
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DContainerSizeEmptyCheck.cpp55 hasParent(explicitCastExpr(hasDestinationType(booleanType()))))); in registerMatchers()
DImplicitBoolConversionCheck.cpp266 hasParent(explicitCastExpr()))); in registerMatchers()
/external/llvm-project/clang/lib/Analysis/
DExprMutationAnalyzer.cpp412 explicitCastExpr( in findCastMutation()
424 anyOf(explicitCastExpr( in findCastMutation()
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp177 REGISTER_MATCHER(explicitCastExpr); in RegistryMaps()
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp224 REGISTER_MATCHER(explicitCastExpr); in RegistryMaps()
/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp933 explicitCastExpr; variable
/external/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp1252 explicitCastExpr( in TEST()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h1897 ExplicitCastExpr> explicitCastExpr; variable
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h2530 explicitCastExpr;
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp3194 explicitCastExpr(hasSourceExpression( in TEST()