Home
last modified time | relevance | path

Searched refs:DerivedToBase (Results 1 – 25 of 174) sorted by relevance

1234567

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp44 auto DerivedToBase = [](const ast_matchers::internal::Matcher<Expr> &Inner) { in AST_MATCHER_P() local
50 [&DerivedToBase](const ast_matchers::internal::Matcher<Expr> &Inner) { in AST_MATCHER_P()
51 return ignoringParens(expr(anyOf(Inner, DerivedToBase(Inner)))); in AST_MATCHER_P()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp44 auto DerivedToBase = [](const ast_matchers::internal::Matcher<Expr> &Inner) { in AST_MATCHER_P() local
50 [&DerivedToBase](const ast_matchers::internal::Matcher<Expr> &Inner) { in AST_MATCHER_P()
51 return ignoringParens(expr(anyOf(Inner, DerivedToBase(Inner)))); in AST_MATCHER_P()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp44 auto DerivedToBase = [](const ast_matchers::internal::Matcher<Expr> &Inner) { in AST_MATCHER_P() local
50 [&DerivedToBase](const ast_matchers::internal::Matcher<Expr> &Inner) { in AST_MATCHER_P()
51 return ignoringParens(expr(anyOf(Inner, DerivedToBase(Inner)))); in AST_MATCHER_P()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp44 auto DerivedToBase = [](const ast_matchers::internal::Matcher<Expr> &Inner) { in AST_MATCHER_P() local
50 [&DerivedToBase](const ast_matchers::internal::Matcher<Expr> &Inner) { in AST_MATCHER_P()
51 return ignoringParens(expr(anyOf(Inner, DerivedToBase(Inner)))); in AST_MATCHER_P()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp44 auto DerivedToBase = [](const ast_matchers::internal::Matcher<Expr> &Inner) { in AST_MATCHER_P() local
50 [&DerivedToBase](const ast_matchers::internal::Matcher<Expr> &Inner) { in AST_MATCHER_P()
51 return ignoringParens(expr(anyOf(Inner, DerivedToBase(Inner)))); in AST_MATCHER_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp44 auto DerivedToBase = [](const ast_matchers::internal::Matcher<Expr> &Inner) { in AST_MATCHER_P() local
50 [&DerivedToBase](const ast_matchers::internal::Matcher<Expr> &Inner) { in AST_MATCHER_P()
51 return ignoringParens(expr(anyOf(Inner, DerivedToBase(Inner)))); in AST_MATCHER_P()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp44 auto DerivedToBase = [](const ast_matchers::internal::Matcher<Expr> &Inner) { in AST_MATCHER_P() local
50 [&DerivedToBase](const ast_matchers::internal::Matcher<Expr> &Inner) { in AST_MATCHER_P()
51 return ignoringParens(expr(anyOf(Inner, DerivedToBase(Inner)))); in AST_MATCHER_P()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp44 auto DerivedToBase = [](const ast_matchers::internal::Matcher<Expr> &Inner) { in AST_MATCHER_P() local
50 [&DerivedToBase](const ast_matchers::internal::Matcher<Expr> &Inner) { in AST_MATCHER_P()
51 return ignoringParens(expr(anyOf(Inner, DerivedToBase(Inner)))); in AST_MATCHER_P()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Analysis/
H A DExprMutationAnalyzer.cpp44 auto DerivedToBase = [](const ast_matchers::internal::Matcher<Expr> &Inner) { in AST_MATCHER_P() local
50 [&DerivedToBase](const ast_matchers::internal::Matcher<Expr> &Inner) { in AST_MATCHER_P()
51 return ignoringParens(expr(anyOf(Inner, DerivedToBase(Inner)))); in AST_MATCHER_P()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DOperationKinds.def55 /// it's actually BaseToDerived or DerivedToBase. A conversion to a
93 CAST_OPERATION(DerivedToBase)
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DOperationKinds.def55 /// it's actually BaseToDerived or DerivedToBase. A conversion to a
92 CAST_OPERATION(DerivedToBase)
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DOperationKinds.def55 /// it's actually BaseToDerived or DerivedToBase. A conversion to a
93 CAST_OPERATION(DerivedToBase)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DOperationKinds.def55 /// it's actually BaseToDerived or DerivedToBase. A conversion to a
93 CAST_OPERATION(DerivedToBase)
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/AST/
H A DOperationKinds.def56 /// it's actually BaseToDerived or DerivedToBase. A conversion to a
89 CAST_OPERATION(DerivedToBase)
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/AST/
H A DOperationKinds.def56 /// it's actually BaseToDerived or DerivedToBase. A conversion to a
89 CAST_OPERATION(DerivedToBase)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DOperationKinds.def55 /// it's actually BaseToDerived or DerivedToBase. A conversion to a
94 CAST_OPERATION(DerivedToBase)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DOperationKinds.def55 /// it's actually BaseToDerived or DerivedToBase. A conversion to a
94 CAST_OPERATION(DerivedToBase)
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DOperationKinds.def55 /// it's actually BaseToDerived or DerivedToBase. A conversion to a
94 CAST_OPERATION(DerivedToBase)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DOperationKinds.def55 /// it's actually BaseToDerived or DerivedToBase. A conversion to a
93 CAST_OPERATION(DerivedToBase)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DOperationKinds.def55 /// it's actually BaseToDerived or DerivedToBase. A conversion to a
94 CAST_OPERATION(DerivedToBase)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/AST/
H A DOperationKinds.def55 /// it's actually BaseToDerived or DerivedToBase. A conversion to a
93 CAST_OPERATION(DerivedToBase)
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/AST/
H A DOperationKinds.def55 /// it's actually BaseToDerived or DerivedToBase. A conversion to a
94 CAST_OPERATION(DerivedToBase)
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DOperationKinds.def55 /// it's actually BaseToDerived or DerivedToBase. A conversion to a
94 CAST_OPERATION(DerivedToBase)
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DOperationKinds.def55 /// it's actually BaseToDerived or DerivedToBase. A conversion to a
94 CAST_OPERATION(DerivedToBase)
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/AST/
H A DOperationKinds.def55 /// it's actually BaseToDerived or DerivedToBase. A conversion to a
94 CAST_OPERATION(DerivedToBase)

1234567