Home
last modified time | relevance | path

Searched defs:baseType (Results 1 – 16 of 16) sorted by relevance

/freebsd-14.2/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmlist.h148 #define TD_FIELD_OFFSET(baseType,fieldName) \ argument
151 #define DMLIST_OBJECT_BASE(baseType,fieldName,fieldPtr) \ argument
/freebsd-14.2/sys/dev/pms/RefTisa/sat/src/
H A Dsmlist.h147 #define TD_FIELD_OFFSET(baseType,fieldName) \ argument
150 #define SMLIST_OBJECT_BASE(baseType,fieldName,fieldPtr) \ argument
/freebsd-14.2/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdlist.h157 #define TD_FIELD_OFFSET(baseType,fieldName) \ argument
160 #define TDLIST_OBJECT_BASE(baseType,fieldName,fieldPtr) \ argument
H A Dtdioctl.c85 #define agFieldOffset(baseType,fieldName) \ argument
/freebsd-14.2/sys/contrib/zstd/programs/
H A Dbenchzstd.h42 #define VARIANT_ERROR_RESULT(baseType, variantName) \ argument
/freebsd-14.2/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsallist.h437 #define agObjectBase(baseType,fieldName,fieldPtr) \ argument
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1995 static void emitNonZeroVLAInit(CodeGenFunction &CGF, QualType baseType, in emitNonZeroVLAInit()
2139 QualType &baseType, in emitArrayLength()
2207 llvm::Type *baseType = ConvertType(eltType); in emitArrayLength() local
H A DCGExprConstant.cpp2295 llvm::Type *baseType = structure->getElementType(fieldIndex); in EmitNullConstant() local
2334 llvm::Type *baseType = structure->getElementType(fieldIndex); in EmitNullConstant() local
2350 llvm::Type *baseType, in EmitNullConstantForBase()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1646 ParsedType baseType, in parseObjCTypeArgsOrProtocolQualifiers()
1826 ParsedType baseType, in parseObjCTypeArgsAndProtocolQualifiers()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp838 QualType baseType(splitBaseType.Ty, 0); in stripObjCKindOfTypeAndQuals() local
1222 QualType baseType = recurse(T->getBaseType()); in VisitObjCObjectType() local
1500 QualType baseType = objType->getBaseType().stripObjCKindOfType(Ctx); in VisitObjCObjectType() local
H A DASTContext.cpp2993 ASTContext::getExtQualType(const Type *baseType, Qualifiers quals) const { in getExtQualType() argument
5289 QualType baseType, in getObjCObjectType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp330 CheckExtVectorComponent(Sema &S, QualType baseType, ExprValueKind &VK, in CheckExtVectorComponent()
H A DSemaDeclObjC.cpp1428 ParsedType baseType, in actOnObjCTypeArgsOrProtocolQualifiers()
H A DSemaDecl.cpp14523 QualType baseType = Context.getBaseElementType(type); in CheckCompleteVariableDeclaration() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6726 QualType baseType = Record.readQualType(); in readTypeRecord() local
/freebsd-14.2/contrib/bsnmp/tests/
H A Dcatch.hpp11430 WithinUlpsMatcher::WithinUlpsMatcher(double target, uint64_t ulps, FloatingPointKind baseType) in WithinUlpsMatcher()