Home
last modified time | relevance | path

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

/freebsd/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/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/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/sys/contrib/zstd/programs/
H A Dbenchzstd.h42 #define VARIANT_ERROR_RESULT(baseType, variantName) \ argument
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsallist.h437 #define agObjectBase(baseType,fieldName,fieldPtr) \ argument
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2074 static void emitNonZeroVLAInit(CodeGenFunction &CGF, QualType baseType, in emitNonZeroVLAInit()
2219 QualType &baseType, in emitArrayLength()
2286 llvm::Type *baseType = ConvertType(eltType); in emitArrayLength() local
H A DCGExprConstant.cpp2538 llvm::Type *baseType = structure->getElementType(fieldIndex); in EmitNullConstant() local
2578 llvm::Type *baseType = structure->getElementType(fieldIndex); in EmitNullConstant() local
2594 llvm::Type *baseType, in EmitNullConstantForBase()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1650 ParsedType baseType, in parseObjCTypeArgsOrProtocolQualifiers()
1824 ParsedType baseType, in parseObjCTypeArgsAndProtocolQualifiers()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp374 CheckExtVectorComponent(Sema &S, QualType baseType, ExprValueKind &VK, in CheckExtVectorComponent()
H A DSemaDeclObjC.cpp1427 Scope *S, ParsedType baseType, SourceLocation lAngleLoc, in actOnObjCTypeArgsOrProtocolQualifiers()
H A DSemaDecl.cpp14328 QualType baseType = Context.getBaseElementType(type); in CheckCompleteVariableDeclaration() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp892 QualType baseType(splitBaseType.Ty, 0); in stripObjCKindOfTypeAndQuals() local
1284 QualType baseType = recurse(T->getBaseType()); in VisitObjCObjectType() local
1562 QualType baseType = objType->getBaseType().stripObjCKindOfType(Ctx); in VisitObjCObjectType() local
H A DASTContext.cpp3048 ASTContext::getExtQualType(const Type *baseType, Qualifiers quals) const { in getExtQualType() argument
5699 QualType baseType, in getObjCObjectType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6727 QualType baseType = Record.readQualType(); in readTypeRecord() local
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp11430 WithinUlpsMatcher::WithinUlpsMatcher(double target, uint64_t ulps, FloatingPointKind baseType) in WithinUlpsMatcher()