Searched refs:epi (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicWriter.h187 void writeExtParameterInfo(FunctionProtoType::ExtParameterInfo epi) { argument
188 static_assert(sizeof(epi.getOpaqueValue()) <= sizeof(uint32_t),
190 asImpl().writeUInt32(epi.getOpaqueValue());
H A DType.h3900 QualType canonical, const ExtProtoInfo &epi);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2958 const ExtProtoInfo &epi)
2962 result->containsUnexpandedParameterPack(), epi.ExtInfo) {
2963 FunctionTypeBits.FastTypeQuals = epi.TypeQuals.getFastQualifiers();
2964 FunctionTypeBits.RefQualifier = epi.RefQualifier;
2967 FunctionTypeBits.ExceptionSpecType = epi.ExceptionSpec.Type;
2968 FunctionTypeBits.HasExtParameterInfos = !!epi.ExtParameterInfos;
2969 FunctionTypeBits.Variadic = epi.Variadic;
2970 FunctionTypeBits.HasTrailingReturn = epi.HasTrailingReturn;
2973 if (hasExtraBitfields(epi.ExceptionSpec.Type)) {
2975 ExtraBits.NumExceptionType = epi
2956 FunctionProtoType(QualType result, ArrayRef<QualType> params, QualType canonical, const ExtProtoInfo &epi) argument
3139 Profile(llvm::FoldingSetNodeID &ID, QualType Result, const QualType *ArgTys, unsigned NumParams, const ExtProtoInfo &epi, const ASTContext &Context, bool Canonical) argument
[all...]
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_opensm.c367 osm_epi_plugin_t *epi; local
373 epi = osm_epi_construct(osm, name);
374 if (!epi)
379 cl_qlist_insert_tail(&osm->plugin_list, &epi->list);
H A Dosm_console.c771 ib_mlnx_ext_port_info_t *epi = NULL; local
783 epi = &phys->ext_port_info;
846 if (epi->link_speed_active & FDR10)
851 if (epi->link_speed_enabled & FDR10) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h13056 auto epi = exprFunctionType->getExtProtoInfo(); local
13057 epi.ExtParameterInfos = extParamInfos.getPointerOrNull(paramTypes.size());
13060 getDerived().RebuildFunctionProtoType(exprResultType, paramTypes, epi);

Completed in 231 milliseconds