Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h62 UnaryInstruction(Type * Ty,unsigned iType,Value * V,BasicBlock * IAE) UnaryInstruction() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2805 UnaryOperator(UnaryOps iType,Value * S,Type * Ty,const Twine & Name,Instruction * InsertBefore) UnaryOperator() argument
2814 UnaryOperator(UnaryOps iType,Value * S,Type * Ty,const Twine & Name,BasicBlock * InsertAtEnd) UnaryOperator() argument
2858 BinaryOperator(BinaryOps iType,Value * S1,Value * S2,Type * Ty,const Twine & Name,Instruction * InsertBefore) BinaryOperator() argument
2871 BinaryOperator(BinaryOps iType,Value * S1,Value * S2,Type * Ty,const Twine & Name,BasicBlock * InsertAtEnd) BinaryOperator() argument
/freebsd-src/contrib/sqlite3/
H A Dsqlite3.c28798 int iType; global() member
28834 checkMutexAlloc(int iType) checkMutexAlloc() argument
29477 pthreadMutexAlloc(int iType) pthreadMutexAlloc() argument
30025 winMutexAlloc(int iType) winMutexAlloc() argument
[all...]
H A Dshell.c16398 dbdataGetVarintU32(pCsr->pHdrPtr, &iType); in dbdataColumn() local
16176 sqlite3_int64 iType; dbdataNext() local