Searched refs:pVal (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp78 U.pVal = getClearedMemory(getNumWords());
79 U.pVal[0] = val;
82 U.pVal[i] = WORDTYPE_MAX;
87 U.pVal = getMemory(getNumWords());
88 memcpy(U.pVal, that.U.pVal, getNumWords() * APINT_WORD_SIZE);
98 U.pVal = getClearedMemory(getNumWords());
101 // Copy the words from bigVal to pVal
102 memcpy(U.pVal, bigVal.data(), words * APINT_WORD_SIZE);
133 delete [] U.pVal;
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPInt.h92 /// integer bit-width <= 64, it uses VAL, otherwise it uses pVal.
95 uint64_t *pVal; ///< Used to store the >64 bits integer value. member in union:llvm::APInt::__anon1300
109 U.pVal = val;
157 U.pVal[getNumWords() - 1] &= mask;
164 return isSingleWord() ? U.VAL : U.pVal[whichWord(bitPosition)];
338 delete[] U.pVal;
697 return &U.pVal[0];
775 delete[] U.pVal;
777 // Use memcpy so that type based alias analysis sees both VAL and pVal
799 U.pVal[
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTemplateBase.h124 const uint64_t *pVal; member in union:clang::TemplateArgument::I::__anon95
322 return APSInt(APInt(Integer.BitWidth, makeArrayRef(Integer.pVal, NumWords)),
H A DExpr.h1444 uint64_t *pVal; ///< Used to store the >64 bits integer value. member in union:clang::APNumericStorage::__anon54
1459 return llvm::APInt(BitWidth, NumWords, pVal);
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c10368 ** &nbsp; for(rc=sqlite3_vtab_in_first(pList, &pVal);
10369 ** &nbsp; rc==SQLITE_OK && pVal;
10370 ** &nbsp; rc=sqlite3_vtab_in_next(pList, &pVal)
10372 ** &nbsp; // do something with pVal
10392 SQLITE_API int sqlite3_vtab_in_first(sqlite3_value *pVal, sqlite3_value **ppOut);
10393 SQLITE_API int sqlite3_vtab_in_next(sqlite3_value *pVal, sqlite3_value **ppOut);
83658 valueToText(sqlite3_value* pVal, u8 enc) argument
83701 sqlite3ValueText(sqlite3_value* pVal, u8 enc) argument
83722 sqlite3ValueIsOfClass(const sqlite3_value *pVal, void(*xFree)(void*)) argument
83843 sqlite3_value *pVal = 0; /* New value */ local
83940 sqlite3_value *pVal = 0; local
84130 sqlite3_value *pVal = 0; local
84218 sqlite3_value *pVal = 0; local
84346 valueBytes(sqlite3_value *pVal, u8 enc) argument
84349 sqlite3ValueBytes(sqlite3_value *pVal, u8 enc) argument
90055 sqlite3_value_blob(sqlite3_value *pVal) argument
90068 sqlite3_value_bytes(sqlite3_value *pVal) argument
90071 sqlite3_value_bytes16(sqlite3_value *pVal) argument
90074 sqlite3_value_double(sqlite3_value *pVal) argument
90077 sqlite3_value_int(sqlite3_value *pVal) argument
90080 sqlite3_value_int64(sqlite3_value *pVal) argument
90083 sqlite3_value_subtype(sqlite3_value *pVal) argument
90087 sqlite3_value_pointer(sqlite3_value *pVal, const char *zPType) argument
90100 sqlite3_value_text(sqlite3_value *pVal) argument
90104 sqlite3_value_text16(sqlite3_value* pVal) argument
90107 sqlite3_value_text16be(sqlite3_value *pVal) argument
90110 sqlite3_value_text16le(sqlite3_value *pVal) argument
90118 sqlite3_value_type(sqlite3_value* pVal) argument
90202 sqlite3_value_encoding(sqlite3_value *pVal) argument
90207 sqlite3_value_nochange(sqlite3_value *pVal) argument
90212 sqlite3_value_frombind(sqlite3_value *pVal) argument
90887 valueFromValueList( sqlite3_value *pVal, sqlite3_value **ppOut, int bNext ) argument
90942 sqlite3_vtab_in_first(sqlite3_value *pVal, sqlite3_value **ppOut) argument
90950 sqlite3_vtab_in_next(sqlite3_value *pVal, sqlite3_value **ppOut) argument
93036 sqlite3_value_numeric_type(sqlite3_value *pVal) argument
93050 sqlite3ValueApplyAffinity( sqlite3_value *pVal, u8 affinity, u8 enc ) argument
104993 sqlite3VdbeSorterCompare( const VdbeCursor *pCsr, Mem *pVal, int nKeyCol, int *pRes ) argument
115797 sqlite3_value *pVal = 0; local
159133 sqlite3_value *pVal = 0; local
160521 Expr *pVal = sqlite3Expr(db, TK_INTEGER, 0); local
160527 Expr *pVal = sqlite3Expr(db, TK_REGISTER, 0); local
162634 sqlite3_value *pVal = 0; /* Value extracted from record */ local
165072 sqlite3_value *pVal = 0; local
168334 sqlite3_value *pVal; member in struct:LastValueCtx
170289 sqlite3_value *pVal = 0; local
178034 sqlite3_value *pVal; local
181774 sqlite3_value *pVal; local
185027 fts3GetDeltaVarint(char **pp, sqlite3_int64 *pVal) argument
187807 fts3DocidRange(sqlite3_value *pVal, i64 iDefault) argument
188219 fts3FunctionArg( sqlite3_context *pContext, const char *zFunc, sqlite3_value *pVal, Fts3Cursor **ppCsr ) argument
200281 fts3SpecialInsert(Fts3Table *p, sqlite3_value *pVal) argument
212956 geopolyParseNumber(GeoParse *p, GeoCoord *pVal) argument
213091 geopolyFuncParam( sqlite3_context *pCtx, sqlite3_value *pVal, int *pRc ) argument
219635 sqlite3_value *pVal; local
219742 sqlite3_value *pVal; local
223597 sqlite3_value *pVal; local
223936 sqlite3_value *pVal; /* Value returned by preupdate_new/old */ local
224580 sqlite3_value *pVal = 0; local
224590 sqlite3_value *pVal = 0; local
225472 sessionAppendValue(SessionBuffer *p, sqlite3_value *pVal, int *pRc) argument
226442 sessionValueSetStr( sqlite3_value *pVal, u8 *aData, int nData, u8 enc ) argument
227144 sqlite3_value *pVal = apVal[iCol + (abPK[iCol] ? 0 : nCol)]; local
227152 sqlite3_value *pVal = (abPK[iCol] ? 0 : apVal[iCol]); local
227645 sqlite3_value *pVal = 0; local
227697 sqlite3_value *pVal = 0; local
227750 sqlite3_value *pVal = 0; local
232937 fts5ValueToText(sqlite3_value *pVal) argument
234567 sqlite3Fts5ConfigSetValue( Fts5Config *pConfig, const char *zKey, sqlite3_value *pVal, int *pbBadkey ) argument
234710 sqlite3_value *pVal = sqlite3_column_value(p, 1); local
248864 fts5GetRowidLimit(sqlite3_value *pVal, i64 iDefault) argument
251969 sqlite3Fts5StorageConfigValue( Fts5Storage *p, const char *z, sqlite3_value *pVal, int iVal ) argument
[all...]
H A Dsqlite3.h10055 ** &nbsp; for(rc=sqlite3_vtab_in_first(pList, &pVal);
10056 ** &nbsp; rc==SQLITE_OK && pVal;
10057 ** &nbsp; rc=sqlite3_vtab_in_next(pList, &pVal)
10059 ** &nbsp; // do something with pVal
10079 SQLITE_API int sqlite3_vtab_in_first(sqlite3_value *pVal, sqlite3_value **ppOut);
10080 SQLITE_API int sqlite3_vtab_in_next(sqlite3_value *pVal, sqlite3_value **ppOut);
H A Dshell.c10714 sqlite3_value *pVal,
10719 const char *z = (const char*)sqlite3_value_text(pVal);
10724 mode = (unsigned int)sqlite3_value_int(pVal);
10823 ** return the current time. Otherwise, return the value stored in (*pVal)
10826 static u32 zipfileGetTime(sqlite3_value *pVal){ argument
10827 if( pVal==0 || sqlite3_value_type(pVal)==SQLITE_NULL ){
10830 return (u32)sqlite3_value_int64(pVal);
12437 sqlite3_value *pVal; local
12438 pVal
10713 zipfileGetMode( sqlite3_value *pVal, int bIsDir, u32 *pMode, char **pzErr ) argument
14619 dbdataGetVarint(const u8 *z, sqlite3_int64 *pVal) argument
14636 dbdataGetVarintU32(const u8 *z, sqlite3_int64 *pVal) argument
16776 sqlite3_value *pVal = sqlite3_column_value(pPageData, 2); local
16976 sqlite3_value *pVal = sqlite3_column_value(pSel, 3); local
17264 recoverGetVarint(const u8 *a, i64 *pVal) argument
[all...]
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c998 Tcl_Obj *pVal; local
1000 /* Set pVal to contain the i'th column of this row. */
1004 pVal = Tcl_NewByteArrayObj(sqlite3_value_blob(pIn), bytes);
1010 pVal = Tcl_NewIntObj((int)v);
1012 pVal = Tcl_NewWideIntObj(v);
1018 pVal = Tcl_NewDoubleObj(r);
1022 pVal = Tcl_NewStringObj(p->pDb->zNull, -1);
1027 pVal = Tcl_NewStringObj((char *)sqlite3_value_text(pIn), bytes);
1031 rc = Tcl_ListObjAppendElement(p->interp, pCmd, pVal);
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DTemplateBase.cpp171 Integer.pVal = static_cast<uint64_t *>(Mem);
H A DExpr.cpp801 C.Deallocate(pVal);
807 pVal = new (C) uint64_t[NumWords];
808 std::copy(Words, Words + NumWords, pVal);

Completed in 842 milliseconds