Home
last modified time | relevance | path

Searched refs:vType (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DHeapActivity.cc86 ValueTag vType = mtr->get_vtype (); in createHistItemTotals() local
88 hist_data->total->value[mIndex].tag = vType; in createHistItemTotals()
89 hi->value[mIndex].tag = vType; in createHistItemTotals()
157 ValueTag vType = mtr->get_vtype (); in computeHistTotals() local
159 hist_data->total->value[mIndex].tag = vType; in computeHistTotals()
210 ValueTag vType = mtr->get_vtype (); in computeHistData() local
211 hi->value[mIndex].tag = vType; in computeHistData()
H A DIOActivity.cc135 ValueTag vType = mtr->get_vtype (); in createHistItemTotals() local
136 hist_data->total->value[mIndex].tag = vType; in createHistItemTotals()
137 hi->value[mIndex].tag = vType; in createHistItemTotals()
281 ValueTag vType = mtr->get_vtype (); in computeHistTotals() local
282 hist_data->total->value[mIndex].tag = vType; in computeHistTotals()
356 ValueTag vType = mtr->get_vtype (); in computeHistData() local
357 hi->value[mIndex].tag = vType; in computeHistData()
H A DDbeSession.h468 const char *propUName, VType_type vType, int flags);
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DHeapActivity.cc86 ValueTag vType = mtr->get_vtype (); in createHistItemTotals() local
88 hist_data->total->value[mIndex].tag = vType; in createHistItemTotals()
89 hi->value[mIndex].tag = vType; in createHistItemTotals()
157 ValueTag vType = mtr->get_vtype (); in computeHistTotals() local
159 hist_data->total->value[mIndex].tag = vType; in computeHistTotals()
210 ValueTag vType = mtr->get_vtype (); in computeHistData() local
211 hi->value[mIndex].tag = vType; in computeHistData()
H A DIOActivity.cc135 ValueTag vType = mtr->get_vtype (); in createHistItemTotals() local
136 hist_data->total->value[mIndex].tag = vType; in createHistItemTotals()
137 hi->value[mIndex].tag = vType; in createHistItemTotals()
281 ValueTag vType = mtr->get_vtype (); in computeHistTotals() local
282 hist_data->total->value[mIndex].tag = vType; in computeHistTotals()
356 ValueTag vType = mtr->get_vtype (); in computeHistData() local
357 hi->value[mIndex].tag = vType; in computeHistData()
H A DDbeSession.h468 const char *propUName, VType_type vType, int flags);
/netbsd-src/external/bsd/openldap/dist/libraries/liblutil/
H A Dntservice.c360 DWORD vType; in lutil_getRegParam() local
374 if ( RegQueryValueEx( hkey, value, NULL, &vType, vValue, &valLen ) != ERROR_SUCCESS ) in lutil_getRegParam()
381 switch ( vType ) in lutil_getRegParam()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp12174 QualType vType = CheckVectorOperands(LHS, RHS, Loc, /*isCompAssign*/false, in CheckVectorCompareOperands() local
12177 if (vType.isNull()) in CheckVectorCompareOperands()
12178 return vType; in CheckVectorCompareOperands()
12185 vType->castAs<VectorType>()->getVectorKind() == VectorType::AltiVecVector) in CheckVectorCompareOperands()
12201 return GetSignedVectorType(vType); in CheckVectorCompareOperands()
12327 QualType vType = CheckVectorOperands(LHS, RHS, Loc, false, in CheckVectorLogicalOperands() local
12330 if (vType.isNull()) in CheckVectorLogicalOperands()
12333 !getLangOpts().OpenCLCPlusPlus && vType->hasFloatingRepresentation()) in CheckVectorLogicalOperands()
12339 !(isa<ExtVectorType>(vType->getAs<VectorType>()))) in CheckVectorLogicalOperands()