Home
last modified time | relevance | path

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

/freebsd-src/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-src/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-src/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-src/sys/contrib/zstd/programs/
H A Dbenchzstd.h42 #define VARIANT_ERROR_RESULT(baseType, variantName) \ argument
/freebsd-src/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsallist.h437 #define agObjectBase(baseType,fieldName,fieldPtr) \ argument
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1995 emitNonZeroVLAInit(CodeGenFunction & CGF,QualType baseType,Address dest,Address src,llvm::Value * sizeInChars) emitNonZeroVLAInit() argument
2139 emitArrayLength(const ArrayType * origArrayType,QualType & baseType,Address & addr) emitArrayLength() argument
2207 llvm::Type *baseType = ConvertType(eltType); emitArrayLength() local
H A DCGExprConstant.cpp2295 llvm::Type *baseType = structure->getElementType(fieldIndex); EmitNullConstant() local
2334 llvm::Type *baseType = structure->getElementType(fieldIndex); EmitNullConstant() local
2350 EmitNullConstantForBase(CodeGenModule & CGM,llvm::Type * baseType,const CXXRecordDecl * base) EmitNullConstantForBase() argument
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1646 parseObjCTypeArgsOrProtocolQualifiers(ParsedType baseType,SourceLocation & typeArgsLAngleLoc,SmallVectorImpl<ParsedType> & typeArgs,SourceLocation & typeArgsRAngleLoc,SourceLocation & protocolLAngleLoc,SmallVectorImpl<Decl * > & protocols,SmallVectorImpl<SourceLocation> & protocolLocs,SourceLocation & protocolRAngleLoc,bool consumeLastToken,bool warnOnIncompleteProtocols) parseObjCTypeArgsOrProtocolQualifiers() argument
1826 parseObjCTypeArgsAndProtocolQualifiers(ParsedType baseType,SourceLocation & typeArgsLAngleLoc,SmallVectorImpl<ParsedType> & typeArgs,SourceLocation & typeArgsRAngleLoc,SourceLocation & protocolLAngleLoc,SmallVectorImpl<Decl * > & protocols,SmallVectorImpl<SourceLocation> & protocolLocs,SourceLocation & protocolRAngleLoc,bool consumeLastToken) parseObjCTypeArgsAndProtocolQualifiers() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DType.cpp838 QualType baseType(splitBaseType.Ty, 0); stripObjCKindOfTypeAndQuals() local
1222 QualType baseType = recurse(T->getBaseType()); VisitObjCObjectType() local
1500 QualType baseType = objType->getBaseType().stripObjCKindOfType(Ctx); VisitObjCObjectType() local
H A DASTContext.cpp2993 getExtQualType(const Type * baseType,Qualifiers quals) const getExtQualType() argument
5289 getObjCObjectType(QualType baseType,ArrayRef<QualType> typeArgs,ArrayRef<ObjCProtocolDecl * > protocols,bool isKindOf) const getObjCObjectType() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp330 CheckExtVectorComponent(Sema & S,QualType baseType,ExprValueKind & VK,SourceLocation OpLoc,const IdentifierInfo * CompName,SourceLocation CompLoc) CheckExtVectorComponent() argument
H A DSemaDeclObjC.cpp1428 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) actOnObjCTypeArgsOrProtocolQualifiers() argument
H A DSemaDecl.cpp14523 QualType baseType = Context.getBaseElementType(type); CheckCompleteVariableDeclaration() local
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6726 QualType baseType = Record.readQualType(); readTypeRecord() local
/freebsd-src/contrib/bsnmp/tests/
H A Dcatch.hpp11430 WithinUlpsMatcher::WithinUlpsMatcher(double target, uint64_t ulps, FloatingPointKind baseType) in WithinUlpsMatcher()