Home
last modified time | relevance | path

Searched defs:CStyleCastExpr (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DSignedCharMisuseCheck.cpp56 const auto CStyleCastExpr = cStyleCastExpr(has(ImplicitCastExpr)); in registerMatchers() local
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DSignedCharMisuseCheck.cpp56 const auto CStyleCastExpr = cStyleCastExpr(has(ImplicitCastExpr)); in registerMatchers() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dunicodetochar.cxx33 bool PostTraverseCStyleCastExpr(CStyleCastExpr *, bool ) { in PostTraverseCStyleCastExpr() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dunicodetochar.cxx33 bool PostTraverseCStyleCastExpr(CStyleCastExpr *, bool ) { in PostTraverseCStyleCastExpr() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-tidy/bugprone/
H A DSignedCharMisuseCheck.cpp66 const auto CStyleCastExpr = cStyleCastExpr(has(ImplicitCastExpr)); in charCastExpression() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DSignedCharMisuseCheck.cpp66 const auto CStyleCastExpr = cStyleCastExpr(has(ImplicitCastExpr)); in charCastExpression() local
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DSignedCharMisuseCheck.cpp66 const auto CStyleCastExpr = cStyleCastExpr(has(ImplicitCastExpr)); in charCastExpression() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-tidy/bugprone/
H A DSignedCharMisuseCheck.cpp66 const auto CStyleCastExpr = cStyleCastExpr(has(ImplicitCastExpr)); in charCastExpression() local
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DSignedCharMisuseCheck.cpp66 const auto CStyleCastExpr = cStyleCastExpr(has(ImplicitCastExpr)); in charCastExpression() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DSignedCharMisuseCheck.cpp66 const auto CStyleCastExpr = cStyleCastExpr(has(ImplicitCastExpr)); in charCastExpression() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clang-tidy/bugprone/
H A DSignedCharMisuseCheck.cpp66 const auto CStyleCastExpr = cStyleCastExpr(has(ImplicitCastExpr)); in charCastExpression() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DSignedCharMisuseCheck.cpp66 const auto CStyleCastExpr = cStyleCastExpr(has(ImplicitCastExpr)); in charCastExpression() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DSignedCharMisuseCheck.cpp66 const auto CStyleCastExpr = cStyleCastExpr(has(ImplicitCastExpr)); in charCastExpression() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/sharedvisitor/
H A Ddummyplugin.hxx53 bool TraverseCStyleCastExpr( CStyleCastExpr* ) { return complain(); } in TraverseCStyleCastExpr() argument
/dports/editors/jucipp/jucipp-b3b5182258b25835e7c5f683623ab774d8e34c75/lib/libclangmm/src/
H A Dcursor.hpp92 CStyleCastExpr = 117, enumerator
/dports/devel/cppcheck/cppcheck-2.6.3/lib/
H A Dclangimport.cpp47 static const std::string CStyleCastExpr = "CStyleCastExpr"; variable
/dports/devel/cppcheck-gui/cppcheck-2.6.3/lib/
H A Dclangimport.cpp47 static const std::string CStyleCastExpr = "CStyleCastExpr"; variable
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DExpr.h3348 CStyleCastExpr(QualType exprTy, ExprValueKind vk, CastKind kind, Expr *op, in CStyleCastExpr() function
3355 explicit CStyleCastExpr(EmptyShell Shell, unsigned PathSize) in CStyleCastExpr() function
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DExpr.h3377 CStyleCastExpr(QualType exprTy, ExprValueKind vk, CastKind kind, Expr *op, in CStyleCastExpr() function
3384 explicit CStyleCastExpr(EmptyShell Shell, unsigned PathSize) in CStyleCastExpr() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DExpr.h3377 CStyleCastExpr(QualType exprTy, ExprValueKind vk, CastKind kind, Expr *op, in CStyleCastExpr() function
3384 explicit CStyleCastExpr(EmptyShell Shell, unsigned PathSize) in CStyleCastExpr() function
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/AST/
H A DExpr.h3235 CStyleCastExpr(QualType exprTy, ExprValueKind vk, CastKind kind, Expr *op, in CStyleCastExpr() function
3242 explicit CStyleCastExpr(EmptyShell Shell, unsigned PathSize) in CStyleCastExpr() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DExpr.h3738 CStyleCastExpr(QualType exprTy, ExprValueKind vk, CastKind kind, Expr *op, in CStyleCastExpr() function
3749 explicit CStyleCastExpr(EmptyShell Shell, unsigned PathSize, in CStyleCastExpr() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DExpr.h3732 CStyleCastExpr(QualType exprTy, ExprValueKind vk, CastKind kind, Expr *op, in CStyleCastExpr() function
3743 explicit CStyleCastExpr(EmptyShell Shell, unsigned PathSize, in CStyleCastExpr() function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DExpr.h3662 CStyleCastExpr(QualType exprTy, ExprValueKind vk, CastKind kind, Expr *op, in CStyleCastExpr() function
3673 explicit CStyleCastExpr(EmptyShell Shell, unsigned PathSize, in CStyleCastExpr() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DExpr.h3587 CStyleCastExpr(QualType exprTy, ExprValueKind vk, CastKind kind, Expr *op, in CStyleCastExpr() function
3594 explicit CStyleCastExpr(EmptyShell Shell, unsigned PathSize) in CStyleCastExpr() function

12