OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ArrSize
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
VLASizeChecker.cpp
103
NonLoc
ArrSize
=
108
if (const llvm::APSInt *KV = SVB.getKnownValue(State,
ArrSize
))
117
SVal Mul = SVB.evalBinOpNN(State, BO_Mul,
ArrSize
, IndexLength, SizeTy);
119
ArrSize
= *MulNonLoc;
147
ArraySize =
ArrSize
;
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
MPIChecker.cpp
167
const llvm::APSInt &
ArrSize
=
170
for (size_t i = 0; i <
ArrSize
; ++i) {
/src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
sysinfo.cc
132
const int
ArrSize
= sizeof(T) * N;
133
CHECK_LE(
ArrSize
, Size);
135
std::memcpy(Arr.data(), data(),
ArrSize
);
/src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
sysinfo.cc
130
const int
ArrSize
= sizeof(T) * N;
131
CHECK_LE(
ArrSize
, Size);
133
std::memcpy(Arr.data(), data(),
ArrSize
);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h
277
unsigned NumElts,
ArrSize
;
278
Arr(unsigned NumElts, unsigned
ArrSize
);
527
return ((const Arr *)(const void *)&Data)->
ArrSize
;
/src/external/apache2/llvm/dist/clang/lib/AST/
APValue.cpp
296
NumElts(NumElts),
ArrSize
(Size) {}
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp
654
uint64_t
ArrSize
=
669
NullTermIdx ==
ArrSize
- 1)) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.cpp
2746
uint64_t
ArrSize
= ArrTy->getSize().getZExtValue();
2748
ArrSize
) {
2752
ArrSize
);
CGStmtOpenMP.cpp
4616
llvm::APInt
ArrSize
(/*numBits=*/32, InputInfo.NumberOfTargetItems);
4618
getContext().VoidPtrTy,
ArrSize
, nullptr, ArrayType::Normal,
4626
ArrSize
, nullptr, ArrayType::Normal,
Completed in 38 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026