Home
last modified time | relevance | path

Searched full:entity (Results 1 – 25 of 491) sorted by relevance

12345678910>>...20

/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h46 /// Describes an entity that is being initialized.
49 /// Specifies the kind of entity being initialized.
51 /// The entity being initialized is a variable.
54 /// The entity being initialized is a function parameter.
57 /// The entity being initialized is a non-type template parameter.
60 /// The entity being initialized is the result of a function call.
63 /// The entity being initialized is the result of a statement expression.
66 /// The entity being initialized is an exception object that
70 /// The entity being initialized is a non-static data member
74 /// The entity bein
271 InitializedEntity Entity; InitializeParameter() local
285 InitializedEntity Entity; InitializeParameter() local
296 InitializedEntity Entity; InitializeTemplateParameter() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp161 AccessTarget(const AccessedEntity &Entity)
162 : AccessedEntity(Entity) {
1034 /// Given that an entity has protected natural access, check whether in FindBestPath()
1116 AccessTarget &entity) { in diagnoseBadDirectAccess()
1117 assert(entity.isMemberAccess()); in diagnoseBadDirectAccess()
1118 NamedDecl *D = entity.getTargetDecl(); in diagnoseBadDirectAccess() argument
1121 TryDiagnoseProtectedAccess(S, EC, entity)) in diagnoseBadDirectAccess()
1173 AccessTarget &entity) { in DiagnoseAccessPath()
1175 AccessTarget::SavedInstanceContext _ = entity.saveInstanceContext(); in DiagnoseAccessPath() argument
1184 if (entity in DiagnoseAccessPath()
1284 DiagnoseBadAccess(Sema & S,SourceLocation Loc,const EffectiveContext & EC,AccessTarget & Entity) DiagnoseBadAccess() argument
1319 IsMicrosoftUsingDeclarationAccessBug(Sema & S,SourceLocation AccessLoc,AccessTarget & Entity) IsMicrosoftUsingDeclarationAccessBug() argument
1340 IsAccessible(Sema & S,const EffectiveContext & EC,AccessTarget & Entity) IsAccessible() argument
1419 DelayDependentAccess(Sema & S,const EffectiveContext & EC,SourceLocation Loc,const AccessTarget & Entity) DelayDependentAccess() argument
1437 CheckEffectiveAccess(Sema & S,const EffectiveContext & EC,SourceLocation Loc,AccessTarget & Entity) CheckEffectiveAccess() argument
1462 CheckAccess(Sema & S,SourceLocation Loc,AccessTarget & Entity) CheckAccess() argument
1540 AccessTarget Entity(Context, HandleDependentAccessCheck() local
1548 AccessTarget Entity(Context, HandleDependentAccessCheck() local
1565 AccessTarget Entity(Context, AccessTarget::Member, E->getNamingClass(), CheckUnresolvedLookupAccess() local
1584 AccessTarget Entity(Context, AccessTarget::Member, E->getNamingClass(), CheckUnresolvedMemberAccess() local
1602 AccessTarget Entity(Context, AccessTarget::Member, NamingClass, Found, isMemberAccessibleForDeletion() local
1632 AccessTarget Entity(Context, AccessTarget::Member, NamingClass, CheckDestructorAccess() local
1644 CheckConstructorAccess(SourceLocation UseLoc,CXXConstructorDecl * Constructor,DeclAccessPair Found,const InitializedEntity & Entity,bool IsCopyBindingRefToTemp) CheckConstructorAccess() argument
1688 CheckConstructorAccess(SourceLocation UseLoc,CXXConstructorDecl * Constructor,DeclAccessPair Found,const InitializedEntity & Entity,const PartialDiagnostic & PD) CheckConstructorAccess() argument
1737 AccessTarget Entity(Context, AccessTarget::Member, NamingClass, Found, CheckAllocationAccess() local
1755 AccessTarget Entity(Context, AccessTarget::Member, NamingClass, CheckMemberAccess() local
1770 AccessTarget Entity(Context, AccessTarget::Member, DecomposedClass, Field, CheckStructuredBindingMemberAccess() local
1787 AccessTarget Entity(Context, AccessTarget::Member, NamingClass, Found, CheckMemberOperatorAccess() local
1831 AccessTarget entity(Context, AccessTarget::Member, CheckFriendAccess() local
1860 AccessTarget Entity(Context, AccessTarget::Member, NamingClass, Found, CheckAddressOfMemberAccess() local
1891 AccessTarget Entity(Context, AccessTarget::Base, BaseD, DerivedD, CheckBaseClassAccess() local
1916 AccessTarget Entity(Context, AccessedEntity::Member, CheckLookupAccess() local
1952 AccessTarget Entity(Context, AccessedEntity::Member, NamingClass, IsSimplyAccessible() local
[all...]
H A DSemaInit.cpp196 static bool initializingConstexprVariable(const InitializedEntity &Entity) { in CheckStringInit()
197 Decl *D = Entity.getDecl(); in CheckStringInit()
198 const InitializedEntity *Parent = &Entity; in CheckStringInit()
280 /// handle the initialization of a certain kind of entity, e.g.,
326 void CheckImplicitInitList(const InitializedEntity &Entity,
330 void CheckExplicitInitList(const InitializedEntity &Entity,
334 void CheckListElementTypes(const InitializedEntity &Entity,
341 void CheckSubElementType(const InitializedEntity &Entity,
347 void CheckComplexType(const InitializedEntity &Entity,
352 void CheckScalarType(const InitializedEntity &Entity,
487 InitListChecker(Sema & S,const InitializedEntity & Entity,InitListExpr * IL,QualType & T,SmallVectorImpl<QualType> & AggrDeductionCandidateParamTypes) InitListChecker() argument
505 PerformEmptyInit(SourceLocation Loc,const InitializedEntity & Entity) PerformEmptyInit() argument
617 CheckEmptyInitializable(const InitializedEntity & Entity,SourceLocation Loc) CheckEmptyInitializable() argument
757 FillInEmptyInitializations(const InitializedEntity & Entity,InitListExpr * ILE,bool & RequiresSecondPass,InitListExpr * OuterILE,unsigned OuterIndex,bool FillWithNoInit) FillInEmptyInitializations() argument
960 InitListChecker(Sema & S,const InitializedEntity & Entity,InitListExpr * IL,QualType & T,bool VerifyOnly,bool TreatUnavailableAsInvalid,bool InOverloadResolution,SmallVectorImpl<QualType> * AggrDeductionCandidateParamTypes) InitListChecker() argument
1026 isIdiomaticBraceElisionEntity(const InitializedEntity & Entity) isIdiomaticBraceElisionEntity() argument
1070 CheckImplicitInitList(const InitializedEntity & Entity,InitListExpr * ParentIList,QualType T,unsigned & Index,InitListExpr * StructuredList,unsigned & StructuredIndex) CheckImplicitInitList() argument
1149 warnBracedScalarInit(Sema & S,const InitializedEntity & Entity,SourceRange Braces) warnBracedScalarInit() argument
1218 CheckExplicitInitList(const InitializedEntity & Entity,InitListExpr * IList,QualType & T,InitListExpr * StructuredList,bool TopLevelObject) CheckExplicitInitList() argument
1299 CheckListElementTypes(const InitializedEntity & Entity,InitListExpr * IList,QualType & DeclType,bool SubobjectIsDesignatorContext,unsigned & Index,InitListExpr * StructuredList,unsigned & StructuredIndex,bool TopLevelObject) CheckListElementTypes() argument
1374 CheckSubElementType(const InitializedEntity & Entity,InitListExpr * IList,QualType ElemType,unsigned & Index,InitListExpr * StructuredList,unsigned & StructuredIndex,bool DirectlyDesignated) CheckSubElementType() argument
1563 CheckComplexType(const InitializedEntity & Entity,InitListExpr * IList,QualType DeclType,unsigned & Index,InitListExpr * StructuredList,unsigned & StructuredIndex) CheckComplexType() argument
1599 CheckScalarType(const InitializedEntity & Entity,InitListExpr * IList,QualType DeclType,unsigned & Index,InitListExpr * StructuredList,unsigned & StructuredIndex) CheckScalarType() argument
1682 CheckReferenceType(const InitializedEntity & Entity,InitListExpr * IList,QualType DeclType,unsigned & Index,InitListExpr * StructuredList,unsigned & StructuredIndex) CheckReferenceType() argument
1739 CheckVectorType(const InitializedEntity & Entity,InitListExpr * IList,QualType DeclType,unsigned & Index,InitListExpr * StructuredList,unsigned & StructuredIndex) CheckVectorType() argument
1916 CheckArrayType(const InitializedEntity & Entity,InitListExpr * IList,QualType & DeclType,llvm::APSInt elementIndex,bool SubobjectIsDesignatorContext,unsigned & Index,InitListExpr * StructuredList,unsigned & StructuredIndex) CheckArrayType() argument
2072 CheckFlexibleArrayInit(const InitializedEntity & Entity,Expr * InitExpr,FieldDecl * Field,bool TopLevelObject) CheckFlexibleArrayInit() argument
2107 CheckStructUnionTypes(const InitializedEntity & Entity,InitListExpr * IList,QualType DeclType,CXXRecordDecl::base_class_const_range Bases,RecordDecl::field_iterator Field,bool SubobjectIsDesignatorContext,unsigned & Index,InitListExpr * StructuredList,unsigned & StructuredIndex,bool TopLevelObject) CheckStructUnionTypes() argument
2543 CheckDesignatedInitializer(const InitializedEntity & Entity,InitListExpr * IList,DesignatedInitExpr * DIE,unsigned DesigIdx,QualType & CurrentObjectType,RecordDecl::field_iterator * NextField,llvm::APSInt * NextElementIndex,unsigned & Index,InitListExpr * StructuredList,unsigned & StructuredIndex,bool FinishSubobjectInit,bool TopLevelObject) CheckDesignatedInitializer() argument
3305 CanPerformAggregateInitializationForOverloadResolution(const InitializedEntity & Entity,InitListExpr * From) CanPerformAggregateInitializationForOverloadResolution() argument
3983 maybeRecoverWithZeroInitialization(Sema & S,InitializationSequence & Sequence,const InitializedEntity & Entity) maybeRecoverWithZeroInitialization() argument
4004 MaybeProduceObjCObject(Sema & S,InitializationSequence & Sequence,const InitializedEntity & Entity) MaybeProduceObjCObject() argument
4205 TryConstructorInitialization(Sema & S,const InitializedEntity & Entity,const InitializationKind & Kind,MultiExprArg Args,QualType DestType,QualType DestArrayType,InitializationSequence & Sequence,bool IsListInit=false,bool IsInitListCopy=false) TryConstructorInitialization() argument
4430 TryReferenceListInitialization(Sema & S,const InitializedEntity & Entity,const InitializationKind & Kind,InitListExpr * InitList,InitializationSequence & Sequence,bool TreatUnavailableAsInvalid) TryReferenceListInitialization() argument
4533 TryListInitialization(Sema & S,const InitializedEntity & Entity,const InitializationKind & Kind,InitListExpr * InitList,InitializationSequence & Sequence,bool TreatUnavailableAsInvalid) TryListInitialization() argument
4750 TryRefInitWithConversionFunction(Sema & S,const InitializedEntity & Entity,const InitializationKind & Kind,Expr * Initializer,bool AllowRValues,bool IsLValueRef,InitializationSequence & Sequence) TryRefInitWithConversionFunction() argument
4934 TryReferenceInitialization(Sema & S,const InitializedEntity & Entity,const InitializationKind & Kind,Expr * Initializer,InitializationSequence & Sequence,bool TopLevelOfInitList) TryReferenceInitialization() argument
4973 TryReferenceInitializationCore(Sema & S,const InitializedEntity & Entity,const InitializationKind & Kind,Expr * Initializer,QualType cv1T1,QualType T1,Qualifiers T1Quals,QualType cv2T2,QualType T2,Qualifiers T2Quals,InitializationSequence & Sequence,bool TopLevelOfInitList) TryReferenceInitializationCore() argument
5297 TryStringLiteralInitialization(Sema & S,const InitializedEntity & Entity,const InitializationKind & Kind,Expr * Initializer,InitializationSequence & Sequence) TryStringLiteralInitialization() argument
5306 TryValueInitialization(Sema & S,const InitializedEntity & Entity,const InitializationKind & Kind,InitializationSequence & Sequence,InitListExpr * InitList) TryValueInitialization() argument
5384 TryDefaultInitialization(Sema & S,const InitializedEntity & Entity,const InitializationKind & Kind,InitializationSequence & Sequence) TryDefaultInitialization() argument
5422 TryOrBuildParenListInitialization(Sema & S,const InitializedEntity & Entity,const InitializationKind & Kind,ArrayRef<Expr * > Args,InitializationSequence & Sequence,bool VerifyOnly,ExprResult * Result=nullptr) TryOrBuildParenListInitialization() argument
5861 isLibstdcxxPointerReturnFalseHack(Sema & S,const InitializedEntity & Entity,const Expr * Init) isLibstdcxxPointerReturnFalseHack() argument
5978 tryObjCWritebackConversion(Sema & S,InitializationSequence & Sequence,const InitializedEntity & Entity,Expr * Initializer) tryObjCWritebackConversion() argument
6084 InitializationSequence(Sema & S,const InitializedEntity & Entity,const InitializationKind & Kind,MultiExprArg Args,bool TopLevelOfInitList,bool TreatUnavailableAsInvalid) InitializationSequence() argument
6105 canPerformArrayCopy(const InitializedEntity & Entity) canPerformArrayCopy() argument
6140 InitializeFrom(Sema & S,const InitializedEntity & Entity,const InitializationKind & Kind,MultiExprArg Args,bool TopLevelOfInitList,bool TreatUnavailableAsInvalid) InitializeFrom() argument
6574 getAssignmentAction(const InitializedEntity & Entity,bool Diagnose=false) getAssignmentAction() argument
6629 shouldBindAsTemporary(const InitializedEntity & Entity) shouldBindAsTemporary() argument
6663 shouldDestroyEntity(const InitializedEntity & Entity) shouldDestroyEntity() argument
6696 getInitializationLoc(const InitializedEntity & Entity,Expr * Initializer) getInitializationLoc() argument
6756 CopyObject(Sema & S,QualType T,const InitializedEntity & Entity,ExprResult CurInit,bool IsExtraneousCopy) CopyObject() argument
6906 CheckCXX98CompatAccessibleCopy(Sema & S,const InitializedEntity & Entity,Expr * CurInitExpr) CheckCXX98CompatAccessibleCopy() argument
6961 PrintInitLocationNote(Sema & S,const InitializedEntity & Entity) PrintInitLocationNote() argument
6981 isExplicitTemporary(const InitializedEntity & Entity,const InitializationKind & Kind,unsigned NumArgs) isExplicitTemporary() argument
7007 PerformConstructorInitialization(Sema & S,const InitializedEntity & Entity,const InitializationKind & Kind,MultiExprArg Args,const InitializationSequence::Step & Step,bool & ConstructorInitRequiresZeroInit,bool IsListInitialization,bool IsStdInitListInitialization,SourceLocation LBraceLoc,SourceLocation RBraceLoc) PerformConstructorInitialization() argument
7184 getEntityLifetime(const InitializedEntity * Entity,const InitializedEntity * InitField=nullptr) getEntityLifetime() argument
8090 checkInitializerLifetime(const InitializedEntity & Entity,Expr * Init) checkInitializerLifetime() argument
8535 Perform(Sema & S,const InitializedEntity & Entity,const InitializationKind & Kind,MultiExprArg Args,QualType * ResultType) Perform() argument
9485 emitBadConversionNotes(Sema & S,const InitializedEntity & entity,Expr * op) emitBadConversionNotes() argument
9516 diagnoseListInit(Sema & S,const InitializedEntity & Entity,InitListExpr * InitList) diagnoseListInit() argument
9553 Diagnose(Sema & S,const InitializedEntity & Entity,const InitializationKind & Kind,ArrayRef<Expr * > Args) Diagnose() argument
10501 CanPerformCopyInitialization(const InitializedEntity & Entity,ExprResult Init) CanPerformCopyInitialization() argument
10516 PerformCopyInitialization(const InitializedEntity & Entity,SourceLocation EqualLoc,ExprResult Init,bool TopLevelOfInitList,bool AllowExplicit) PerformCopyInitialization() argument
10587 DeduceTemplateSpecializationFromInitializer(TypeSourceInfo * TSInfo,const InitializedEntity & Entity,const InitializationKind & Kind,MultiExprArg Inits) DeduceTemplateSpecializationFromInitializer() argument
[all...]
H A DSemaTemplateInstantiate.cpp130 auto *TATD = cast<TypeAliasTemplateDecl>(CSC.Entity), in HandleDefaultTempArgIntoTempTempParam()
315 // If this is a friend or local declaration and it declares an entity at
584 Decl *Entity, NamedDecl *Template, ArrayRef<TemplateArgument> TemplateArgs, in InstantiatingTemplate()
600 Inst.Entity = Entity; in InstantiatingTemplate()
608 AlreadyInstantiating = !Inst.Entity ? false : in InstantiatingTemplate()
610 .insert({Inst.Entity->getCanonicalDecl(), Inst.Kind}) in InstantiatingTemplate()
617 Sema &SemaRef, SourceLocation PointOfInstantiation, Decl *Entity, in InstantiatingTemplate()
621 PointOfInstantiation, InstantiationRange, Entity) {} in InstantiatingTemplate()
624 Sema &SemaRef, SourceLocation PointOfInstantiation, FunctionDecl *Entity, in InstantiatingTemplate()
457 InstantiatingTemplate(Sema & SemaRef,CodeSynthesisContext::SynthesisKind Kind,SourceLocation PointOfInstantiation,SourceRange InstantiationRange,Decl * Entity,NamedDecl * Template,ArrayRef<TemplateArgument> TemplateArgs,sema::TemplateDeductionInfo * DeductionInfo) InstantiatingTemplate() argument
490 InstantiatingTemplate(Sema & SemaRef,SourceLocation PointOfInstantiation,Decl * Entity,SourceRange InstantiationRange) InstantiatingTemplate() argument
497 InstantiatingTemplate(Sema & SemaRef,SourceLocation PointOfInstantiation,FunctionDecl * Entity,ExceptionSpecification,SourceRange InstantiationRange) InstantiatingTemplate() argument
661 InstantiatingTemplate(Sema & SemaRef,SourceLocation PointOfInstantiation,TemplateDecl * Entity,BuildingDeductionGuidesTag,SourceRange InstantiationRange) InstantiatingTemplate() argument
1202 DeclarationName Entity; global() member in __anonaef6f5c70211::TemplateInstantiator
1211 TemplateInstantiator(Sema & SemaRef,const MultiLevelTemplateArgumentList & TemplateArgs,SourceLocation Loc,DeclarationName Entity) TemplateInstantiator() argument
1237 setBase(SourceLocation Loc,DeclarationName Entity) setBase() argument
2357 SmallString<128> Entity; createSubstDiag() local
2370 SmallString<128> Entity; createSubstDiagAt() local
2558 SmallString<128> Entity; TransformNestedRequirement() local
2605 SubstType(TypeSourceInfo * T,const MultiLevelTemplateArgumentList & Args,SourceLocation Loc,DeclarationName Entity,bool AllowDeducedTST) SubstType() argument
2623 SubstType(TypeLoc TL,const MultiLevelTemplateArgumentList & Args,SourceLocation Loc,DeclarationName Entity) SubstType() argument
2653 SubstType(QualType T,const MultiLevelTemplateArgumentList & TemplateArgs,SourceLocation Loc,DeclarationName Entity) SubstType() argument
2696 SubstFunctionDeclType(TypeSourceInfo * T,const MultiLevelTemplateArgumentList & Args,SourceLocation Loc,DeclarationName Entity,CXXRecordDecl * ThisContext,Qualifiers ThisTypeQuals,bool EvaluateConstraints) SubstFunctionDeclType() argument
3076 InitializedEntity Entity SubstDefaultArgument() local
[all...]
/freebsd-src/contrib/expat/tests/
H A Dacc_tests.c99 "<?pi3?><!ENTITY % e1 SYSTEM 'second.ent'><?pi4?>%e1;<?pi5?>", "<?pi6?>", in START_TEST()
110 "<!ENTITY e \"111<![CDATA[2 <= 2]]>333\">\n" in START_TEST()
118 "<!ENTITY % draft 'INCLUDE'>\n" in START_TEST()
119 "<!ENTITY % final 'IGNORE'>\n" in START_TEST()
120 "<!ENTITY % import SYSTEM \"first.ent\">\n" in START_TEST()
131 "<!ENTITY nine \"123456789\">\n" in START_TEST()
136 "<!ENTITY nine \"123456789\">\n" in START_TEST()
141 "<!ENTITY nine \"123456789\">\n" in START_TEST()
142 "<!ENTITY nine2 \"&nine;&nine;\">\n" in START_TEST()
149 " <!ENTITY fiv in START_TEST()
[all...]
H A Dalloc_tests.c294 * correctly reported. Based on the external entity test cases.
299 "<doc>&entity;</doc>"; in START_TEST()
316 "<doc>&entity;</doc>"; in START_TEST()
346 " <!ENTITY en SYSTEM 'http://example.org/entity.ent'>\n" in START_TEST()
362 /* Test more external entity allocation failure paths */
366 " <!ENTITY en SYSTEM 'http://example.org/entity.ent'>\n" in START_TEST()
391 fail("External entity parsed despite duff allocator"); in START_TEST()
393 fail("External entity not parsed at max allocation count"); in START_TEST()
400 " <!ENTITY en SYSTEM 'http://example.org/dummy.ent'>\n" in START_TEST()
430 "<!DOCTYPE test [<!ENTITY foo 'bar'>]>\n" in START_TEST()
[all …]
H A Dbasic_tests.c953 "<!DOCTYPE test [<!ENTITY foo 'bar'>]>\n" in START_TEST()
966 "<!DOCTYPE test [<!ENTITY foo 'bar'>]>\n" in START_TEST()
979 " <!ENTITY en SYSTEM 'http://example.org/dummy.ent'>\n" in START_TEST()
1001 " <!ENTITY en SYSTEM 'http://example.org/dummy.ent'>\n" in START_TEST()
1013 " <!ENTITY en SYSTEM 'http://example.org/dummy.ent'>\n" in START_TEST()
1034 " <!ENTITY en SYSTEM 'http://example.org/dummy.ent'>\n" in START_TEST()
1048 /* Try handing an invalid encoding to an external entity parser */
1052 "<doc>&entity;</doc>"; in START_TEST()
1061 "Bad encoding not faulted in external entity handler"); in START_TEST()
1070 "<doc>&entity;</do in START_TEST()
[all...]
H A Dhandlers.c410 /* External Entity Handlers */
450 fail("Could not create external entity parser."); in external_entity_loader()
453 fail("XML_SetEncoding() ignored for external entity"); in external_entity_loader()
477 fail("Could not create external entity parser"); in external_entity_faulter()
518 fail("Could not create external entity parser"); in external_entity_resetter()
576 fail("Could not create external entity parser"); in external_entity_suspender()
614 fail("Could not create external entity parser"); in external_entity_suspend_xmldecl()
652 fail("Could not create external entity parser"); in external_entity_suspending_faulter()
704 fail("Could not create external entity parser"); in external_entity_cr_catcher()
725 fail("Could not create external entity parse in external_entity_bad_cr_catcher()
[all...]
/freebsd-src/contrib/wpa/src/ap/
H A Dap_mlme.c41 * relationship with a specific peer MAC entity
46 * authentication relationship with a specific peer MAC entity that
48 * that specific peer MAC entity.
72 * authentication relationship with a specific peer MAC entity
78 * authentication relationship with a specific peer MAC entity.
96 * a specific peer MAC entity
101 * association with a specific peer MAC entity that resulted from an
102 * association procedure that was initiated by that specific peer MAC entity.
123 * with a specific peer MAC entity
128 * reassociation with a specific peer MAC entity tha
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp91 /// Returns true if the preprocessed entity that \arg PPEI iterator
105 assert(0 && "Out-of bounds loaded preprocessed entity"); in isEntityInFileID()
113 // See if the external source can see if the entity is in the file without in isEntityInFileID()
120 // the entity to check it. in isEntityInFileID()
127 assert(0 && "Out-of bounds local preprocessed entity"); in isEntityInFileID()
252 PreprocessingRecord::addPreprocessedEntity(PreprocessedEntity *Entity) { in addPreprocessedEntity() argument
253 assert(Entity); in addPreprocessedEntity()
254 SourceLocation BeginLoc = Entity->getSourceRange().getBegin(); in addPreprocessedEntity()
256 if (isa<MacroDefinitionRecord>(Entity)) { in addPreprocessedEntity()
262 PreprocessedEntities.push_back(Entity); in addPreprocessedEntity()
372 PreprocessedEntity *&Entity = LoadedPreprocessedEntities[Index]; getLoadedPreprocessedEntity() local
[all...]
/freebsd-src/contrib/ntp/ntpsnmpd/
H A Dntpv4-mib.mib121 -- Section 1: General NTP Entity information objects
175 "The entity's precision in integer format, shows the precision.
184 "The distance from this NTP entity to the root time reference
228 "The NTP entity's own stratum value. Should be a stratum of
272 "The root dispersion of the running NTP entity, e.g., '6.927'."
280 "The uptime of the NTP entity, (i.e., the time since ntpd was
332 NTP entity from the transport service.
334 upon cold start or reinitialization of the NTP entity, the
346 transport service by this NTP entity.
348 upon cold start or reinitialization of the NTP entity, the
[all …]
/freebsd-src/contrib/expat/lib/
H A Dexpat.h345 /* This is called for entity declarations. The is_parameter_entity
346 argument will be non-zero if the entity is a parameter entity, zero
349 For internal entities (<!ENTITY foo "bar">), value will
358 non-NULL value only for unparsed entity declarations.
376 This is called for a declaration of an unparsed (NDATA) entity.
410 external subset or a reference to a parameter entity, but does not
414 If parameter entity parsing is enabled, then in addition to the
416 entity was actually read.
421 entity
[all...]
H A Dxmlparse.c330 } ENTITY;
396 /* false once a parameter entity reference has been skipped */
422 ENTITY *entity;
429 XML_ACCOUNT_ENTITY_EXPANSION, /* intermediate bytes produced during entity
484 static enum XML_Error processInternalEntity(XML_Parser parser, ENTITY *entity,
529 static enum XML_Error storeSelfEntityValue(XML_Parser parser, ENTITY *entity);
609 static void entityTrackingReportStats(XML_Parser parser, ENTITY *entit
328 } ENTITY; global() typedef
420 ENTITY *entity; global() member
2890 ENTITY *entity; doContent() local
4892 ENTITY *entity = (ENTITY *)lookup(parser, &dtd->paramEntities, doProlog() local
4939 ENTITY *entity = (ENTITY *)lookup(parser, &dtd->paramEntities, doProlog() local
5469 ENTITY *entity; doProlog() local
5809 processInternalEntity(XML_Parser parser,ENTITY * entity,XML_Bool betweenDecl) processInternalEntity() argument
5875 ENTITY *entity; internalEntityProcessor() local
6049 ENTITY *entity; appendAttributeValue() local
6215 ENTITY *entity; storeEntityValue() local
6364 storeSelfEntityValue(XML_Parser parser,ENTITY * entity) storeSelfEntityValue() argument
7925 entityTrackingReportStats(XML_Parser rootParser,ENTITY * entity,const char * action,int sourceLine) entityTrackingReportStats() argument
7949 entityTrackingOnOpen(XML_Parser originParser,ENTITY * entity,int sourceLine) entityTrackingOnOpen() argument
7964 entityTrackingOnClose(XML_Parser originParser,ENTITY * entity,int sourceLine) entityTrackingOnClose() argument
[all...]
/freebsd-src/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib_common.h31 /* Extended entity
33 * Layout of the cudbg dump file when extended entity is present.
39 * |entity headers |
41 * | Entity data |
46 * |extended entity|
49 * |extended entity|
54 * Extended entity: This comes into picture only when cudbg_collect() is called
93 u32 next_ext_offset; /* pointer to next extended entity meta data */
/freebsd-src/crypto/openssl/
H A DLICENSE.txt13 "Licensor" shall mean the copyright owner or entity authorized by
16 "Legal Entity" shall mean the union of the acting entity and all
18 control with that entity. For the purposes of this definition,
20 direction or management of such entity, whether by contract or
22 outstanding shares, or (iii) beneficial ownership of such entity.
24 "You" (or "Your") shall mean an individual or Legal Entity
53 or by an individual or Legal Entity authorized to submit on behalf of
63 "Contributor" shall mean Licensor and any individual or Legal Entity
83 institute patent litigation against any entity (including a
/freebsd-src/sys/contrib/openzfs/module/icp/asm-x86_64/modes/
H A DTHIRDPARTYLICENSE.openssl13 "Licensor" shall mean the copyright owner or entity authorized by
16 "Legal Entity" shall mean the union of the acting entity and all
18 control with that entity. For the purposes of this definition,
20 direction or management of such entity, whether by contract or
22 outstanding shares, or (iii) beneficial ownership of such entity.
24 "You" (or "Your") shall mean an individual or Legal Entity
53 or by an individual or Legal Entity authorized to submit on behalf of
63 "Contributor" shall mean Licensor and any individual or Legal Entity
83 institute patent litigation against any entity (including a
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h56 /// Base class that describes a preprocessed entity, which may be a
60 /// The kind of preprocessed entity an object describes.
62 /// Indicates a problem trying to load the preprocessed entity.
85 /// The kind of preprocessed entity that this object describes.
88 /// The source range that covers this preprocessed entity.
98 /// Retrieve the kind of preprocessed entity stored in this object.
102 /// entity.
106 /// entity.
283 /// Read a preallocated preprocessed entity from the external source.
286 /// entity fro
[all...]
/freebsd-src/sys/contrib/openzfs/contrib/pyzfs/
H A DLICENSE13 "Licensor" shall mean the copyright owner or entity authorized by
16 "Legal Entity" shall mean the union of the acting entity and all
18 control with that entity. For the purposes of this definition,
20 direction or management of such entity, whether by contract or
22 outstanding shares, or (iii) beneficial ownership of such entity.
24 "You" (or "Your") shall mean an individual or Legal Entity
53 or by an individual or Legal Entity authorized to submit on behalf of
63 "Contributor" shall mean Licensor and any individual or Legal Entity
83 institute patent litigation against any entity (including a
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Expression/
H A DMaterializer.h83 /// Create entity from supplied ValueObject and count it as a member
114 class Entity {
116 Entity() = default;
118 virtual ~Entity() = default;
145 uint32_t AddStructMember(Entity &entity);
147 typedef std::unique_ptr<Entity> EntityUP;
/freebsd-src/contrib/arm-optimized-routines/
H A DLICENSE43 "Licensor" shall mean the copyright owner or entity authorized by
46 "Legal Entity" shall mean the union of the acting entity and all
48 control with that entity. For the purposes of this definition,
50 direction or management of such entity, whether by contract or
52 outstanding shares, or (iii) beneficial ownership of such entity.
54 "You" (or "Your") shall mean an individual or Legal Entity
83 or by an individual or Legal Entity authorized to submit on behalf of
93 "Contributor" shall mean Licensor and any individual or Legal Entity
113 institute patent litigation against any entity (including a
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DLinkage.h23 /// (C++ [basic.link], C99 6.2.2) that an entity may have.
28 /// No linkage, which means that the entity is unique and
32 /// Internal linkage, which indicates that the entity can
50 /// Module linkage, which indicates that the entity can be referred
56 /// External linkage, which indicates that the entity can
62 /// (C++ [dcl.link]) that an entity may have.
/freebsd-src/contrib/expat/doc/
H A Dxmlwf.xml22 <!ENTITY dhfirstname "<firstname>Scott</firstname>">
23 <!ENTITY dhsurname "<surname>Bronson</surname>">
24 <!ENTITY dhdate "<date>November 6, 2024</date>">
26 <!ENTITY dhsection "<manvolnum>1</manvolnum>">
27 <!ENTITY dhemail "<email>bronson@rinspin.com</email>">
28 <!ENTITY dhusername "Scott Bronson">
29 <!ENTITY dhucpackage "<refentrytitle>XMLWF</refentrytitle>">
30 <!ENTITY dhpackage "xmlwf">
32 <!ENTITY debian "<productname>Debian GNU/Linux</productname>">
33 <!ENTITY gn
[all...]
/freebsd-src/contrib/llvm-project/openmp/
H A DLICENSE.TXT16 "Licensor" shall mean the copyright owner or entity authorized by
19 "Legal Entity" shall mean the union of the acting entity and all
21 control with that entity. For the purposes of this definition,
23 direction or management of such entity, whether by contract or
25 outstanding shares, or (iii) beneficial ownership of such entity.
27 "You" (or "Your") shall mean an individual or Legal Entity
56 or by an individual or Legal Entity authorized to submit on behalf of
66 "Contributor" shall mean Licensor and any individual or Legal Entity
86 institute patent litigation against any entity (including a
348 submitted. If any entity institutes patent litigation against Intel or any
[all …]
/freebsd-src/share/man/man9/
H A Dunr.971 Initialize a new unit number allocator entity.
92 Clear all units from the specified unit number allocator entity.
93 This function resets the entity as if it were just initialized with
96 Delete specified unit number allocator entity.
97 This function frees the memory associated with the entity, it does not free
/freebsd-src/contrib/llvm-project/lldb/
H A DLICENSE.TXT16 "Licensor" shall mean the copyright owner or entity authorized by
19 "Legal Entity" shall mean the union of the acting entity and all
21 control with that entity. For the purposes of this definition,
23 direction or management of such entity, whether by contract or
25 outstanding shares, or (iii) beneficial ownership of such entity.
27 "You" (or "Your") shall mean an individual or Legal Entity
56 or by an individual or Legal Entity authorized to submit on behalf of
66 "Contributor" shall mean Licensor and any individual or Legal Entity
86 institute patent litigation against any entity (including a

12345678910>>...20