HomeSort by relevance Sort by last modified time
    Searched defs:getArraySize (Results 1 - 7 of 7) sorted by null

  /external/clang/test/Analysis/
test-variably-modified-types.c 4 unsigned getArraySize(int *x) {
11 int mytype[getArraySize(x)];
  /frameworks/compile/slang/
slang_rs_export_var.h 60 inline size_t getArraySize() const { return mArraySize; }
  /external/javassist/src/main/javassist/compiler/ast/
NewExpr.java 62 public ASTList getArraySize() { return getArguments(); }
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Types.h 184 totalSize *= std::max(getArraySize(), getMaxArraySize());
193 int getArraySize() const { return arraySize; }
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
  /frameworks/base/core/java/android/content/res/
AssetManager.java 704 /*package*/ native final int getArraySize(int resource);
  /external/llvm/include/llvm/
Instructions.h 84 /// getArraySize - Get the number of elements allocated. For a simple
87 const Value *getArraySize() const { return getOperand(0); }
88 Value *getArraySize() { return getOperand(0); }
    [all...]

Completed in 392 milliseconds