Home
last modified time | relevance | path

Searched defs:baseType (Results 1 – 17 of 17) 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/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenClass.cpp121 const Type *baseType = baseInit->getBaseClass(); in isInitializerOfDynamicClass() local
161 const Type *baseType = baseInit->getBaseClass(); in emitBaseInitializer() local
/freebsd/sys/contrib/zstd/programs/
H A Dbenchzstd.h37 #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.cpp2178 static void emitNonZeroVLAInit(CodeGenFunction &CGF, QualType baseType, in emitNonZeroVLAInit()
2323 QualType &baseType, in emitArrayLength()
2390 llvm::Type *baseType = ConvertType(eltType); in emitArrayLength() local
H A DCGExprConstant.cpp2655 llvm::Type *baseType = structure->getElementType(fieldIndex); in EmitNullConstant() local
2695 llvm::Type *baseType = structure->getElementType(fieldIndex); in EmitNullConstant() local
2711 llvm::Type *baseType, in EmitNullConstantForBase()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1422 ParsedType baseType, in parseObjCTypeArgsOrProtocolQualifiers()
1595 ParsedType baseType, in parseObjCTypeArgsAndProtocolQualifiers()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp372 CheckExtVectorComponent(Sema &S, QualType baseType, ExprValueKind &VK, in CheckExtVectorComponent()
H A DSemaDeclObjC.cpp1430 Scope *S, ParsedType baseType, SourceLocation lAngleLoc, in actOnObjCTypeArgsOrProtocolQualifiers()
H A DSemaDecl.cpp14693 QualType baseType = Context.getBaseElementType(type); in CheckCompleteVariableDeclaration() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp942 QualType baseType(splitBaseType.Ty, 0); in stripObjCKindOfTypeAndQuals() local
1331 QualType baseType = recurse(T->getBaseType()); in VisitObjCObjectType() local
1608 QualType baseType = objType->getBaseType().stripObjCKindOfType(Ctx); in VisitObjCObjectType() local
H A DASTContext.cpp3235 ASTContext::getExtQualType(const Type *baseType, Qualifiers quals) const { in getExtQualType() argument
6118 QualType baseType, in getObjCObjectType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7066 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()