Home
last modified time | relevance | path

Searched refs:identifiers (Results 1 – 25 of 131) sorted by relevance

123456

/freebsd-11-stable/crypto/openssl/doc/ssl/
HDSSL_COMP_add_compression_method.pod30 methods or their corresponding identifiers, so there is currently no compatible
42 An OpenSSL server will match the identifiers listed by a client against
HDSSL_export_keying_material.pod24 keying material will be used. For example this may include identifiers for the
/freebsd-11-stable/gnu/usr.bin/cc/libcpp/
HDMakefile15 files.c identifiers.c init.c lex.c line-map.c macro.c \
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclObjC.cpp1409 ArrayRef<IdentifierInfo *> identifiers, in actOnObjCTypeArgsOrProtocolQualifiers() argument
1423 assert(numProtocolsResolved == identifiers.size() && "Unresolved protocols"); in actOnObjCTypeArgsOrProtocolQualifiers()
1475 if (auto *decl = LookupSingleName(S, identifiers[i], identifierLocs[i], in actOnObjCTypeArgsOrProtocolQualifiers()
1519 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) { in actOnObjCTypeArgsOrProtocolQualifiers()
1520 ObjCProtocolDecl *proto = LookupProtocol(identifiers[i], identifierLocs[i]); in actOnObjCTypeArgsOrProtocolQualifiers()
1527 if (numProtocolsResolved == identifiers.size()) in actOnObjCTypeArgsOrProtocolQualifiers()
1537 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) { in actOnObjCTypeArgsOrProtocolQualifiers()
1538 NamedDecl *decl = LookupSingleName(S, identifiers[i], identifierLocs[i], in actOnObjCTypeArgsOrProtocolQualifiers()
1614 assert(numTypeDeclsResolved == identifiers.size() && "Unresolved type decl"); in actOnObjCTypeArgsOrProtocolQualifiers()
1616 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) { in actOnObjCTypeArgsOrProtocolQualifiers()
[all …]
/freebsd-11-stable/contrib/gcclibs/libcpp/
HDMakefile.in73 expr.o files.o identifiers.o init.o lex.o line-map.o macro.o \
78 expr.c files.c identifiers.c init.c lex.c line-map.c macro.c \
HDChangeLog314 * identifiers.c (alloc_node): Use XOBNEW.
411 * charset.c (_cpp_valid_ucn): In identifiers, reject a partial
454 character was '$' or '\'. Support identifiers with UCNs.
930 * identifiers.c: Moved from gcc/cpphash.c.
HDucnid.tab1 ; Table of UCNs which are valid in identifiers.
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseObjc.cpp1608 SmallVector<IdentifierInfo *, 4> identifiers; in parseObjCTypeArgsOrProtocolQualifiers() local
1619 identifiers.push_back(Tok.getIdentifierInfo()); in parseObjCTypeArgsOrProtocolQualifiers()
1627 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) { in parseObjCTypeArgsOrProtocolQualifiers()
1628 identifierLocPairs.push_back(IdentifierLocPair(identifiers[i], in parseObjCTypeArgsOrProtocolQualifiers()
1658 identifiers, in parseObjCTypeArgsOrProtocolQualifiers()
1683 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) { in parseObjCTypeArgsOrProtocolQualifiers()
1685 = Actions.getTypeName(*identifiers[i], identifierLocs[i], getCurScope()); in parseObjCTypeArgsOrProtocolQualifiers()
1699 foundValidTypeId = identifiers[i]; in parseObjCTypeArgsOrProtocolQualifiers()
1704 unknownTypeArgs.push_back(identifiers[i]); in parseObjCTypeArgsOrProtocolQualifiers()
1709 if (!Actions.LookupProtocol(identifiers[i], identifierLocs[i])) { in parseObjCTypeArgsOrProtocolQualifiers()
[all …]
/freebsd-11-stable/crypto/heimdal/doc/
HDlayman.asc196 identifiers begin with lower-case letters; type
809 identifiers for the alternatives, and Type1, ..., Typen are
810 the types of the alternatives. The identifiers are primarily
826 Here the identifiers for the alternatives are certificate
907 identifiers and value1, ..., valuen are optional integer
908 values. The identifiers, when present, are associated with
978 identifiers. An OBJECT IDENTIFIER value can have any number
1011 identifiers, and value1, ..., valuen are optional integer
1017 The identifiers identifier1, ..., identifiern are intended
1019 integer value when both are present. These identifiers can
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetPfmCounters.td11 // Definition of a hardware counters from libpfm identifiers.
/freebsd-11-stable/contrib/gcc/doc/
HDcppopts.texi123 @samp{#if} directive, outside of @samp{defined}. Such identifiers are
525 @item -fdollars-in-identifiers
526 @opindex fdollars-in-identifiers
527 @anchor{fdollars-in-identifiers}
528 Accept @samp{$} in identifiers.
533 @item -fextended-identifiers
534 @opindex fextended-identifiers
535 Accept universal character names in identifiers. This option is
HDcppinternals.texi95 * Hash Nodes:: All identifiers are entered into a hash table.
284 @anchor{Invalid identifiers}
285 Some identifiers, such as @code{__VA_ARGS__} and poisoned identifiers,
313 spelling of numbers, identifiers and strings is copied to permanent
351 state flags available to warn about invalid identifiers (@pxref{Invalid
352 identifiers}).
408 @cindex identifiers
415 with type @code{CPP_NAME}; this includes identifiers in the usual C
418 @code{__GNUC__} are identifiers and hashed when lexed.
457 The same identifiers share the same hash node. Since each identifier
[all …]
HDcpp.texi279 Unless the experimental @option{-fextended-identifiers} option is used,
281 @samp{\u} and @samp{\U} escapes, in identifiers. Even with that
283 the @samp{\u} and @samp{\U} escapes, not used directly in identifiers.
490 @cindex identifiers
491 Preprocessing tokens fall into five broad classes: identifiers,
496 they are ordinary identifiers. You can define a macro whose name is a
504 In the 1999 C standard, identifiers may contain letters which are not
511 @option{-fextended-identifiers} is used.
1353 macro function-like. The parameters must be valid C identifiers,
1553 identifiers, or one will be an identifier and the other a preprocessing
[all …]
/freebsd-11-stable/crypto/openssl/doc/crypto/
HDOPENSSL_VERSION_NUMBER.pod33 Versions prior to 0.9.3 have identifiers E<lt> 0x0930.
HDOBJ_nid2obj.pod37 identifiers, or B<NID>s. OpenSSL has an internal table of OIDs that
/freebsd-11-stable/contrib/ipfilter/
HDWhatsNew50.txt9 * group identifiers may now be a number or name (universal);
/freebsd-11-stable/contrib/binutils/include/coff/
HDChangeLog33 * internal.h: Add relocation identifiers for coff.
/freebsd-11-stable/contrib/file/magic/Magdir/
HDpalm9 # 8 character identifiers at byte 60, one I found for appl is BIGb.
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDCheckSecuritySyntaxOnly.cpp1007 static const char * const identifiers[num_setids] = { in checkUncheckedReturnValue() local
1013 II_setid[i] = &BR.getContext().Idents.get(identifiers[i]); in checkUncheckedReturnValue()
/freebsd-11-stable/contrib/gcc/
HDbuiltin-attrs.def78 /* Construct trees for identifiers. */
HDc.opt515 fdollars-in-identifiers
533 fextended-identifiers
535 Permit universal character names (\\u and \\U) in identifiers
/freebsd-11-stable/contrib/ntp/sntp/libevent/
HDwhatsnew-2.1.txt651 vs external identifiers, and used identifiers starting with the "_"
653 standard says that identifiers beginning with _ are reserved. I'm not
654 aware of having any collisions with system identifiers, but it's best
/freebsd-11-stable/share/mk/
HDbsd.README285 transformed to identifiers by removing the extension and
288 There are no special identifiers for profiled or shared
289 libraries or objects. The identifiers for the standard
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDFeatures.def22 // that many of the identifiers in this file don't follow this rule for backward
/freebsd-11-stable/contrib/openbsm/etc/
HDaudit_event4 # The mapping between event identifiers and values is also hard-coded in
651 # Historic/third-party application allocations of event identifiers.

123456