Searched refs:baseType (Results 1 - 22 of 22) sorted by relevance

/freebsd-13-stable/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmlist.h149 #define TD_FIELD_OFFSET(baseType,fieldName) \
150 ((bit32)((bitptr)(&(((baseType *)0)->fieldName))))
152 #define DMLIST_OBJECT_BASE(baseType,fieldName,fieldPtr) \
153 (void *)fieldPtr == (void *)0 ? (baseType *)0 : \
154 ((baseType *)((bit8 *)(fieldPtr) - ((bitptr)(&(((baseType *)0)->fieldName)))))
/freebsd-13-stable/sys/dev/pms/RefTisa/sat/src/
H A Dsmlist.h148 #define TD_FIELD_OFFSET(baseType,fieldName) \
149 ((bit32)((bitptr)(&(((baseType *)0)->fieldName))))
151 #define SMLIST_OBJECT_BASE(baseType,fieldName,fieldPtr) \
152 (void *)fieldPtr == (void *)0 ? (baseType *)0 : \
153 ((baseType *)((bit8 *)(fieldPtr) - ((bitptr)(&(((baseType *)0)->fieldName)))))
/freebsd-13-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdlist.h158 #define TD_FIELD_OFFSET(baseType,fieldName) \
159 ((bit32)((bitptr)(&(((baseType *)0)->fieldName))))
161 #define TDLIST_OBJECT_BASE(baseType,fieldName,fieldPtr) \
162 (void *)fieldPtr == (void *)0 ? (baseType *)0 : \
163 ((baseType *)((bit8 *)(fieldPtr) - ((bitptr)(&(((baseType *)0)->fieldName)))))
H A Dtdioctl.c86 #define agFieldOffset(baseType,fieldName) \
88 ((bit32)((bitptr)(&(((baseType *)0)->fieldName)))) \
/freebsd-13-stable/sys/contrib/zstd/programs/
H A Dbenchzstd.h40 * and only then can extract `baseType`.
42 #define VARIANT_ERROR_RESULT(baseType, variantName) \
45 baseType internal_never_use_directly; \
/freebsd-13-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsallist.h438 #define agObjectBase(baseType,fieldName,fieldPtr) \
439 (void * ) fieldPtr == (void *) 0 ? (baseType *) 0 : \
440 ((baseType *)((bit8 *)(fieldPtr) - ((bitptr)(&(((baseType *)0)->fieldName)))))
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2201 llvm::Type *baseType,
2235 llvm::Type *baseType = structure->getElementType(fieldIndex); local
2236 elements[fieldIndex] = EmitNullConstantForBase(CGM, baseType, base);
2274 llvm::Type *baseType = structure->getElementType(fieldIndex); local
2275 elements[fieldIndex] = EmitNullConstantForBase(CGM, baseType, base);
2290 llvm::Type *baseType,
2296 return llvm::Constant::getNullValue(baseType);
2289 EmitNullConstantForBase(CodeGenModule &CGM, llvm::Type *baseType, const CXXRecordDecl *base) argument
H A DCodeGenFunction.cpp1675 /// \param baseType the inner-most element type of the array
1679 static void emitNonZeroVLAInit(CodeGenFunction &CGF, QualType baseType, argument
1684 CharUnits baseSize = CGF.getContext().getTypeSizeInChars(baseType);
1826 QualType &baseType,
1844 baseType = elementType;
1894 llvm::Type *baseType = ConvertType(eltType); local
1895 addr = Builder.CreateElementBitCast(addr, baseType, "array.begin");
1903 baseType = eltType;
1825 emitArrayLength(const ArrayType *origArrayType, QualType &baseType, Address &addr) argument
H A DCodeGenFunction.h2633 QualType &baseType,
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp815 QualType baseType(splitBaseType.Ty, 0);
817 baseType = baseObj->stripObjCKindOfTypeAndQuals(ctx);
819 return ctx.getObjCObjectType(ctx.getQualifiedType(baseType,
1191 QualType baseType = recurse(T->getBaseType()); local
1192 if (baseType.isNull())
1209 if (baseType.getAsOpaquePtr() == T->getBaseType().getAsOpaquePtr() &&
1213 return Ctx.getObjCObjectType(baseType, typeArgs,
1469 QualType baseType = objType->getBaseType().stripObjCKindOfType(Ctx);
1470 return Ctx.getObjCObjectType(baseType, objType->getTypeArgsAsWritten(),
H A DASTContext.cpp2823 ASTContext::getExtQualType(const Type *baseType, Qualifiers quals) const { argument
2829 ExtQuals::Profile(ID, baseType, quals);
2838 if (!baseType->isCanonicalUnqualified()) {
2839 SplitQualType canonSplit = baseType->getCanonicalTypeInternal().split();
2847 auto *eq = new (*this, TypeAlignment) ExtQuals(baseType, canon, quals);
4944 QualType baseType,
4951 isa<ObjCInterfaceType>(baseType))
4952 return baseType;
4956 ObjCObjectTypeImpl::Profile(ID, baseType, typeArgs, protocols, isKindOf);
4966 if (const auto *baseObject = baseType
4943 getObjCObjectType( QualType baseType, ArrayRef<QualType> typeArgs, ArrayRef<ObjCProtocolDecl *> protocols, bool isKindOf) const argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp299 CheckExtVectorComponent(Sema &S, QualType baseType, ExprValueKind &VK, argument
307 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>();
380 << baseType << SourceRange(CompLoc);
H A DSemaDeclObjC.cpp1407 ParsedType baseType,
1429 QualType base = GetTypeFromParser(baseType, nullptr);
1405 actOnObjCTypeArgsOrProtocolQualifiers( Scope *S, ParsedType baseType, SourceLocation lAngleLoc, ArrayRef<IdentifierInfo *> identifiers, ArrayRef<SourceLocation> identifierLocs, SourceLocation rAngleLoc, SourceLocation &typeArgsLAngleLoc, SmallVectorImpl<ParsedType> &typeArgs, SourceLocation &typeArgsRAngleLoc, SourceLocation &protocolLAngleLoc, SmallVectorImpl<Decl *> &protocols, SourceLocation &protocolRAngleLoc, bool warnOnIncompleteProtocols) argument
H A DSemaDecl.cpp12881 QualType baseType = Context.getBaseElementType(type); local
12939 CXXRecordDecl *RD = baseType->getAsCXXRecordDecl();
12949 if (const RecordType *recordType = baseType->getAs<RecordType>())
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h1346 ExtQualsTypeCommonBase(const Type *baseType, QualType canon) argument
1347 : BaseType(baseType), CanonicalType(canon) {}
1381 ExtQuals(const Type *baseType, QualType canon, Qualifiers quals) argument
1382 : ExtQualsTypeCommonBase(baseType,
6027 QualType baseType = getBaseType();
6028 while (const auto *ObjT = baseType->getAs<ObjCObjectType>()) {
6032 baseType = ObjT->getBaseType();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1593 ParsedType baseType,
1633 QualType BaseT = Actions.GetTypeFromParser(baseType);
1657 baseType, local
1772 ParsedType baseType,
1784 parseObjCTypeArgsOrProtocolQualifiers(baseType,
1592 parseObjCTypeArgsOrProtocolQualifiers( ParsedType baseType, SourceLocation &typeArgsLAngleLoc, SmallVectorImpl<ParsedType> &typeArgs, SourceLocation &typeArgsRAngleLoc, SourceLocation &protocolLAngleLoc, SmallVectorImpl<Decl *> &protocols, SmallVectorImpl<SourceLocation> &protocolLocs, SourceLocation &protocolRAngleLoc, bool consumeLastToken, bool warnOnIncompleteProtocols) argument
1771 parseObjCTypeArgsAndProtocolQualifiers( ParsedType baseType, SourceLocation &typeArgsLAngleLoc, SmallVectorImpl<ParsedType> &typeArgs, SourceLocation &typeArgsRAngleLoc, SourceLocation &protocolLAngleLoc, SmallVectorImpl<Decl *> &protocols, SmallVectorImpl<SourceLocation> &protocolLocs, SourceLocation &protocolRAngleLoc, bool consumeLastToken) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1630 ParsedType baseType,
1644 ParsedType baseType,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp237 RAW_METHOD_DUMP_AS(OS, baseType, PDB_BuiltinType);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4614 /// line: 7, scope: !1, baseType: !2, size: 32,
4624 REQUIRED(baseType, MDField, ); \
4640 scope.Val, baseType.Val, size.Val, align.Val,
4653 OPTIONAL(baseType, MDField, ); \
4672 scope.Val, baseType.Val, size.Val, align.Val, offset.Val, flags.Val,
4683 (Context, tag.Val, name.Val, file.Val, line.Val, scope.Val, baseType.Val,
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp3391 WithinUlpsMatcher(double target, uint64_t ulps, FloatingPointKind baseType);
11430 WithinUlpsMatcher::WithinUlpsMatcher(double target, uint64_t ulps, FloatingPointKind baseType)
11431 :m_target{ target }, m_ulps{ ulps }, m_type{ baseType } {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6410 QualType baseType = Record.readQualType();
6412 return Context.getQualifiedType(baseType, quals);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9284 ParsedType baseType,

Completed in 549 milliseconds