Home
last modified time | relevance | path

Searched refs:HasNonDllImportDtor (Results 1 – 16 of 16) sorted by relevance

/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp2258 static bool HasNonDllImportDtor(QualType T) { in HasNonDllImportDtor() function
2316 SafeToInline = !HasNonDllImportDtor(VD->getType()); in VisitVarDecl()
2404 if (HasNonDllImportDtor(cast<FieldDecl>(Member)->getType())) in shouldEmitFunction()
2407 if (HasNonDllImportDtor(B.getType())) in shouldEmitFunction()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp2195 static bool HasNonDllImportDtor(QualType T) { in HasNonDllImportDtor() function
2253 SafeToInline = !HasNonDllImportDtor(VD->getType()); in VisitVarDecl()
2341 if (HasNonDllImportDtor(cast<FieldDecl>(Member)->getType())) in shouldEmitFunction()
2344 if (HasNonDllImportDtor(B.getType())) in shouldEmitFunction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp2842 static bool HasNonDllImportDtor(QualType T) { in HasNonDllImportDtor() function
2901 SafeToInline = !HasNonDllImportDtor(VD->getType()); in VisitVarDecl()
2989 if (HasNonDllImportDtor(cast<FieldDecl>(Member)->getType())) in shouldEmitFunction()
2992 if (HasNonDllImportDtor(B.getType())) in shouldEmitFunction()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCodeGenModule.cpp2899 static bool HasNonDllImportDtor(QualType T) { in HasNonDllImportDtor() function
2958 SafeToInline = !HasNonDllImportDtor(VD->getType()); in VisitVarDecl()
3046 if (HasNonDllImportDtor(cast<FieldDecl>(Member)->getType())) in shouldEmitFunction()
3049 if (HasNonDllImportDtor(B.getType())) in shouldEmitFunction()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp2671 static bool HasNonDllImportDtor(QualType T) { in HasNonDllImportDtor() function
2730 SafeToInline = !HasNonDllImportDtor(VD->getType()); in VisitVarDecl()
2818 if (HasNonDllImportDtor(cast<FieldDecl>(Member)->getType())) in shouldEmitFunction()
2821 if (HasNonDllImportDtor(B.getType())) in shouldEmitFunction()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCodeGenModule.cpp2772 static bool HasNonDllImportDtor(QualType T) { in HasNonDllImportDtor() function
2831 SafeToInline = !HasNonDllImportDtor(VD->getType()); in VisitVarDecl()
2919 if (HasNonDllImportDtor(cast<FieldDecl>(Member)->getType())) in shouldEmitFunction()
2922 if (HasNonDllImportDtor(B.getType())) in shouldEmitFunction()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp2601 static bool HasNonDllImportDtor(QualType T) { in HasNonDllImportDtor() function
2660 SafeToInline = !HasNonDllImportDtor(VD->getType()); in VisitVarDecl()
2748 if (HasNonDllImportDtor(cast<FieldDecl>(Member)->getType())) in shouldEmitFunction()
2751 if (HasNonDllImportDtor(B.getType())) in shouldEmitFunction()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp2540 static bool HasNonDllImportDtor(QualType T) { in HasNonDllImportDtor() function
2599 SafeToInline = !HasNonDllImportDtor(VD->getType()); in VisitVarDecl()
2687 if (HasNonDllImportDtor(cast<FieldDecl>(Member)->getType())) in shouldEmitFunction()
2690 if (HasNonDllImportDtor(B.getType())) in shouldEmitFunction()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2601 static bool HasNonDllImportDtor(QualType T) { in HasNonDllImportDtor() function
2660 SafeToInline = !HasNonDllImportDtor(VD->getType()); in VisitVarDecl()
2748 if (HasNonDllImportDtor(cast<FieldDecl>(Member)->getType())) in shouldEmitFunction()
2751 if (HasNonDllImportDtor(B.getType())) in shouldEmitFunction()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCodeGenModule.cpp2899 static bool HasNonDllImportDtor(QualType T) { in HasNonDllImportDtor() function
2958 SafeToInline = !HasNonDllImportDtor(VD->getType()); in VisitVarDecl()
3046 if (HasNonDllImportDtor(cast<FieldDecl>(Member)->getType())) in shouldEmitFunction()
3049 if (HasNonDllImportDtor(B.getType())) in shouldEmitFunction()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCodeGenModule.cpp3024 static bool HasNonDllImportDtor(QualType T) { in HasNonDllImportDtor() function
3083 SafeToInline = !HasNonDllImportDtor(VD->getType()); in VisitVarDecl()
3171 if (HasNonDllImportDtor(cast<FieldDecl>(Member)->getType())) in shouldEmitFunction()
3174 if (HasNonDllImportDtor(B.getType())) in shouldEmitFunction()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCodeGenModule.cpp3011 static bool HasNonDllImportDtor(QualType T) { in HasNonDllImportDtor() function
3070 SafeToInline = !HasNonDllImportDtor(VD->getType()); in VisitVarDecl()
3158 if (HasNonDllImportDtor(cast<FieldDecl>(Member)->getType())) in shouldEmitFunction()
3161 if (HasNonDllImportDtor(B.getType())) in shouldEmitFunction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCodeGenModule.cpp3011 static bool HasNonDllImportDtor(QualType T) { in HasNonDllImportDtor() function
3070 SafeToInline = !HasNonDllImportDtor(VD->getType()); in VisitVarDecl()
3158 if (HasNonDllImportDtor(cast<FieldDecl>(Member)->getType())) in shouldEmitFunction()
3161 if (HasNonDllImportDtor(B.getType())) in shouldEmitFunction()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3011 static bool HasNonDllImportDtor(QualType T) { in HasNonDllImportDtor() function
3070 SafeToInline = !HasNonDllImportDtor(VD->getType()); in VisitVarDecl()
3158 if (HasNonDllImportDtor(cast<FieldDecl>(Member)->getType())) in shouldEmitFunction()
3161 if (HasNonDllImportDtor(B.getType())) in shouldEmitFunction()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCodeGenModule.cpp3011 static bool HasNonDllImportDtor(QualType T) { in HasNonDllImportDtor() function
3070 SafeToInline = !HasNonDllImportDtor(VD->getType()); in VisitVarDecl()
3158 if (HasNonDllImportDtor(cast<FieldDecl>(Member)->getType())) in shouldEmitFunction()
3161 if (HasNonDllImportDtor(B.getType())) in shouldEmitFunction()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/CodeGen/
H A DCodeGenModule.cpp3011 static bool HasNonDllImportDtor(QualType T) { in HasNonDllImportDtor() function
3070 SafeToInline = !HasNonDllImportDtor(VD->getType()); in VisitVarDecl()
3158 if (HasNonDllImportDtor(cast<FieldDecl>(Member)->getType())) in shouldEmitFunction()
3161 if (HasNonDllImportDtor(B.getType())) in shouldEmitFunction()