OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VlaSizePair
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp
2067
CodeGenFunction::
VlaSizePair
CodeGenFunction::getVLASize(QualType type) {
2073
CodeGenFunction::
VlaSizePair
2097
CodeGenFunction::
VlaSizePair
2104
CodeGenFunction::
VlaSizePair
CodeGenFunction.h
2725
struct
VlaSizePair
{
2729
VlaSizePair
(llvm::Value *NE, QualType T) : NumElts(NE), Type(T) {}
2734
VlaSizePair
getVLAElements1D(const VariableArrayType *vla);
2735
VlaSizePair
getVLAElements1D(QualType vla);
2741
VlaSizePair
getVLASize(const VariableArrayType *vla);
2742
VlaSizePair
getVLASize(QualType vla);
CGDecl.cpp
1350
SmallVector<CodeGenFunction::
VlaSizePair
, 4> Dimensions;
CGStmtOpenMP.cpp
308
VlaSizePair
VlaSize = getVLASize(VAT);
627
for (const auto &
VLASizePair
: VLASizes)
628
VLASizeMap[
VLASizePair
.second.first] =
VLASizePair
.second.second;
Completed in 32 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026