Searched defs:iType (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | InstrTypes.h | 59 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock::iterator IB) in UnaryInstruction() 68 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE) in UnaryInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 2527 UnaryOperator::UnaryOperator(UnaryOps iType, Value *S, Type *Ty, in UnaryOperator() 2561 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty, in BinaryOperator()
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 28798 int iType; member 28834 static sqlite3_mutex *checkMutexAlloc(int iType){ in checkMutexAlloc() 29477 static sqlite3_mutex *pthreadMutexAlloc(int iType){ in pthreadMutexAlloc() 30025 static sqlite3_mutex *winMutexAlloc(int iType){ in winMutexAlloc()
|
H A D | shell.c | 16175 sqlite3_int64 iType; in dbdataNext() local 16397 sqlite3_int64 iType; in dbdataColumn() local
|