Searched defs:iType (Results 1 – 3 of 3) sorted by relevance
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
H A D | InstrTypes.h | 40 : Instruction(Ty, iType, Ops, NumOps, InsertBefore) {} in Instruction() argument 42 TerminatorInst(Type *Ty, Instruction::TermOps iType, in TerminatorInst() 94 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE) in UnaryInstruction()
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | Instructions.cpp | 1742 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() 1755 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() 1769 void BinaryOperator::init(BinaryOps iType) { in init()
|
/minix3/external/public-domain/sqlite/dist/ |
H A D | sqlite3.c | 18580 static sqlite3_mutex *pthreadMutexAlloc(int iType){ in pthreadMutexAlloc() 18996 static sqlite3_mutex *winMutexAlloc(int iType){ in winMutexAlloc()
|