Searched defs:getArraySize (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/Analysis/
H A Dtest-variably-modified-types.c4 unsigned getArraySize(int *x) { function
11 int mytype[getArraySize(x)];
/external/javassist/src/main/javassist/compiler/ast/
H A DNewExpr.java62 public ASTList getArraySize() { return getArguments(); } method in class:NewExpr
/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutCase.hpp92 int getArraySize (void) const { return m_arraySize; } function in class:deqp::gles31::bb::BufferBlock
/external/deqp/modules/glshared/
H A DglsAttributeLocationTests.hpp106 int getArraySize (void) const { return m_arraySize; } function in class:deqp::gls::AttributeLocationTestUtil::Attribute
H A DglsUniformBlockCase.hpp89 int getArraySize (void) const { return m_data.array.size; } function in class:deqp::gls::ub::VarType
190 int getArraySize (void) const { return m_arraySize; } function in class:deqp::gls::ub::UniformBlock
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DTypes.h327 int getArraySize() const function in class:TType
H A Dintermediate.h297 int getArraySize() const { return type.getArraySize(); } function in class:TIntermTyped
/external/deqp/framework/opengl/
H A DgluVarType.hpp66 int getArraySize (void) const { DE_ASSERT(isArrayType()); return m_data.array.size; } function in class:glu::VarType
/external/clang/include/clang/AST/
H A DExprCXX.h1671 Expr *getArraySize() { function in class:clang::CXXNewExpr
1674 const Expr *getArraySize() const { function in class:clang::CXXNewExpr
/external/llvm/include/llvm/IR/
H A DInstructions.h85 /// getArraySize - Get the number of elements allocated. For a simple
88 const Value *getArraySize() const { return getOperand(0); } function in class:llvm::AllocaInst
89 Value *getArraySize() { return getOperand(0); } function in class:llvm::AllocaInst
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 441 milliseconds