Home
last modified time | relevance | path

Searched refs:VLA (Results 1 – 25 of 1836) sorted by relevance

12345678910>>...74

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp69 const VariableArrayType *VLA, in checkVLA() argument
71 assert(VLA && "Function should be called with non-null VLA argument."); in checkVLA()
83 while (VLA) { in checkVLA()
84 const Expr *SizeE = VLA->getSizeExpr(); in checkVLA()
89 VLALast = VLA; in checkVLA()
90 VLA = C.getASTContext().getAsVariableArrayType(VLA->getElementType()); in checkVLA()
269 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(TypeToCheck); in checkPreStmt() local
270 if (!VLA) in checkPreStmt()
277 State = checkVLA(C, State, VLA, ArraySize); in checkPreStmt()
312 if (!VLA) in checkPreStmt()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp69 const VariableArrayType *VLA, in checkVLA() argument
71 assert(VLA && "Function should be called with non-null VLA argument."); in checkVLA()
83 while (VLA) { in checkVLA()
84 const Expr *SizeE = VLA->getSizeExpr(); in checkVLA()
89 VLALast = VLA; in checkVLA()
90 VLA = C.getASTContext().getAsVariableArrayType(VLA->getElementType()); in checkVLA()
269 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(TypeToCheck); in checkPreStmt() local
270 if (!VLA) in checkPreStmt()
277 State = checkVLA(C, State, VLA, ArraySize); in checkPreStmt()
312 if (!VLA) in checkPreStmt()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp69 const VariableArrayType *VLA, in checkVLA() argument
71 assert(VLA && "Function should be called with non-null VLA argument."); in checkVLA()
83 while (VLA) { in checkVLA()
84 const Expr *SizeE = VLA->getSizeExpr(); in checkVLA()
89 VLALast = VLA; in checkVLA()
90 VLA = C.getASTContext().getAsVariableArrayType(VLA->getElementType()); in checkVLA()
269 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(TypeToCheck); in checkPreStmt() local
270 if (!VLA) in checkPreStmt()
277 State = checkVLA(C, State, VLA, ArraySize); in checkPreStmt()
312 if (!VLA) in checkPreStmt()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp69 const VariableArrayType *VLA, in checkVLA() argument
71 assert(VLA && "Function should be called with non-null VLA argument."); in checkVLA()
83 while (VLA) { in checkVLA()
84 const Expr *SizeE = VLA->getSizeExpr(); in checkVLA()
89 VLALast = VLA; in checkVLA()
90 VLA = C.getASTContext().getAsVariableArrayType(VLA->getElementType()); in checkVLA()
269 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(TypeToCheck); in checkPreStmt() local
270 if (!VLA) in checkPreStmt()
277 State = checkVLA(C, State, VLA, ArraySize); in checkPreStmt()
312 if (!VLA) in checkPreStmt()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp69 const VariableArrayType *VLA, in checkVLA() argument
71 assert(VLA && "Function should be called with non-null VLA argument."); in checkVLA()
83 while (VLA) { in checkVLA()
84 const Expr *SizeE = VLA->getSizeExpr(); in checkVLA()
89 VLALast = VLA; in checkVLA()
90 VLA = C.getASTContext().getAsVariableArrayType(VLA->getElementType()); in checkVLA()
269 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(TypeToCheck); in checkPreStmt() local
270 if (!VLA) in checkPreStmt()
277 State = checkVLA(C, State, VLA, ArraySize); in checkPreStmt()
312 if (!VLA) in checkPreStmt()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp69 const VariableArrayType *VLA, in checkVLA() argument
71 assert(VLA && "Function should be called with non-null VLA argument."); in checkVLA()
83 while (VLA) { in checkVLA()
84 const Expr *SizeE = VLA->getSizeExpr(); in checkVLA()
89 VLALast = VLA; in checkVLA()
90 VLA = C.getASTContext().getAsVariableArrayType(VLA->getElementType()); in checkVLA()
269 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(TypeToCheck); in checkPreStmt() local
270 if (!VLA) in checkPreStmt()
277 State = checkVLA(C, State, VLA, ArraySize); in checkPreStmt()
312 if (!VLA) in checkPreStmt()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp69 const VariableArrayType *VLA, in checkVLA() argument
71 assert(VLA && "Function should be called with non-null VLA argument."); in checkVLA()
83 while (VLA) { in checkVLA()
84 const Expr *SizeE = VLA->getSizeExpr(); in checkVLA()
89 VLALast = VLA; in checkVLA()
90 VLA = C.getASTContext().getAsVariableArrayType(VLA->getElementType()); in checkVLA()
269 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(TypeToCheck); in checkPreStmt() local
270 if (!VLA) in checkPreStmt()
277 State = checkVLA(C, State, VLA, ArraySize); in checkPreStmt()
322 if (!VLA) in checkPreStmt()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp69 const VariableArrayType *VLA, in checkVLA() argument
71 assert(VLA && "Function should be called with non-null VLA argument."); in checkVLA()
83 while (VLA) { in checkVLA()
84 const Expr *SizeE = VLA->getSizeExpr(); in checkVLA()
89 VLALast = VLA; in checkVLA()
90 VLA = C.getASTContext().getAsVariableArrayType(VLA->getElementType()); in checkVLA()
269 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(TypeToCheck); in checkPreStmt() local
270 if (!VLA) in checkPreStmt()
277 State = checkVLA(C, State, VLA, ArraySize); in checkPreStmt()
322 if (!VLA) in checkPreStmt()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp69 const VariableArrayType *VLA, in checkVLA() argument
71 assert(VLA && "Function should be called with non-null VLA argument."); in checkVLA()
83 while (VLA) { in checkVLA()
84 const Expr *SizeE = VLA->getSizeExpr(); in checkVLA()
89 VLALast = VLA; in checkVLA()
90 VLA = C.getASTContext().getAsVariableArrayType(VLA->getElementType()); in checkVLA()
269 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(TypeToCheck); in checkPreStmt() local
270 if (!VLA) in checkPreStmt()
277 State = checkVLA(C, State, VLA, ArraySize); in checkPreStmt()
322 if (!VLA) in checkPreStmt()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp69 const VariableArrayType *VLA, in checkVLA() argument
71 assert(VLA && "Function should be called with non-null VLA argument."); in checkVLA()
83 while (VLA) { in checkVLA()
84 const Expr *SizeE = VLA->getSizeExpr(); in checkVLA()
89 VLALast = VLA; in checkVLA()
90 VLA = C.getASTContext().getAsVariableArrayType(VLA->getElementType()); in checkVLA()
269 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(TypeToCheck); in checkPreStmt() local
270 if (!VLA) in checkPreStmt()
277 State = checkVLA(C, State, VLA, ArraySize); in checkPreStmt()
322 if (!VLA) in checkPreStmt()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp69 const VariableArrayType *VLA, in checkVLA() argument
71 assert(VLA && "Function should be called with non-null VLA argument."); in checkVLA()
83 while (VLA) { in checkVLA()
84 const Expr *SizeE = VLA->getSizeExpr(); in checkVLA()
89 VLALast = VLA; in checkVLA()
90 VLA = C.getASTContext().getAsVariableArrayType(VLA->getElementType()); in checkVLA()
269 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(TypeToCheck); in checkPreStmt() local
270 if (!VLA) in checkPreStmt()
277 State = checkVLA(C, State, VLA, ArraySize); in checkPreStmt()
322 if (!VLA) in checkPreStmt()
[all …]
/dports/databases/galera/galera-release_25.3.35/galerautils/src/
H A Dgu_utils.hpp122 template <typename T> class VLA class
126 VLA (const VLA&);
127 VLA& operator= (const VLA&);
131 VLA (size_t n) : array(new T[n]) {} in VLA() function in gu::VLA
133 ~VLA () { delete[] array; } in ~VLA()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Analysis/
H A Dcfg.cpp509 typedef int VLA[x]; in vla_typedef() typedef
518 using VLA = int[x]; in vla_typealias() typedef
529 typedef int VLA[x][y]; in vla_typedef_multi() typedef
545 typedef int VLA[x]; in vla_typedefname_multi() typedef
546 typedef VLA VLA1[y]; in vla_typedefname_multi()
568 typedef int VLA[++x]; in vla_evaluate() typedef
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Analysis/
H A Dcfg.cpp509 typedef int VLA[x]; in vla_typedef() typedef
518 using VLA = int[x]; in vla_typealias() typedef
529 typedef int VLA[x][y]; in vla_typedef_multi() typedef
545 typedef int VLA[x]; in vla_typedefname_multi() typedef
546 typedef VLA VLA1[y]; in vla_typedefname_multi()
568 typedef int VLA[++x]; in vla_evaluate() typedef
/dports/databases/galera26/galera-release_26.4.10/galerautils/src/
H A Dgu_utils.hpp122 template <typename T> class VLA class
126 VLA (const VLA&);
127 VLA& operator= (const VLA&);
131 VLA (size_t n) : array(new T[n]) {} in VLA() function in gu::VLA
133 ~VLA () { delete[] array; } in ~VLA()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Analysis/
H A Dcfg.cpp509 typedef int VLA[x]; in vla_typedef() typedef
518 using VLA = int[x]; in vla_typealias() typedef
529 typedef int VLA[x][y]; in vla_typedef_multi() typedef
545 typedef int VLA[x]; in vla_typedefname_multi() typedef
546 typedef VLA VLA1[y]; in vla_typedefname_multi()
568 typedef int VLA[++x]; in vla_evaluate() typedef
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Analysis/
H A Dcfg.cpp509 typedef int VLA[x]; in vla_typedef() typedef
518 using VLA = int[x]; in vla_typealias() typedef
529 typedef int VLA[x][y]; in vla_typedef_multi() typedef
545 typedef int VLA[x]; in vla_typedefname_multi() typedef
546 typedef VLA VLA1[y]; in vla_typedefname_multi()
568 typedef int VLA[++x]; in vla_evaluate() typedef
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dcfg.cpp509 typedef int VLA[x]; in vla_typedef() typedef
518 using VLA = int[x]; in vla_typealias() typedef
529 typedef int VLA[x][y]; in vla_typedef_multi() typedef
545 typedef int VLA[x]; in vla_typedefname_multi() typedef
546 typedef VLA VLA1[y]; in vla_typedefname_multi()
568 typedef int VLA[++x]; in vla_evaluate() typedef
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dcfg.cpp509 typedef int VLA[x]; in vla_typedef() typedef
518 using VLA = int[x]; in vla_typealias() typedef
529 typedef int VLA[x][y]; in vla_typedef_multi() typedef
545 typedef int VLA[x]; in vla_typedefname_multi() typedef
546 typedef VLA VLA1[y]; in vla_typedefname_multi()
568 typedef int VLA[++x]; in vla_evaluate() typedef
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dcfg.cpp509 typedef int VLA[x]; in vla_typedef() typedef
518 using VLA = int[x]; in vla_typealias() typedef
529 typedef int VLA[x][y]; in vla_typedef_multi() typedef
545 typedef int VLA[x]; in vla_typedefname_multi() typedef
546 typedef VLA VLA1[y]; in vla_typedefname_multi()
568 typedef int VLA[++x]; in vla_evaluate() typedef
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Analysis/
H A Dcfg.cpp509 typedef int VLA[x]; in vla_typedef() typedef
518 using VLA = int[x]; in vla_typealias() typedef
529 typedef int VLA[x][y]; in vla_typedef_multi() typedef
545 typedef int VLA[x]; in vla_typedefname_multi() typedef
546 typedef VLA VLA1[y]; in vla_typedefname_multi()
568 typedef int VLA[++x]; in vla_evaluate() typedef
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dcfg.cpp509 typedef int VLA[x]; in vla_typedef() typedef
518 using VLA = int[x]; in vla_typealias() typedef
529 typedef int VLA[x][y]; in vla_typedef_multi() typedef
545 typedef int VLA[x]; in vla_typedefname_multi() typedef
546 typedef VLA VLA1[y]; in vla_typedefname_multi()
568 typedef int VLA[++x]; in vla_evaluate() typedef
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dcfg.cpp509 typedef int VLA[x]; in vla_typedef() typedef
518 using VLA = int[x]; in vla_typealias() typedef
529 typedef int VLA[x][y]; in vla_typedef_multi() typedef
545 typedef int VLA[x]; in vla_typedefname_multi() typedef
546 typedef VLA VLA1[y]; in vla_typedefname_multi()
568 typedef int VLA[++x]; in vla_evaluate() typedef
/dports/lang/clang-mesa/clang-13.0.1.src/test/Analysis/
H A Dcfg.cpp509 typedef int VLA[x]; in vla_typedef() typedef
518 using VLA = int[x]; in vla_typealias() typedef
529 typedef int VLA[x][y]; in vla_typedef_multi() typedef
545 typedef int VLA[x]; in vla_typedefname_multi() typedef
546 typedef VLA VLA1[y]; in vla_typedefname_multi()
568 typedef int VLA[++x]; in vla_evaluate() typedef
/dports/net-im/tox/c-toxcore-0.2.13/auto_tests/
H A Dencryptsave_test.c69 VLA(uint8_t, data, size); in test_save_friend()
72 VLA(uint8_t, enc_data, size2); in test_save_friend()
88 VLA(uint8_t, dec_data, size); in test_save_friend()
101 VLA(uint8_t, data2, size); in test_save_friend()
109 VLA(uint8_t, encdata2, size2); in test_save_friend()
114 VLA(uint8_t, out1, size); in test_save_friend()
115 VLA(uint8_t, out2, size); in test_save_friend()

12345678910>>...74