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

/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCRegisterInfo.h247 unsigned NumIndices,
261 NumSubRegIndices = NumIndices;
239 InitMCRegisterInfo(const MCRegisterDesc *D, unsigned NR, unsigned RA, unsigned PC, const MCRegisterClass *C, unsigned NC, const uint16_t (*RURoots)[2], unsigned NRU, const MCPhysReg *DL, const char *Strings, const uint16_t *SubIndices, unsigned NumIndices, const SubRegCoveredBits *SubIdxRanges, const uint16_t *RET) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp1615 unsigned NumIndices)
1618 IsWritten(false), SourceOrderOrNumArrayIndices(NumIndices)
1621 memcpy(MyIndices, Indices, NumIndices * sizeof(VarDecl *));
1630 unsigned NumIndices) {
1632 sizeof(VarDecl *) * NumIndices,
1635 Indices, NumIndices);
1609 CXXCtorInitializer(ASTContext &Context, FieldDecl *Member, SourceLocation MemberLoc, SourceLocation L, Expr *Init, SourceLocation R, VarDecl **Indices, unsigned NumIndices) argument
1624 Create(ASTContext &Context, FieldDecl *Member, SourceLocation MemberLoc, SourceLocation L, Expr *Init, SourceLocation R, VarDecl **Indices, unsigned NumIndices) argument
/freebsd-9.3-release/contrib/llvm/include/llvm-c/
H A DCore.h1619 LLVMValueRef *ConstantIndices, unsigned NumIndices);
1622 unsigned NumIndices);
2572 LLVMValueRef *Indices, unsigned NumIndices,
2575 LLVMValueRef *Indices, unsigned NumIndices,
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DCore.cpp960 LLVMValueRef *ConstantIndices, unsigned NumIndices) {
961 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices),
962 NumIndices); local
969 unsigned NumIndices) {
971 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices),
972 NumIndices); local
2223 LLVMValueRef *Indices, unsigned NumIndices,
2225 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); local
2230 LLVMValueRef *Indices, unsigned NumIndices,
2232 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); local
959 LLVMConstGEP(LLVMValueRef ConstantVal, LLVMValueRef *ConstantIndices, unsigned NumIndices) argument
967 LLVMConstInBoundsGEP(LLVMValueRef ConstantVal, LLVMValueRef *ConstantIndices, unsigned NumIndices) argument
2222 LLVMBuildGEP(LLVMBuilderRef B, LLVMValueRef Pointer, LLVMValueRef *Indices, unsigned NumIndices, const char *Name) argument
2229 LLVMBuildInBoundsGEP(LLVMBuilderRef B, LLVMValueRef Pointer, LLVMValueRef *Indices, unsigned NumIndices, const char *Name) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h1867 SourceLocation R, VarDecl **Indices, unsigned NumIndices);
1898 VarDecl **Indices, unsigned NumIndices);

Completed in 137 milliseconds