Home
last modified time | relevance | path

Searched refs:eType (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBUtilSBValue.cpp259 switch (eType) { in IsCharBasicType()
283 return IsCharBasicType(eType); in IsCharType()
328 const lldb::BasicType eType = in IsPointeeCharType() local
330 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 …]
H A DMICmnLLDBUtilSBValue.h68 static bool IsCharBasicType(lldb::BasicType eType);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DABI.h30 enum eType { enum
34 eType type; /* value of eType */
/freebsd-12.1/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c116 int eType; /* Type of value to return */ member
1016 int eType = p->eType; in tclSqlFunc() local
1018 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() local
2880 eType++; in DbObjCmd()
[all …]
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c24175 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 …]
H A Dshell.c1899 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() argument
9248 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 …]
/freebsd-12.1/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiproto.h65 U32 eType, U32 eStatus);
H A Dagtiapi.c5293 U32 eType, in agtiapi_GetDevHandle() argument
5349 pPortalInfo, pPortalInfo->portID, eType, eStatus, pCard, in agtiapi_GetDevHandle()
/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c13959 int eType; in isDate() local
15355 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 …]