Home
last modified time | relevance | path

Searched defs:EWC (Results 1 – 25 of 178) sorted by relevance

12345678

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-tidy/bugprone/
H A DUndelegatedConstructorCheck.cpp25 if (const auto *EWC = dyn_cast<ExprWithCleanups>(E)) in AST_MATCHER_P() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DUndelegatedConstructorCheck.cpp25 if (const auto *EWC = dyn_cast<ExprWithCleanups>(E)) in AST_MATCHER_P() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DUndelegatedConstructorCheck.cpp25 if (const auto *EWC = dyn_cast<ExprWithCleanups>(E)) in AST_MATCHER_P() local
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DUndelegatedConstructorCheck.cpp25 if (const auto *EWC = dyn_cast<ExprWithCleanups>(E)) in AST_MATCHER_P() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-tidy/bugprone/
H A DUndelegatedConstructorCheck.cpp25 if (const auto *EWC = dyn_cast<ExprWithCleanups>(E)) in AST_MATCHER_P() local
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DUndelegatedConstructorCheck.cpp25 if (const auto *EWC = dyn_cast<ExprWithCleanups>(E)) in AST_MATCHER_P() local
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DUndelegatedConstructorCheck.cpp25 if (const auto *EWC = dyn_cast<ExprWithCleanups>(E)) in AST_MATCHER_P() local
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DUndelegatedConstructorCheck.cpp25 if (const auto *EWC = dyn_cast<ExprWithCleanups>(E)) in AST_MATCHER_P() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clang-tidy/bugprone/
H A DUndelegatedConstructorCheck.cpp25 if (const auto *EWC = dyn_cast<ExprWithCleanups>(E)) in AST_MATCHER_P() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DUndelegatedConstructorCheck.cpp25 if (const auto *EWC = dyn_cast<ExprWithCleanups>(E)) in AST_MATCHER_P() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DUndelegatedConstructorCheck.cpp25 if (const auto *EWC = dyn_cast<ExprWithCleanups>(E)) in AST_MATCHER_P() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DUndelegatedConstructorCheck.cpp25 if (const auto *EWC = dyn_cast<ExprWithCleanups>(E)) in AST_MATCHER_P() local
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DUndelegatedConstructorCheck.cpp25 if (const auto *EWC = dyn_cast<ExprWithCleanups>(E)) in AST_MATCHER_P() local
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DUndelegatedConstructorCheck.cpp26 if (const auto *EWC = dyn_cast<ExprWithCleanups>(E)) in AST_MATCHER_P() local
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/access/index/
H A Dindexam.c26 * index_beginscan_parallel - join parallel index scan in AST_MATCHER_P()
/dports/misc/gpsim/gpsim-0.31.0/extras/lcd/
H A Dlcd.h152 EWC, enumerator
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp376 if (ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Rec)) in checkForGCDOrXPC() local
H A DTransAutoreleasePool.cpp406 if (ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(S)) in getEssential() local
H A DTransforms.cpp77 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(E)) in isPlusOne() local
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp516 ExprWithCleanups *EWC = cast<ExprWithCleanups>(S); in BuildScopeInformation() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DJumpDiagnostics.cpp542 ExprWithCleanups *EWC = cast<ExprWithCleanups>(S); in BuildScopeInformation() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp530 ExprWithCleanups *EWC = cast<ExprWithCleanups>(S); in BuildScopeInformation() local
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DJumpDiagnostics.cpp542 ExprWithCleanups *EWC = cast<ExprWithCleanups>(S); in BuildScopeInformation() local
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp541 ExprWithCleanups *EWC = cast<ExprWithCleanups>(S); in BuildScopeInformation() local
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/punc/src/lapack/src_f77/
H A Dsggbal.f116 $ COEF5, COR, EW, EWC, GAMMA, PGAMMA, RAB, SFMAX, local

12345678