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 | 29296 int iType; member 29332 static sqlite3_mutex *checkMutexAlloc(int iType){ in checkMutexAlloc() 29988 static sqlite3_mutex *pthreadMutexAlloc(int iType){ in pthreadMutexAlloc() 30538 static sqlite3_mutex *winMutexAlloc(int iType){ in winMutexAlloc() 92879 int iType = sqlite3_value_type( columnMem(pStmt,i) ); local
|
H A D | shell.c | 18409 sqlite3_int64 iType; in dbdataNext() local 18631 sqlite3_int64 iType; in dbdataColumn() local
|