Searched refs:iType (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 57 UnaryInstruction(Type *Ty, unsigned iType, Value *V, 59 : Instruction(Ty, iType, &Op<0>(), 1, IB) { 63 : Instruction(Ty, iType, &Op<0>(), 1, IAE) { in UnaryInstruction() 104 UnaryOperator(UnaryOps iType, Value *S, Type *Ty, 106 UnaryOperator(UnaryOps iType, Value *S, Type *Ty, 191 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty, 193 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty, 486 CastInst(Type *Ty, unsigned iType, Value *S, 488 : UnaryInstruction(Ty, iType, S, InsertBefore) { 492 CastInst(Type *Ty, unsigned iType, Value *S, [all …]
|
| H A D | Instruction.h | 999 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps, 1001 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instructions.cpp | 2805 UnaryOperator::UnaryOperator(UnaryOps iType, Value *S, in UnaryOperator() argument 2808 : UnaryInstruction(Ty, iType, S, InsertBefore) { in UnaryOperator() 2814 UnaryOperator::UnaryOperator(UnaryOps iType, Value *S, in UnaryOperator() argument 2817 : UnaryInstruction(Ty, iType, S, InsertAtEnd) { in UnaryOperator() 2858 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() argument 2861 : Instruction(Ty, iType, in BinaryOperator() 2871 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() argument 2874 : Instruction(Ty, iType, in BinaryOperator()
|
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | shell.c | 16175 sqlite3_int64 iType; in dbdataNext() local 16182 pCsr->pHdrPtr += dbdataGetVarintU32(pCsr->pHdrPtr, &iType); in dbdataNext() 16183 szField = dbdataValueBytes(iType); in dbdataNext() 16397 sqlite3_int64 iType; in dbdataColumn() local 16398 dbdataGetVarintU32(pCsr->pHdrPtr, &iType); in dbdataColumn() 16400 ctx, pCsr->enc, iType, pCsr->pPtr, in dbdataColumn()
|
| H A D | sqlite3.c | 28798 int iType; member 28843 if( iType<2 ){ in checkMutexAlloc() 28846 p->iType = iType; in checkMutexAlloc() 28854 p = &staticMutexes[iType-2]; in checkMutexAlloc() 28860 if( iType<2 ){ in checkMutexAlloc() 29493 switch( iType ){ in pthreadMutexAlloc() 29527 if( iType-2<0 || iType-2>=ArraySize(staticMutexes) ){ in pthreadMutexAlloc() 30028 switch( iType ){ in winMutexAlloc() 30033 p->id = iType; in winMutexAlloc() 30049 if( iType-2<0 || iType-2>=ArraySize(winMutex_staticMutexes) ){ in winMutexAlloc() [all …]
|