Searched refs:eType (Results 1 – 9 of 9) sorted by relevance
259 switch (eType) { in IsCharBasicType()283 return IsCharBasicType(eType); in IsCharType()328 const lldb::BasicType eType = in IsPointeeCharType() local330 return IsCharBasicType(eType); in IsPointeeCharType()346 return ((eType == lldb::eBasicTypeShort) || in IsIntegerType()348 (eType == lldb::eBasicTypeInt) || in IsIntegerType()349 (eType == lldb::eBasicTypeUnsignedInt) || in IsIntegerType()350 (eType == lldb::eBasicTypeLong) || in IsIntegerType()351 (eType == lldb::eBasicTypeUnsignedLong) || in IsIntegerType()352 (eType == lldb::eBasicTypeLongLong) || in IsIntegerType()[all …]
68 static bool IsCharBasicType(lldb::BasicType eType);
30 enum eType { enum34 eType type; /* value of eType */
116 int eType; /* Type of value to return */ member1016 int eType = p->eType; in tclSqlFunc() local1018 if( eType==SQLITE_NULL ){ in tclSqlFunc()1022 eType = SQLITE_BLOB; in tclSqlFunc()1027 eType = SQLITE_INTEGER; in tclSqlFunc()1029 eType = SQLITE_FLOAT; in tclSqlFunc()1031 eType = SQLITE_TEXT; in tclSqlFunc()1035 switch( eType ){ in tclSqlFunc()2838 int eType = SQLITE_NULL; in DbObjCmd() local2880 eType++; in DbObjCmd()[all …]
24175 pHdr->eType = eType; in sqlite3MemdebugSetType()24194 if( (pHdr->eType&eType)==0 ){ in sqlite3MemdebugHasType()151519 assert( eType==0 || eType==TK_RANGE || eType==TK_ROWS || eType==TK_GROUPS );173328 int eType = p->eType;185320 p->eType = (u8)eType;186725 p->eType = pUp->eType;187010 p->eType = pNode->eType;214104 if( p->eType!=FTS5_NOT && pSub->eType==p->eType ){214150 pRet->eType = eType;228727 pRet->eType = eType;[all …]
1899 if( eType==SQLITE_BLOB ){ in sha3Func()8311 switch( pSlot->eType ){ in idxRemFunc()8334 switch( pSlot->eType ){ in idxRemFunc()9213 switch( eType ){ in dbdataValueBytes()9231 if( eType>0 ){ in dbdataValueBytes()9244 int eType, in dbdataValue() argument9248 if( eType>=0 && dbdataValueBytes(eType)<=nData ){ in dbdataValue()9249 switch( eType ){ in dbdataValue()9266 switch( eType ){ in dbdataValue()9275 if( eType==7 ){ in dbdataValue()[all …]
65 U32 eType, U32 eStatus);
5293 U32 eType, in agtiapi_GetDevHandle() argument5349 pPortalInfo, pPortalInfo->portID, eType, eStatus, pCard, in agtiapi_GetDevHandle()
13959 int eType; in isDate() local15355 pHdr->eType = eType; in sqlite3MemdebugSetType()15374 if( (pHdr->eType&eType)==0 ){ in sqlite3MemdebugHasType()15396 if( (pHdr->eType&eType)!=0 ){ in sqlite3MemdebugNoType()51060 eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE );51081 if( eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE ){51148 u8 eType;78284 pSample->eType = (u8)eType;102811 if( eType==SQLITE_INTEGER || eType==SQLITE_FLOAT ){119955 pRet->eType = pKey->eType;[all …]