Searched refs:iType (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h59 UnaryInstruction(Type *Ty, unsigned iType, Value *V, argument
61 : Instruction(Ty, iType, &Op<0>(), 1, IB) {
64 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE) argument
65 : Instruction(Ty, iType, &Op<0>(), 1, IAE) {
107 UnaryOperator(UnaryOps iType, Value *S, Type *Ty,
109 UnaryOperator(UnaryOps iType, Value *S, Type *Ty,
192 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
194 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
442 CastInst(Type *Ty, unsigned iType, Value *S, argument
444 : UnaryInstruction(Ty, iType,
448 CastInst(Type *Ty, unsigned iType, Value *S, const Twine &NameStr, BasicBlock *InsertAtEnd) argument
[all...]
H A DInstruction.h773 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps,
775 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2183 UnaryOperator::UnaryOperator(UnaryOps iType, Value *S, argument
2186 : UnaryInstruction(Ty, iType, S, InsertBefore) {
2192 UnaryOperator::UnaryOperator(UnaryOps iType, Value *S, argument
2195 : UnaryInstruction(Ty, iType, S, InsertAtEnd) {
2236 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, argument
2239 : Instruction(Ty, iType,
2249 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, argument
2252 : Instruction(Ty, iType,
/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c10961 sqlite3_int64 iType; local
10965 pCsr->pHdrPtr += dbdataGetVarint(pCsr->pHdrPtr, &iType);
10966 pCsr->pPtr += dbdataValueBytes(iType);
11121 sqlite3_int64 iType; local
11122 dbdataGetVarint(pCsr->pHdrPtr, &iType);
11124 ctx, iType, pCsr->pPtr, &pCsr->pRec[pCsr->nRec] - pCsr->pPtr
H A Dsqlite3.c25988 int iType; member in struct:CheckMutex
26024 checkMutexAlloc(int iType) argument
26667 pthreadMutexAlloc(int iType) argument
27413 winMutexAlloc(int iType) argument
84794 int iType = sqlite3_value_type( columnMem(pStmt,i) ); local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c17227 static sqlite3_mutex *os2MutexAlloc(int iType){ argument
17229 switch( iType ){
17234 p->id = iType;
17280 assert( iType-2 >= 0 );
17281 assert( iType-2 < sizeof(staticMutexes)/sizeof(staticMutexes[0]) );
17282 p = &staticMutexes[iType-2];
17283 p->id = iType;
17539 static sqlite3_mutex *pthreadMutexAlloc(int iType){ argument
17549 switch( iType ){
17566 p->id = iType;
17949 winMutexAlloc(int iType) argument
62367 int iType = sqlite3_value_type( columnMem(pStmt,i) ); local
[all...]

Completed in 1102 milliseconds