HomeSort by relevance Sort by last modified time
    Searched refs:NumIndices (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
  /external/llvm/include/llvm-c/
Core.h 645 LLVMValueRef *ConstantIndices, unsigned NumIndices);
648 unsigned NumIndices);
    [all...]
  /external/llvm/lib/VMCore/
Core.cpp 864 LLVMValueRef *ConstantIndices, unsigned NumIndices) {
865 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices),
866 NumIndices);
873 unsigned NumIndices) {
875 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices),
876 NumIndices);
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]

Completed in 333 milliseconds