OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nElts
(Results
1 - 6
of
6
) sorted by null
/external/llvm/utils/TableGen/
NeonEmitter.cpp
566
static std::string Duplicate(unsigned
nElts
, StringRef typestr,
571
for (unsigned i = 0; i !=
nElts
; ++i) {
573
if ((i + 1) <
nElts
)
581
static std::string SplatLane(unsigned
nElts
, const std::string &vec,
584
for (unsigned i = 0; i <
nElts
; ++i)
594
unsigned
nElts
= 0;
596
case 'c':
nElts
= 8; break;
597
case 's':
nElts
= 4; break;
598
case 'i':
nElts
= 2; break;
599
case 'l':
nElts
= 1; break
[
all
...]
/external/clang/lib/AST/
DeclObjC.cpp
855
unsigned
nElts
,
858
setClassList(C, Elts, Locs,
nElts
);
875
unsigned
nElts
) {
876
return new (C) ObjCClassDecl(DC, L, Elts, Locs,
nElts
, C);
891
ObjCProtocolDecl *const *Elts, unsigned
nElts
,
894
ReferencedProtocols.set(Elts,
nElts
, Locs, C);
[
all
...]
/external/clang/include/clang/AST/
DeclObjC.h
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xproto.h
877
CARD8
nElts
; /* how many elements does the map have */
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XIproto.h
1085
CARD8
nElts
;
[
all
...]
/external/clang/lib/CodeGen/
CGBuiltin.cpp
[
all
...]
Completed in 713 milliseconds