OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:numElts
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/CodeGen/
SwiftCallingConv.cpp
237
auto
numElts
= split.second;
239
auto eltSize = (end - begin) /
numElts
;
241
for (size_t i = 0, e =
numElts
; i != e; ++i) {
386
auto
numElts
= split.second;
387
Entries.insert(&Entries[index + 1],
numElts
- 1, StorageEntry());
390
for (unsigned i = 0; i !=
numElts
; ++i) {
639
llvm::Type *eltTy, unsigned
numElts
) {
640
assert(
numElts
> 1 && "illegal vector length");
642
.isLegalVectorTypeForSwift(vectorSize, eltTy,
numElts
);
648
auto
numElts
= vectorTy->getNumElements()
[
all
...]
CodeGenFunction.cpp
[
all
...]
CGExprScalar.cpp
[
all
...]
CGObjCMac.cpp
[
all
...]
/external/clang/lib/Sema/
SemaType.cpp
[
all
...]
Completed in 239 milliseconds