HomeSort by relevance Sort by last modified time
    Searched defs:getArraySize (Results 1 - 9 of 9) 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/chromium_org/third_party/angle/src/compiler/
Types.h 163 int getArraySize() const { return arraySize; }
intermediate.h 276 int getArraySize() const { return type.getArraySize(); }
  /frameworks/base/core/java/android/content/res/
AssetManager.java 710 /*package*/ native final int getArraySize(int resource);
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 85 /// getArraySize - Get the number of elements allocated. For a simple
88 const Value *getArraySize() const { return getOperand(0); }
89 Value *getArraySize() { return getOperand(0); }
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 116 milliseconds