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 247 unsigned NumIndices,
261 NumSubRegIndices = NumIndices;
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/IR/
Core.cpp 926 LLVMValueRef *ConstantIndices, unsigned NumIndices) {
927 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices),
928 NumIndices);
935 unsigned NumIndices) {
937 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices),
938 NumIndices);
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]

Completed in 98 milliseconds