/external/llvm/lib/Target/R600/ |
AMDGPUInstructions.td | 258 class Vector1_Build <ValueType vecType, ValueType elemType, 260 (vecType (build_vector elemType:$src)), 264 class Vector2_Build <ValueType vecType, ValueType elemType> : Pat < 265 (vecType (build_vector elemType:$sub0, elemType:$sub1)), 270 class Vector4_Build <ValueType vecType, ValueType elemType> : Pat < 271 (vecType (build_vector elemType:$x, elemType:$y, elemType:$z, elemType:$w)) [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
ASTParser.stg | 75 <listLabelElem(elem=label,elemType=labelType,...)> 81 <listLabelElem(elem=label,elemType=labelType,...)> 87 <listLabelElem(elem=label,elemType=labelType,...)> 143 <listLabelElem(elem={<label>.Tree},elemType=ASTLabelType,...)> 149 <listLabelElem(elem={<label>.Tree},elemType=ASTLabelType,...)> 155 <listLabelElem(elem={<label>.Tree},elemType=ASTLabelType,...)>
|
AST.stg | 130 <listLabelElem(elem=label,elemType=labelType,...)> 142 <listLabelElem(elem=label,elemType=labelType,...)> 154 <listLabelElem(elem={<label>.Tree},elemType=ASTLabelType,...)> 166 <listLabelElem(elem={<label>.Tree},elemType=ASTLabelType,...)>
|
CSharp2.stg | 916 <listLabelElem(elem=label,elemType=labelType,...)> 919 listLabelElem(label,elem,elemType) ::= << 920 if (list_<label>==null) list_<label>=new List\<<elemType; null={<labelType>}>\>(); 992 <listLabelElem(elem=label,elemType=labelType,...)> 1019 <listLabelElem(elem=label,elemType=labelType,...)> 1032 <listLabelElem(elem=label,elemType=labelType,...)> 1051 <listLabelElem(elem=label,elemType={<ASTLabelType>},...)> [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
ASTParser.stg | 80 <listLabelElem(elem=label,elemType=labelType,...)> 86 <listLabelElem(elem=label,elemType=labelType,...)> 92 <listLabelElem(elem=label,elemType=labelType,...)> 150 <listLabelElem(elem={<label>.Tree},elemType=ASTLabelType,...)> 156 <listLabelElem(elem={<label>.Tree},elemType=ASTLabelType,...)> 162 <listLabelElem(elem={<label>.Tree},elemType=ASTLabelType,...)>
|
AST.stg | 128 <listLabelElem(elem=label,elemType=labelType,...)> 140 <listLabelElem(elem=label,elemType=labelType,...)> 152 <listLabelElem(elem={<label>.Tree},elemType=ASTLabelType,...)> 164 <listLabelElem(elem={<label>.Tree},elemType=ASTLabelType,...)>
|
ST.stg | 60 <listLabelElem(elem={<label>.Template},elemType="StringTemplate",...)>
|
CSharp3.stg | 892 <listLabelElem(elem=label,elemType=labelType,...)> 899 listLabelElem(label,elem,elemType) ::= << 900 if (list_<label>==null) list_<label>=new List\<<elemType; null={<labelType>}>\>(); 972 <listLabelElem(elem=label,elemType=labelType,...)> 999 <listLabelElem(elem=label,elemType=labelType,...)> 1012 <listLabelElem(elem=label,elemType=labelType,...)> 1031 <listLabelElem(elem=label,elemType={<ASTLabelType>},...)> [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
ArrayBoundCheckerV2.cpp | 288 QualType elemType = elemReg->getElementType(); 291 if (!IsCompleteType(astContext, elemType)) 299 astContext.getTypeSizeInChars(elemType),
|
MallocSizeofChecker.cpp | 164 QualType ElemType = AT->getElementType(); 167 T = ElemType;
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXAsmPrinter.cpp | 450 EVT elemtype = vtparts[i]; local 453 elemtype = vtparts[i].getVectorElementType(); 456 unsigned sz = elemtype.getSizeInBits(); 457 if (elemtype.isInteger() && (sz < 8)) 476 EVT elemtype = vtparts[i]; local 479 elemtype = vtparts[i].getVectorElementType(); 483 unsigned sz = elemtype.getSizeInBits(); 484 if (elemtype.isInteger() && (sz < 32)) 1603 EVT elemtype = vtparts[i]; local [all...] |
NVPTXISelLowering.cpp | 384 EVT elemtype = vtparts[i]; local 387 elemtype = vtparts[i].getVectorElementType(); 391 unsigned sz = elemtype.getSizeInBits(); 392 if (elemtype.isInteger() && (sz < 8)) 556 EVT elemtype = vtparts[j]; local 559 elemtype = vtparts[j].getVectorElementType(); 562 unsigned sz = elemtype.getSizeInBits(); 563 if (elemtype.isInteger() && (sz < 8)) 566 if (elemtype.getSizeInBits() < 16) { 576 elemtype, MachinePointerInfo()) 787 EVT elemtype = vtparts[j]; local [all...] |
/external/llvm/lib/IR/ |
DataLayout.cpp | 673 Type *ElemType = GV->getType()->getElementType(); 674 unsigned Alignment = getPrefTypeAlignment(ElemType); 679 Alignment = std::max(GVAlignment, getABITypeAlignment(ElemType)); 686 if (getTypeSizeInBits(ElemType) > 128)
|
/external/opencv/cxcore/include/ |
cxtypes.h | 457 #define CV_IMAGE_ELEM( image, elemtype, row, col ) \ 458 (((elemtype*)((image)->imageData + (image)->widthStep*(row)))[(col)]) 647 #define CV_MAT_ELEM( mat, elemtype, row, col ) \ 648 (*(elemtype*)CV_MAT_ELEM_PTR_FAST( mat, row, col, sizeof(elemtype))) [all...] |
/external/clang/lib/Sema/ |
SemaInit.cpp | 259 InitListExpr *IList, QualType ElemType, [all...] |
SemaType.cpp | [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
MemRegion.cpp | [all...] |
RegionStore.cpp | [all...] |
/external/opencv/cxcore/src/ |
cxdatastructs.cpp | 465 int elemtype = CV_MAT_TYPE(seq_flags); local 466 int typesize = CV_ELEM_SIZE(elemtype); 468 if( elemtype != CV_SEQ_ELTYPE_GENERIC && 705 int elemtype = CV_MAT_TYPE(seq_flags); local 706 int typesize = CV_ELEM_SIZE(elemtype); 708 if( elemtype != CV_SEQ_ELTYPE_GENERIC && [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/ |
vbo_exec_array.c | 286 check_draw_elements_data(struct gl_context *ctx, GLsizei count, GLenum elemType, 305 switch (elemType) { [all...] |
/external/mesa3d/src/mesa/vbo/ |
vbo_exec_array.c | 286 check_draw_elements_data(struct gl_context *ctx, GLsizei count, GLenum elemType, 305 switch (elemType) { [all...] |
/external/clang/lib/CodeGen/ |
CGExpr.cpp | [all...] |
CGExprCXX.cpp | 575 // e.g for 'int[2][3]', ElemType is 'int' and NumElements is 6. [all...] |
CGExprScalar.cpp | [all...] |
/dalvik/vm/analysis/ |
CodeVerify.cpp | [all...] |