OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Dimensions
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
TypeSize.h
38
//
dimensions
. This can e.g. be used to describe offsets that are have both a
49
static constexpr auto
Dimensions
= LinearPolyBaseTypeTraits<LeafTy>::
Dimensions
;
50
static_assert(
Dimensions
!= std::numeric_limits<unsigned>::max(),
51
"
Dimensions
out of range");
54
std::array<ScalarTy,
Dimensions
> Coefficients;
63
for (unsigned I=0; I<
Dimensions
; ++I)
69
for (unsigned I=0; I<
Dimensions
; ++I)
127
static constexpr unsigned
Dimensions
= 2;
130
/// StackOffset is a class to represent an offset with 2
dimensions
,
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
MicrosoftDemangleNodes.h
494
// A list of array
dimensions
. e.g. [3,4,5] in `int Foo[3][4][5]`
495
NodeArrayNode *
Dimensions
= nullptr;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDecl.cpp
1350
SmallVector<CodeGenFunction::VlaSizePair, 4>
Dimensions
;
1353
// Break down the array into individual
dimensions
.
1358
Dimensions
.emplace_back(C, Type1D.getUnqualifiedType());
1369
Dimensions
.emplace_back(SizeExprAddr.getPointer(),
1382
for (auto &VlaSize :
Dimensions
) {
1588
// If we have debug info enabled, properly describe the VLA
dimensions
for
1590
//
dimensions
.
Completed in 20 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026