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.c29296 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 Dshell.c18409 sqlite3_int64 iType; in dbdataNext() local
18631 sqlite3_int64 iType; in dbdataColumn() local