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 243 unsigned NumIndices,
256 NumSubRegIndices = NumIndices;
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/IR/
Core.cpp 920 LLVMValueRef *ConstantIndices, unsigned NumIndices) {
921 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices),
922 NumIndices);
929 unsigned NumIndices) {
931 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices),
932 NumIndices);
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]

Completed in 93 milliseconds