Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h59 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 DInstructions.cpp2527 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 Dsqlite3.c28798 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 Dshell.c16175 sqlite3_int64 iType; in dbdataNext() local
16397 sqlite3_int64 iType; in dbdataColumn() local