Searched refs:NumIndices (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MCRegisterInfo.h | 247 unsigned NumIndices, in InitMCRegisterInfo() argument 261 NumSubRegIndices = NumIndices; in InitMCRegisterInfo()
|
/external/clang/lib/AST/ |
D | DeclCXX.cpp | 1549 unsigned NumIndices) in CXXCtorInitializer() argument 1552 IsWritten(false), SourceOrderOrNumArrayIndices(NumIndices) in CXXCtorInitializer() 1555 memcpy(MyIndices, Indices, NumIndices * sizeof(VarDecl *)); in CXXCtorInitializer() 1564 unsigned NumIndices) { in Create() argument 1566 sizeof(VarDecl *) * NumIndices, in Create() 1569 Indices, NumIndices); in Create()
|
/external/llvm/lib/IR/ |
D | Core.cpp | 926 LLVMValueRef *ConstantIndices, unsigned NumIndices) { in LLVMConstGEP() argument 927 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstGEP() 928 NumIndices); in LLVMConstGEP() 935 unsigned NumIndices) { in LLVMConstInBoundsGEP() argument 937 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstInBoundsGEP() 938 NumIndices); in LLVMConstInBoundsGEP() 2166 LLVMValueRef *Indices, unsigned NumIndices, in LLVMBuildGEP() argument 2168 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildGEP() 2173 LLVMValueRef *Indices, unsigned NumIndices, in LLVMBuildInBoundsGEP() argument 2175 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildInBoundsGEP()
|
/external/llvm/include/llvm-c/ |
D | Core.h | 1557 LLVMValueRef *ConstantIndices, unsigned NumIndices); 1560 unsigned NumIndices); 2484 LLVMValueRef *Indices, unsigned NumIndices, 2487 LLVMValueRef *Indices, unsigned NumIndices,
|
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 1821 SourceLocation R, VarDecl **Indices, unsigned NumIndices); 1852 VarDecl **Indices, unsigned NumIndices);
|