| /src/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 …]
|
| /src/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);
|
| /src/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 | misc_tests.c | 339 "<!ENTITY % element_d '<!ELEMENT d (#PCDATA)*>'>\n" in START_TEST() 341 "<!ENTITY % e ']><d/>'>\n" in START_TEST() 346 "<!ENTITY % element_d '<!ELEMENT d (#PCDATA)*>'>\n" in START_TEST() 348 "<!ENTITY % e1 ']><d/>'><!ENTITY % e2 '%e1;'>\n" in START_TEST() 353 "<!ENTITY % element_d '<!ELEMENT d (#PCDATA)*>'>\n" in START_TEST() 355 "<!ENTITY % e ']><d'>\n" in START_TEST() 360 "<!ENTITY % element_doc '<!ELEMENT doc (#PCDATA)*>'>\n" in START_TEST() 362 "<!ENTITY % foo ']>\n" in START_TEST() 480 // is pattern "<!ENTITY entity123 SYSTEM 'filename123'>". A NULL context in START_TEST() 498 "<!ENTITY e1 'v1'>\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 | alloc_tests.c | 301 * correctly reported. Based on the external entity test cases. 306 "<doc>&entity;</doc>"; in START_TEST() 323 "<doc>&entity;</doc>"; in START_TEST() 353 " <!ENTITY en SYSTEM 'http://example.org/entity.ent'>\n" in START_TEST() 369 /* Test more external entity allocation failure paths */ 373 " <!ENTITY en SYSTEM 'http://example.org/entity.ent'>\n" in START_TEST() 398 fail("External entity parsed despite duff allocator"); in START_TEST() 400 fail("External entity not parsed at max allocation count"); in START_TEST() 407 " <!ENTITY en SYSTEM 'http://example.org/dummy.ent'>\n" in START_TEST() 437 "<!DOCTYPE test [<!ENTITY foo 'bar'>]>\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 …]
|
| /src/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 …]
|
| /src/sys/contrib/edk2/Include/Protocol/ |
| H A D | IdeControllerInit.h | 5 to the driver entity. This protocol is mandatory for IDE controllers if the 6 IDE devices behind the controller are to be enumerated by a driver entity. 10 IDE controller. A driver entity that wishes to manage an IDE bus and possibly 48 /// The driver entity is about to begin enumerating the devices 54 /// The driver entity has completed enumerating the devices 60 /// The driver entity is about to reset the devices behind the 66 /// The driver entity has completed resetting the devices behind 72 /// The driver entity is about to detect the presence of devices 79 /// The driver entity is done with detecting the presence of 237 The driver entity uses this information during the enumeration process. [all …]
|
| /src/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 …]
|
| /src/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 …]
|
| /src/contrib/expat/lib/ |
| H A D | xmlparse.c | 329 XML_Bool hasMore; /* true if entity has not been completely processed */ 330 /* An entity can be open while being already completely processed (hasMore == 335 } ENTITY; typedef 401 /* false once a parameter entity reference has been skipped */ 433 ENTITY *entity; member 441 XML_ACCOUNT_ENTITY_EXPANSION, /* intermediate bytes produced during entity 504 static enum XML_Error processEntity(XML_Parser parser, ENTITY *entity, 553 static enum XML_Error storeSelfEntityValue(XML_Parser parser, ENTITY *entity); 630 static void entityTrackingReportStats(XML_Parser parser, ENTITY *entity, 632 static void entityTrackingOnOpen(XML_Parser parser, ENTITY *entity, [all …]
|
| H A D | expat.h | 346 /* This is called for entity declarations. The is_parameter_entity 347 argument will be non-zero if the entity is a parameter entity, zero 350 For internal entities (<!ENTITY foo "bar">), value will 359 non-NULL value only for unparsed entity declarations. 377 This is called for a declaration of an unparsed (NDATA) entity. 411 external subset or a reference to a parameter entity, but does not 415 If parameter entity parsing is enabled, then in addition to the 417 entity was actually read. 422 entity. The referenced entity is not automatically parsed. The 426 The parser argument is the parser parsing the entity containing the [all …]
|
| /src/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
|
| /src/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
|
| /src/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 88 u32 next_ext_offset; /* pointer to next extended entity meta data */
|
| /src/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 …]
|
| /src/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
|
| /src/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;
|
| /src/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
|
| /src/contrib/expat/doc/ |
| H A D | xmlwf.xml | 22 <!ENTITY dhfirstname "<firstname>Scott</firstname>"> 23 <!ENTITY dhsurname "<surname>Bronson</surname>"> 24 <!ENTITY dhdate "<date>September 24, 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 …]
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Linkage.h | 23 /// (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.
|