/freebsd-src/sys/dev/pms/RefTisa/sat/src/ |
H A D | smlist.h | 147 #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 D | dmlist.h | 148 #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 D | tdlist.h | 157 #define TD_FIELD_OFFSET(baseType,fieldName) \ argument 160 #define TDLIST_OBJECT_BASE(baseType,fieldName,fieldPtr) \ argument
|
H A D | tdioctl.c | 85 #define agFieldOffset(baseType,fieldName) \ argument
|
/freebsd-src/sys/contrib/zstd/programs/ |
H A D | benchzstd.h | 42 #define VARIANT_ERROR_RESULT(baseType, variantName) \ argument
|
/freebsd-src/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | sallist.h | 437 #define agObjectBase(baseType,fieldName,fieldPtr) \ argument
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 1995 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 D | CGExprConstant.cpp | 2295 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 D | ParseObjc.cpp | 1646 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 D | Type.cpp | 838 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 D | ASTContext.cpp | 2993 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 D | SemaExprMember.cpp | 330 CheckExtVectorComponent(Sema & S,QualType baseType,ExprValueKind & VK,SourceLocation OpLoc,const IdentifierInfo * CompName,SourceLocation CompLoc) CheckExtVectorComponent() argument
|
H A D | SemaDeclObjC.cpp | 1428 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 D | SemaDecl.cpp | 14523 QualType baseType = Context.getBaseElementType(type); CheckCompleteVariableDeclaration() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 6726 QualType baseType = Record.readQualType(); readTypeRecord() local
|
/freebsd-src/contrib/bsnmp/tests/ |
H A D | catch.hpp | 11430 WithinUlpsMatcher::WithinUlpsMatcher(double target, uint64_t ulps, FloatingPointKind baseType) in WithinUlpsMatcher()
|