Searched defs:iType (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/llvm/include/llvm/IR/
H A DInstrTypes.h37 TerminatorInst(Type *Ty, Instruction::TermOps iType, argument
42 TerminatorInst(Type *Ty, Instruction::TermOps iType, argument
93 UnaryInstruction(Type *Ty, unsigned iType, Value *V, argument
98 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE) argument
391 CastInst(Type *Ty, unsigned iType, Value *S, const Twine &NameStr = �, Instruction *InsertBefore = 0) argument
397 CastInst(Type *Ty, unsigned iType, Value *S, const Twine &NameStr, BasicBlock *InsertAtEnd) argument
[all...]
/freebsd-10.3-release/contrib/llvm/lib/IR/
H A DInstructions.cpp1732 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, argument
1745 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, argument
1759 void BinaryOperator::init(BinaryOps iType) { argument
/freebsd-10.3-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c17227 static sqlite3_mutex *os2MutexAlloc(int iType){ argument
17539 static sqlite3_mutex *pthreadMutexAlloc(int iType){ argument
17949 winMutexAlloc(int iType) argument
62367 int iType = sqlite3_value_type( columnMem(pStmt,i) ); local
[all...]
/freebsd-10.3-release/contrib/sqlite3/
H A Dsqlite3.c19739 static sqlite3_mutex *pthreadMutexAlloc(int iType){ argument
20462 static sqlite3_mutex *winMutexAlloc(int iType){ argument
71187 int iType = sqlite3_value_type( columnMem(pStmt,i) ); local
[all...]

Completed in 664 milliseconds