Home
last modified time | relevance | path

Searched refs:NumIndices (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/llvm/include/llvm/MC/
DMCRegisterInfo.h247 unsigned NumIndices, in InitMCRegisterInfo() argument
261 NumSubRegIndices = NumIndices; in InitMCRegisterInfo()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DDeclCXX.cpp1615 unsigned NumIndices) in CXXCtorInitializer() argument
1618 IsWritten(false), SourceOrderOrNumArrayIndices(NumIndices) in CXXCtorInitializer()
1621 memcpy(MyIndices, Indices, NumIndices * sizeof(VarDecl *)); in CXXCtorInitializer()
1630 unsigned NumIndices) { in Create() argument
1632 sizeof(VarDecl *) * NumIndices, in Create()
1635 Indices, NumIndices); in Create()
/freebsd-9-stable/contrib/llvm/lib/IR/
DCore.cpp960 LLVMValueRef *ConstantIndices, unsigned NumIndices) { in LLVMConstGEP() argument
961 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstGEP()
962 NumIndices); in LLVMConstGEP()
969 unsigned NumIndices) { in LLVMConstInBoundsGEP() argument
971 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstInBoundsGEP()
972 NumIndices); in LLVMConstInBoundsGEP()
2223 LLVMValueRef *Indices, unsigned NumIndices, in LLVMBuildGEP() argument
2225 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildGEP()
2230 LLVMValueRef *Indices, unsigned NumIndices, in LLVMBuildInBoundsGEP() argument
2232 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildInBoundsGEP()
/freebsd-9-stable/contrib/llvm/include/llvm-c/
DCore.h1619 LLVMValueRef *ConstantIndices, unsigned NumIndices);
1622 unsigned NumIndices);
2572 LLVMValueRef *Indices, unsigned NumIndices,
2575 LLVMValueRef *Indices, unsigned NumIndices,
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DDeclCXX.h1867 SourceLocation R, VarDecl **Indices, unsigned NumIndices);
1898 VarDecl **Indices, unsigned NumIndices);