Home
last modified time | relevance | path

Searched refs:Named (Results 1 – 25 of 65) sorted by relevance

123

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DDeclNodes.td17 def Named : DeclNode<Decl, "named declarations", 1>;
19 def UsingDirective : DeclNode<Named>;
20 def NamespaceAlias : DeclNode<Named>;
21 def Label : DeclNode<Named, "labels">;
22 def Type : DeclNode<Named, "types", 1>;
66 def Template : DeclNode<Named, "templates", 1>;
75 def BaseUsing : DeclNode<Named, "", 1>;
78 def UsingPack : DeclNode<Named>;
79 def UsingShadow : DeclNode<Named>;
81 def UnresolvedUsingIfExists : DeclNode<Named>;
[all …]
/openbsd/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/
H A Ddemo.pl12 package Named; package
21 my Named $q : Demo;
27 my Named $nother : Demo :This($this) = "okay";
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp57 : Named(GVs.begin(), GVs.end()), deleteStuff(deleteS), in ExtractGVPass()
74 bool Delete = deleteStuff == (bool)Named.count(&GV) && in run()
94 bool Delete = deleteStuff == (bool)Named.count(&F) && !F.isDeclaration(); in run()
111 bool Delete = deleteStuff == (bool)Named.count(&GA); in run()
/openbsd/gnu/llvm/llvm/docs/PDB/
H A DPdbStream.rst63 Named Stream Map
74 stream map) then consulting the Named Stream Map is likely to be the only way to
83 ``/names``) and can only be located by consulting the Named Stream Map.
85 The on-disk layout of the Named Stream Map consists of 2 components. The first is
95 Note that the entire Named Stream Map is not length-prefixed, so the only way to
103 Following the Named Stream Map, and consuming all remaining bytes of the PDB
H A Dindex.rst109 | | Named Stream map | |
112 | | Named Stream map | (e.g. natvis files) |
115 | | Named Stream map | string de-duplication |
159 represent things such as the Named Stream Map and the Hash Adjusters in the
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlreref.pod84 \g{name} Named backreference
85 \k<name> Named backreference
86 \k'name' Named backreference
87 (?P=name) Named backreference (python syntax)
249 (?<name>...) Named capture
250 (?'name'...) Named capture
251 (?P<name>...) Named capture (python syntax)
307 %+ Named capture groups
308 %- Named capture groups, as array refs
H A Dperlrebackslash.pod78 \g{}, \g1 Named, absolute or relative backreference.
83 \k{}, \k<>, \k'' Named backreference. Not in [].
89 \N{} Named or numbered (Unicode) character or sequence.
171 =head3 Named or numbered characters and character sequences
481 =head3 Named referencing
736 |/Named or numbered characters and character sequences>.
H A Dperlre.pod1029 \g{name} [5] Named backreference
1030 \k<name> [5] Named backreference
1031 \k'name' [5] Named backreference
1032 \k{name} [5] Named backreference
1203 to that name assumes the leftmost defined group. Named groups count in
1608 named captures. Named captures are implemented as being aliases to
1861 Named backreference. Similar to numeric backreferences, except that
/openbsd/gnu/usr.bin/perl/lib/unicore/
H A DNamedSqProv.txt9 # Provisional Unicode Named Character Sequences
31 # For more information, see UAX #34: Unicode Named Character
H A DNamedSequences.txt9 # Unicode Named Character Sequences
30 # For more information, see UAX #34: Unicode Named Character
40 # Named keycap sequences for telephone keypad (used for emoji)
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DExtractGV.h19 SetVector<GlobalValue *> Named;
/openbsd/gnu/usr.bin/perl/dist/Safe/t/
H A Dsafenamedcap.t21 is( $+{foo}, "foo", "Named capture works" );
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCV.td18 // Named operands for CSR instructions.
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dstr-nq.fin41 Named NAMED
/openbsd/gnu/llvm/llvm/cmake/modules/
H A DAddSphinxTarget.cmake22 # Named arguments:
H A DAddOCaml.cmake13 # Named parameters:
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp419 if (const NamedMDNode *Named = M.getNamedMetadata("wasm.custom_sections")) { in emitEndOfAsmFile() local
420 for (const Metadata *MD : Named->operands()) { in emitEndOfAsmFile()
/openbsd/gnu/usr.bin/perl/lib/
H A Ddiagnostics.t109 qr/Named Unicode character escapes/s,
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DCommentHTMLNamedCharacterReferences.td1 // HTML Named Character Reference
/openbsd/gnu/llvm/llvm/utils/vim/syntax/
H A Dllvm.vim224 " Named metadata and specialized metadata keywords.
/openbsd/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/
H A DParseXS.pod62 Named parameters control how the processing is done.
/openbsd/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-nm.rst82 Named object is undefined in this file.
/openbsd/gnu/llvm/clang/docs/
H A DStandardCPlusPlusModules.rst25 either "Named Modules" or to "Header Units". This document covers both forms.
27 Standard C++ Named modules
/openbsd/gnu/gcc/gcc/doc/
H A Dcpp.info99 * C++ Named Operators::
449 preprocessor. *Note C++ Named Operators::.
1055 and C++'s named operators (*note C++ Named Operators::) cannot be
1585 * C++ Named Operators::
2004 File: cpp.info, Node: C++ Named Operators, Prev: System-specific Predefined Macros, Up: Predefin…
2006 3.7.4 C++ Named Operators
2019 Named Operator Punctuator
5062 * C++ named operators: C++ Named Operators. (line 6)
5111 * iso646.h: C++ Named Operators. (line 6)
5124 * named operators: C++ Named Operators. (line 6)
[all …]
/openbsd/gnu/usr.bin/perl/
H A Dregcomp.sym245 #*Named references. Code in regcomp.c assumes that these all are after

123