Searched refs:elemType (Results 1 - 16 of 16) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
H A DASTParser.stg75 <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,...)>
H A DAST.stg130 <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,...)>
H A DCSharp2.stg916 <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>},...)>
1077 <listLabelElem(elem=label,elemType=labelType,...)>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
H A DASTParser.stg80 <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,...)>
H A DAST.stg128 <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,...)>
H A DST.stg60 <listLabelElem(elem={<label>.Template},elemType="StringTemplate",...)>
H A DCSharp3.stg892 <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>},...)>
1057 <listLabelElem(elem=label,elemType=labelType,...)>
/external/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp288 QualType elemType = elemReg->getElementType();
291 if (!IsCompleteType(astContext, elemType))
299 astContext.getTypeSizeInChars(elemType),
/external/deqp/modules/glshared/
H A DglsLifetimeTests.cpp914 Type& elemType = m_attacher.getElementType(); local
921 Name element(elemType);
938 if (elemType.nameLingers())
939 errors.check(elemType.exists(elementId),
942 errors.check(!elemType.exists(elementId),
948 errors.check(!elemType.exists(elementId),
H A DglsUniformBlockCase.cpp512 const VarType& elemType = type.getElementType(); local
514 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType()))
517 glu::DataType elemBasicType = elemType.getBasicType();
533 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType()))
536 glu::DataType elemBasicType = elemType.getBasicType();
560 DE_ASSERT(elemType.isStructType() || elemType.isArrayType());
/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp519 const VarType& elemType = type.getElementType(); local
521 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType()))
524 const glu::DataType elemBasicType = elemType.getBasicType();
542 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType()))
545 const glu::DataType elemBasicType = elemType.getBasicType();
569 DE_ASSERT(elemType.isStructType() || elemType.isArrayType());
604 const VarType& elemType local
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1148 QualType elemType = ER->getElementType(); local
1151 if (!IsCompleteType(C, elemType)) {
1156 CharUnits size = C.getTypeSizeInChars(elemType);
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_exec_array.c286 check_draw_elements_data(struct gl_context *ctx, GLsizei count, GLenum elemType, argument
305 switch (elemType) {
/external/mesa3d/src/mesa/vbo/
H A Dvbo_exec_array.c286 check_draw_elements_data(struct gl_context *ctx, GLsizei count, GLenum elemType, argument
305 switch (elemType) {
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp3113 llvm::Type *elemType = vecTy->getElementType(); local
3118 llvm::VectorType::get(elemType,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 443 milliseconds