Home
last modified time | relevance | path

Searched refs:hasCapturedVLAType (Results 1 – 25 of 120) sorted by relevance

12345

/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DScopeInfo.cpp125 if (FD->hasCapturedVLAType() && FD->getCapturedVLAType() == VAT) in isVLATypeCaptured()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DScopeInfo.cpp123 if (FD->hasCapturedVLAType() && FD->getCapturedVLAType() == VAT) in isVLATypeCaptured()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DDecl.h2938 assert(!hasCapturedVLAType() && !BitField && in setBitWidth()
3008 bool hasCapturedVLAType() const { in hasCapturedVLAType() function
3014 return hasCapturedVLAType() ? static_cast<const VariableArrayType *>( in getCapturedVLAType()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DDecl.h2885 assert(!hasCapturedVLAType() && !BitField && in setBitWidth()
2955 bool hasCapturedVLAType() const { in hasCapturedVLAType() function
2961 return hasCapturedVLAType() ? static_cast<const VariableArrayType *>( in getCapturedVLAType()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DDecl.h2849 assert(!hasCapturedVLAType() && !BitField && in setBitWidth()
2919 bool hasCapturedVLAType() const { in hasCapturedVLAType() function
2925 return hasCapturedVLAType() ? static_cast<const VariableArrayType *>( in getCapturedVLAType()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DDecl.h2849 assert(!hasCapturedVLAType() && !BitField && in setBitWidth()
2919 bool hasCapturedVLAType() const { in hasCapturedVLAType() function
2925 return hasCapturedVLAType() ? static_cast<const VariableArrayType *>( in getCapturedVLAType()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DDecl.h2832 assert(!hasCapturedVLAType() && !BitField && in setBitWidth()
2902 bool hasCapturedVLAType() const { in hasCapturedVLAType() function
2908 return hasCapturedVLAType() ? static_cast<const VariableArrayType *>( in getCapturedVLAType()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DDecl.h2928 assert(!hasCapturedVLAType() && !BitField && in setBitWidth()
2998 bool hasCapturedVLAType() const { in hasCapturedVLAType() function
3004 return hasCapturedVLAType() ? static_cast<const VariableArrayType *>( in getCapturedVLAType()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DDecl.h2928 assert(!hasCapturedVLAType() && !BitField && in setBitWidth()
2998 bool hasCapturedVLAType() const { in hasCapturedVLAType() function
3004 return hasCapturedVLAType() ? static_cast<const VariableArrayType *>( in getCapturedVLAType()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DDecl.h2710 assert(!hasCapturedVLAType() && !BitField && in setBitWidth()
2780 bool hasCapturedVLAType() const { in hasCapturedVLAType() function
2786 return hasCapturedVLAType() ? static_cast<const VariableArrayType *>( in getCapturedVLAType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/AST/
H A DDecl.h2879 assert(!hasCapturedVLAType() && !BitField && in setBitWidth()
2949 bool hasCapturedVLAType() const { in hasCapturedVLAType() function
2955 return hasCapturedVLAType() ? static_cast<const VariableArrayType *>( in getCapturedVLAType()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DDecl.h2832 assert(!hasCapturedVLAType() && !BitField && in setBitWidth()
2902 bool hasCapturedVLAType() const { in hasCapturedVLAType() function
2908 return hasCapturedVLAType() ? static_cast<const VariableArrayType *>( in getCapturedVLAType()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/AST/
H A DDecl.h2928 assert(!hasCapturedVLAType() && !BitField && in setBitWidth()
2998 bool hasCapturedVLAType() const { in hasCapturedVLAType() function
3004 return hasCapturedVLAType() ? static_cast<const VariableArrayType *>( in getCapturedVLAType()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DDecl.h2885 assert(!hasCapturedVLAType() && !BitField && in setBitWidth()
2955 bool hasCapturedVLAType() const { in hasCapturedVLAType() function
2961 return hasCapturedVLAType() ? static_cast<const VariableArrayType *>( in getCapturedVLAType()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DDecl.h2928 assert(!hasCapturedVLAType() && !BitField && in setBitWidth()
2998 bool hasCapturedVLAType() const { in hasCapturedVLAType() function
3004 return hasCapturedVLAType() ? static_cast<const VariableArrayType *>( in getCapturedVLAType()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/AST/
H A DDecl.h2682 assert(!hasCapturedVLAType() && !BitField && in setBitWidth()
2747 bool hasCapturedVLAType() const { in hasCapturedVLAType() function
2753 return hasCapturedVLAType() ? static_cast<const VariableArrayType *>( in getCapturedVLAType()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/AST/
H A DDecl.h2644 assert(!hasCapturedVLAType() && !BitField && in setBitWidth()
2709 bool hasCapturedVLAType() const { in hasCapturedVLAType() function
2715 return hasCapturedVLAType() ? static_cast<const VariableArrayType *>( in getCapturedVLAType()
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/AST/
H A DDecl.h2928 assert(!hasCapturedVLAType() && !BitField && in setBitWidth()
2998 bool hasCapturedVLAType() const { in hasCapturedVLAType() function
3004 return hasCapturedVLAType() ? static_cast<const VariableArrayType *>( in getCapturedVLAType()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp790 if (!FieldForCapture->hasCapturedVLAType()) { in VisitLambdaExpr()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp892 if (!FieldForCapture->hasCapturedVLAType()) { in VisitLambdaExpr()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp879 if (!FieldForCapture->hasCapturedVLAType()) {
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGStmt.cpp2257 if (CurField->hasCapturedVLAType()) { in InitCapturedStruct()
2329 if (FD->hasCapturedVLAType()) { in GenerateCapturedStmtFunction()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCGStmt.cpp2234 if (CurField->hasCapturedVLAType()) { in InitCapturedStruct()
2307 if (FD->hasCapturedVLAType()) { in GenerateCapturedStmtFunction()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp910 if (!FieldForCapture->hasCapturedVLAType()) { in VisitLambdaExpr()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp910 if (!FieldForCapture->hasCapturedVLAType()) { in VisitLambdaExpr()

12345