/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Initialization.h | 46 /// 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 being initialized is an element of an array. [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAccess.cpp | 161 AccessTarget(const AccessedEntity &Entity) in AccessTarget() 162 : AccessedEntity(Entity) { in AccessTarget() 1034 /// Given that an entity has protected natural access, check whether 1116 AccessTarget &entity) { in diagnoseBadDirectAccess() argument 1117 assert(entity.isMemberAccess()); in diagnoseBadDirectAccess() 1118 NamedDecl *D = entity.getTargetDecl(); in diagnoseBadDirectAccess() 1121 TryDiagnoseProtectedAccess(S, EC, entity)) in diagnoseBadDirectAccess() 1173 AccessTarget &entity) { in DiagnoseAccessPath() argument 1175 AccessTarget::SavedInstanceContext _ = entity.saveInstanceContext(); in DiagnoseAccessPath() 1184 if (entity.isMemberAccess()) { in DiagnoseAccessPath() [all …]
|
H A D | SemaInit.cpp | 196 static bool initializingConstexprVariable(const InitializedEntity &Entity) { in initializingConstexprVariable() argument 197 Decl *D = Entity.getDecl(); in initializingConstexprVariable() 198 const InitializedEntity *Parent = &Entity; in initializingConstexprVariable() 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, [all …]
|
H A D | CheckExprLifetime.cpp | 20 /// The lifetime of a temporary bound to this entity ends at the end of the 24 /// The lifetime of a temporary bound to this entity is extended to the 25 /// lifeitme of the entity itself. 28 /// The lifetime of a temporary bound to this entity probably ends too soon, 29 /// because the entity is allocated in a new-expression. 32 /// The lifetime of a temporary bound to this entity ends too soon, because 33 /// the entity is a return object. 36 /// The lifetime of a temporary bound to this entity ends too soon, because 37 /// the entity is the result of a statement expression. 44 /// The lifetime of a temporary bound to this entity probably ends too soon, [all …]
|
H A D | CheckExprLifetime.h | 21 /// Describes an entity that is being assigned. 28 /// sufficient for initializing the entity, and perform lifetime extension 30 void checkExprLifetime(Sema &SemaRef, const InitializedEntity &Entity, 34 /// sufficient for assigning to the entity. 35 void checkExprLifetime(Sema &SemaRef, const AssignedEntity &Entity, Expr *Init);
|
H A D | SemaTemplateInstantiate.cpp | 130 auto *TATD = cast<TypeAliasTemplateDecl>(CSC.Entity), in getEnclosingTypeAliasTemplateDecl() 315 // If this is a friend or local declaration and it declares an entity at in HandleFunction() 584 Decl *Entity, NamedDecl *Template, ArrayRef<TemplateArgument> TemplateArgs, in InstantiatingTemplate() argument 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() argument 621 PointOfInstantiation, InstantiationRange, Entity) {} in InstantiatingTemplate() 624 Sema &SemaRef, SourceLocation PointOfInstantiation, FunctionDecl *Entity, in InstantiatingTemplate() argument 628 PointOfInstantiation, InstantiationRange, Entity) {} in InstantiatingTemplate() [all …]
|
/freebsd/contrib/expat/tests/ |
H A D | acc_tests.c | 99 "<?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 five SYSTEM 'first.ent'>\n" in START_TEST() [all …]
|
H A D | alloc_tests.c | 295 * correctly reported. Based on the external entity test cases. 300 "<doc>&entity;</doc>"; in START_TEST() 317 "<doc>&entity;</doc>"; in START_TEST() 347 " <!ENTITY en SYSTEM 'http://example.org/entity.ent'>\n" in START_TEST() 363 /* Test more external entity allocation failure paths */ 367 " <!ENTITY en SYSTEM 'http://example.org/entity.ent'>\n" in START_TEST() 392 fail("External entity parsed despite duff allocator"); in START_TEST() 394 fail("External entity not parsed at max allocation count"); in START_TEST() 401 " <!ENTITY en SYSTEM 'http://example.org/dummy.ent'>\n" in START_TEST() 431 "<!DOCTYPE test [<!ENTITY foo 'bar'>]>\n" in START_TEST() [all …]
|
H A D | basic_tests.c | 954 "<!DOCTYPE test [<!ENTITY foo 'bar'>]>\n" in START_TEST() 967 "<!DOCTYPE test [<!ENTITY foo 'bar'>]>\n" in START_TEST() 980 " <!ENTITY en SYSTEM 'http://example.org/dummy.ent'>\n" in START_TEST() 1002 " <!ENTITY en SYSTEM 'http://example.org/dummy.ent'>\n" in START_TEST() 1014 " <!ENTITY en SYSTEM 'http://example.org/dummy.ent'>\n" in START_TEST() 1035 " <!ENTITY en SYSTEM 'http://example.org/dummy.ent'>\n" in START_TEST() 1049 /* Try handing an invalid encoding to an external entity parser */ 1053 "<doc>&entity;</doc>"; in START_TEST() 1062 "Bad encoding not faulted in external entity handler"); in START_TEST() 1071 "<doc>&entity;</doc>"; in START_TEST() [all …]
|
H A D | misc_tests.c | 338 "<!ENTITY % element_d '<!ELEMENT d (#PCDATA)*>'>\n" in START_TEST() 340 "<!ENTITY % e ']><d/>'>\n" in START_TEST() 345 "<!ENTITY % element_d '<!ELEMENT d (#PCDATA)*>'>\n" in START_TEST() 347 "<!ENTITY % e1 ']><d/>'><!ENTITY % e2 '%e1;'>\n" in START_TEST() 352 "<!ENTITY % element_d '<!ELEMENT d (#PCDATA)*>'>\n" in START_TEST() 354 "<!ENTITY % e ']><d'>\n" in START_TEST() 359 "<!ENTITY % element_doc '<!ELEMENT doc (#PCDATA)*>'>\n" in START_TEST() 361 "<!ENTITY % foo ']>\n" in START_TEST() 479 // is pattern "<!ENTITY entity123 SYSTEM 'filename123'>". A NULL context in START_TEST() 497 "<!ENTITY e1 'v1'>\n" in START_TEST() [all …]
|
H A D | handlers.c | 410 /* 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 parser"); in external_entity_bad_cr_catcher() [all …]
|
/freebsd/contrib/wpa/src/ap/ |
H A D | ap_mlme.c | 41 * 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 that resulted from a [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PreprocessingRecord.cpp | 91 /// 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() [all …]
|
/freebsd/contrib/ntp/ntpsnmpd/ |
H A D | ntpv4-mib.mib | 121 -- 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/contrib/expat/lib/ |
H A D | xmlparse.c | 328 XML_Bool hasMore; /* true if entity has not been completely processed */ 329 /* An entity can be open while being already completely processed (hasMore == 334 } ENTITY; typedef 400 /* false once a parameter entity reference has been skipped */ 432 ENTITY *entity; member 440 XML_ACCOUNT_ENTITY_EXPANSION, /* intermediate bytes produced during entity 495 static enum XML_Error processEntity(XML_Parser parser, ENTITY *entity, 544 static enum XML_Error storeSelfEntityValue(XML_Parser parser, ENTITY *entity); 624 static void entityTrackingReportStats(XML_Parser parser, ENTITY *entity, 626 static void entityTrackingOnOpen(XML_Parser parser, ENTITY *entity, [all …]
|
H A D | expat.h | 345 /* 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. The referenced entity is not automatically parsed. The 425 The parser argument is the parser parsing the entity containing the [all …]
|
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/modes/ |
H A D | THIRDPARTYLICENSE.openssl | 13 "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/crypto/openssl/ |
H A D | LICENSE.txt | 13 "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/sys/dev/cxgbe/cudbg/ |
H A D | cudbg_lib_common.h | 31 /* 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/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | PreprocessingRecord.h | 56 /// 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 from being loaded. [all …]
|
/freebsd/sys/contrib/openzfs/contrib/pyzfs/ |
H A D | LICENSE | 13 "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/contrib/llvm-project/lldb/include/lldb/Expression/ |
H A D | Materializer.h | 83 /// 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/contrib/arm-optimized-routines/ |
H A D | LICENSE | 43 "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/contrib/expat/doc/ |
H A D | xmlwf.xml | 22 <!ENTITY dhfirstname "<firstname>Scott</firstname>"> 23 <!ENTITY dhsurname "<surname>Bronson</surname>"> 24 <!ENTITY dhdate "<date>March 27, 2025</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 gnu "<acronym>GNU</acronym>"> [all …]
|
/freebsd/contrib/llvm-project/openmp/ |
H A D | LICENSE.TXT | 16 "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 …]
|