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

  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 237 unsigned NumIndices,
249 NumSubRegIndices = NumIndices;
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/VMCore/
Core.cpp 900 LLVMValueRef *ConstantIndices, unsigned NumIndices) {
901 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices),
902 NumIndices);
909 unsigned NumIndices) {
911 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices),
912 NumIndices);
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]

Completed in 810 milliseconds