Home
last modified time | relevance | path

Searched refs:valueType (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/
H A Dppm.h77 } valueType; typedef
81 valueType iType;
102 valueType iType;
118 void storeEntry(char *param, char *value, valueType valType,
H A Dppm.c124 storeEntry(char *param, char *value, valueType valType, in storeEntry()
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp334 } else if (auto valueType = type.getOptionalElementType()) { in validateType() local
335 validateType(valueType, context); in validateType()
337 if (valueType.getPackOptionalCode().empty()) { in validateType()
338 PrintError(valueType.getLoc(), in validateType()
341 } else if (valueType.getUnpackOptionalCode().empty()) { in validateType()
342 PrintError(valueType.getLoc(), in validateType()
490 } else if (auto valueType = type.getOptionalElementType()) { in emitBasicReaderWriterMethodSuffix() local
496 valueType.emitCXXValueTypeName(isForRead, out); in emitBasicReaderWriterMethodSuffix()
H A DASTTableGen.cpp83 } else if (auto valueType = getOptionalElementType()) { in emitCXXValueTypeName() local
85 valueType.emitCXXValueTypeName(forRead, out); in emitCXXValueTypeName()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypes.cpp767 QualType valueType = cast<AtomicType>(Ty)->getValueType(); in ConvertType() local
768 ResultType = ConvertTypeForMem(valueType); in ConvertType()
771 uint64_t valueSize = Context.getTypeSize(valueType); in ConvertType()
H A DSwiftCallingConv.cpp98 auto valueType = atomicType->getValueType(); in addTypedData() local
100 auto valueSize = CGM.getContext().getTypeSizeInChars(valueType); in addTypedData()
H A DCGExprAgg.cpp763 QualType valueType = E->getType(); in VisitCastExpr() local
764 if (isToAtomic) std::swap(atomicType, valueType); in VisitCastExpr()
767 assert(CGF.getContext().hasSameUnqualifiedType(valueType, in VisitCastExpr()
822 return EmitFinalDestCopy(valueType, rvalue); in VisitCastExpr()
/netbsd-src/external/mit/xorg/lib/libxcb/files/
H A Dsync.h356 uint32_t valueType; member
382 uint32_t valueType; member
H A Dsync.c809 xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->valueType; in xcb_sync_create_alarm_value_list_serialize()
898 _aux->valueType = *(uint32_t *)xcb_tmp; in xcb_sync_create_alarm_value_list_unpack()
1153 xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->valueType; in xcb_sync_change_alarm_value_list_serialize()
1242 _aux->valueType = *(uint32_t *)xcb_tmp; in xcb_sync_change_alarm_value_list_unpack()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeProperties.td346 def : Property<"valueType", QualType> {
351 return ctx.getAtomicType(valueType);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp1232 QualType valueType = recurse(T->getValueType()); in VisitAtomicType() local
1233 if (valueType.isNull()) in VisitAtomicType()
1236 if (valueType.getAsOpaquePtr() in VisitAtomicType()
1240 return Ctx.getAtomicType(valueType); in VisitAtomicType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h556 ValueType VT = E->valueType(); in printLiteral()
H A DThreadSafetyTIL.h541 ValueType valueType() const { return ValType; } in valueType() function