Home
last modified time | relevance | path

Searched full:qualified (Results 1 – 25 of 489) sorted by relevance

12345678910>>...20

/freebsd/lib/libpmc/
H A Dpmc.amd.392 qualified using a mask qualifier.
117 This event may be further qualified using
136 The event may be further qualified by using
152 This event may be further qualified using
178 This event may be further qualified using
214 This event may be further qualified using
231 This event may be further qualified using
268 This event may be further qualified using
285 This event may be further qualified using
319 This event may be further qualified usin
[all...]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DQualTypeNames.h10 // Functionality to generate the fully-qualified names of QualTypes,
33 // their more qualified name, so for the code:
67 /// Get the fully qualified name for a type. This includes full
70 /// \param[in] QT - the type for which the fully qualified name will be
74 /// specifier "::" will be prepended to the fully qualified name.
83 /// \param[in] QT - the type for which the fully qualified type will be
H A DTemplateName.h229 /// A qualified template name, where the qualification is kept
304 /// Retrieve the underlying qualified template name
331 enum class Qualified { None, AsWritten }; enum
337 /// \param Qual print the (Qualified::None) simple name,
338 /// (Qualified::AsWritten) any written (possibly partial) qualifier, or
339 /// (Qualified::Fully) the fully qualified name.
341 Qualified Qual = Qualified::AsWritten) const;
445 /// 1) a Template -- a template declaration that this qualified name refers
H A DBuiltinTypes.def68 // 'unsigned char', explicitly qualified
103 // 'signed char', explicitly qualified
269 // foo # possibly qualified, not if an implicit access
270 // foo # possibly qualified, not if an implicit access
271 // &foo # possibly qualified, not if an implicit access
H A DTypeLocNodes.def15 // provided, there will be exactly one of these, Qualified.
31 TYPELOC(Qualified, TypeLoc)
H A DCXXRecordDeclDefinitionBits.def231 /// Whether an implicit copy constructor could have a const-qualified
237 /// const-qualified parameter.
240 /// Whether any declared copy constructor has a const-qualified
245 /// const-qualified reference parameter or a non-reference parameter.
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp42 /// qualified names.
141 // If a fully qualified arg is different from the unqualified arg, in getFullyQualifiedTemplateType()
147 // getTemplateSpecializationType returns a fully qualified in getFullyQualifiedTemplateType()
172 // If a fully qualified arg is different from the unqualified arg, in getFullyQualifiedTemplateType()
179 // getTemplateSpecializationType returns a fully qualified in getFullyQualifiedTemplateType()
213 /// Return a fully qualified version of this name specifier.
219 // Already fully qualified in getFullyQualifiedNestedNameSpecifier()
283 // 'odd' fully qualified typename: in createNestedNameSpecifierForScopeOf()
377 /// Return the fully qualified type, including fully-qualified
414 // qualified one. in getFullyQualifiedType()
[all …]
H A DTemplateName.cpp277 Qualified Qual) const { in print()
288 // After `namespace ns { using std::vector }`, what is the fully-qualified in print()
291 // - ns::vector (the qualified name of the using-shadow decl) in print()
292 // - std::vector (the qualified name of the underlying template decl) in print()
300 if (Qual == Qualified::None) in print()
306 Qual != Qualified::None && NNS) in print()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DRefactoringActions.cpp50 StringRef getName() const override { return "old-qualified-name"; } in getName()
52 return "The old qualified name to be renamed"; in getDescription()
58 StringRef getName() const override { return "new-qualified-name"; } in getName()
60 return "The new qualified name to change the symbol to"; in getDescription()
/freebsd/sys/contrib/openzfs/lib/libzfsbootenv/
H A Dlibzfsbootenv.abi172 <qualified-type-def type-id='822cd80b' restrict='yes' id='e75a27e9'/>
180 <qualified-type-def type-id='9b23c9ad' restrict='yes' id='8c85230f'/>
181 <qualified-type-def type-id='a84c031d' const='yes' id='9b45d938'/>
183 <qualified-type-def type-id='80f4b756' restrict='yes' id='9d26089a'/>
185 <qualified-type-def type-id='8e8d4be3' const='yes' id='693c3853'/>
332 <qualified-type-def type-id='c19b74c3' const='yes' id='12373e33'/>
334 <qualified-type-def type-id='80f4b756' const='yes' id='b99c00c9'/>
336 <qualified-type-def type-id='23bd8cb5' const='yes' id='75f7b0c5'/>
338 <qualified-type-def type-id='3ff5601b' const='yes' id='922df12b'/>
340 <qualified-type-def type-id='9da381c4' const='yes' id='f07b7694'/>
[all …]
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp105 /*Name=*/"local-qualified-rename", in describe()
106 /*Title=*/"Qualified Rename", in describe()
108 R"(Finds and renames qualified symbols in code within a translation unit. in describe()
111 * Renames all symbol occurrences from the old qualified name to the new in describe()
112 qualified name. All symbol references will be correctly qualified; For in describe()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallDescription.h31 /// based on the qualified name and the argument/parameter counts.
76 // The list of the qualified names used to identify the specified CallEvent,
77 // e.g. "{a, b}" represent the qualified names, like "a::b".
107 /// Get the qualified name parts in reversed order.
197 // Some call descriptions aren't easily hashable (eg., the ones with qualified
256 /// objects; in that context the fully qualified name is needlessly verbose.
/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dsn2princ.c93 char namebuf[NI_MAXHOST], *qualified = NULL, *copy, *p; in expand_hostname() local
124 qualified = qualify_shortname(context, host); in expand_hostname()
125 if (qualified != NULL) in expand_hostname()
126 canonhost = qualified; in expand_hostname()
152 free(qualified); in expand_hostname()
/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Ddeclval.h20 // Suppress deprecation notice for volatile-qualified return type resulting
21 // from volatile-qualified types _Tp.
/freebsd/share/man/man9/
H A DOF_package_to_path.931 .Nd get fully qualified path to a device tree node
41 bytes of the fully qualified path to the device tree node
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DDiagOutputUtils.h22 /*Qualified=*/true); in printQuotedQualifiedName()
30 /*Qualified=*/false); in printQuotedName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.h150 // CPlusPlusLanguage::MethodName which has to have a fully qualified C++ name
152 // If the name is a lone C identifier (e.g. C) or a qualified C identifier
156 // If the name fails the heuristic matching for a qualified or unqualified
/freebsd/contrib/libcxxrt/
H A Ddynamic_cast.cc83 // through a pointer that is not const qualified. in __do_catch()
86 // Clear the low bit on outer if we're not const qualified. in __do_catch()
97 // Handler pointer is less qualified in __do_catch()
/freebsd/crypto/heimdal/doc/
H A Dkerberos4.texi30 the fully qualified hostname.
135 hostname should be qualified (this is just a hosts-file in
137 @samp{v4_instance_convert} are qualified by appending the contents of
/freebsd/share/mk/
H A Ddirdeps.mk42 # In some cases the entry may be qualified with a .<machine>
47 # All unqualified entries end up being qualified with .${TARGET_SPEC}
48 # and partially qualified (if TARGET_SPEC_VARS has multiple
53 # The fully qualified directory entries are used to construct a
56 # Also, for each fully qualified directory target, we will search
231 # we compute below are fully qualified wrt DEP_TARGET_SPEC.
523 # Note that ONLY_TARGET_SPEC_LIST should be fully qualified.
673 # Again we expect that any already qualified machines are fully qualified.
706 # so everything is fully qualified and starts with ${SRCTOP}/
720 # some entries may be qualified with .<machine> or .<target_spec>
[all …]
/freebsd/contrib/bmake/mk/
H A Ddirdeps.mk42 # In some cases the entry may be qualified with a .<machine>
47 # All unqualified entries end up being qualified with .${TARGET_SPEC}
48 # and partially qualified (if TARGET_SPEC_VARS has multiple
53 # The fully qualified directory entries are used to construct a
56 # Also, for each fully qualified directory target, we will search
231 # we compute below are fully qualified wrt DEP_TARGET_SPEC.
523 # Note that ONLY_TARGET_SPEC_LIST should be fully qualified.
673 # Again we expect that any already qualified machines are fully qualified.
706 # so everything is fully qualified and starts with ${SRCTOP}/
720 # some entries may be qualified with .<machine> or .<target_spec>
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp226 // Set the qualified name if requested. in resolveName()
434 // Resolve the qualified name to include the parent hierarchy names.
442 // Get the qualified name, excluding the Compile Unit. in resolveQualifiedName()
477 // line number, level, name, qualified name and filename. in equals()
487 << "Qualified = " << formattedName(getQualifiedName()) << "\n" in equals()
491 << "Qualified = " << formattedName(Element->getQualifiedName()) in equals()
/freebsd/lib/libpmc/pmu-events/arch/powerpc/power9/
H A Dtranslation.json115 …tructions in 32 and 64 bit binary floating point format. Not qualified multicycle. Qualified by ve…
220 …ating point instructions in 32 and 64 bit binary floating point format. Qualified by NOT vector AN…
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dto.h91 …static_assert(!is_const_v<_Container>, "The target container cannot be const-qualified, please rem… in to()
93 …!is_volatile_v<_Container>, "The target container cannot be volatile-qualified, please remove the … in to()
207 …static_assert(!is_const_v<_Container>, "The target container cannot be const-qualified, please rem… in to()
209 …!is_volatile_v<_Container>, "The target container cannot be volatile-qualified, please remove the … in to()
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dqlog.md86 specifier = global-specifier / qualified-specifier
90 qualified-specifier = component-specifier ":" component-specifier

12345678910>>...20