/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | DeclNodes.td | 17 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 D | demo.pl | 12 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 D | ExtractGV.cpp | 57 : 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 D | PdbStream.rst | 63 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 D | index.rst | 109 | | 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 D | perlreref.pod | 84 \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 D | perlrebackslash.pod | 78 \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 D | perlre.pod | 1029 \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 D | NamedSqProv.txt | 9 # Provisional Unicode Named Character Sequences 31 # For more information, see UAX #34: Unicode Named Character
|
H A D | NamedSequences.txt | 9 # 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 D | ExtractGV.h | 19 SetVector<GlobalValue *> Named;
|
/openbsd/gnu/usr.bin/perl/dist/Safe/t/ |
H A D | safenamedcap.t | 21 is( $+{foo}, "foo", "Named capture works" );
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCV.td | 18 // Named operands for CSR instructions.
|
/openbsd/gnu/usr.bin/gcc/gcc/f/ |
H A D | str-nq.fin | 41 Named NAMED
|
/openbsd/gnu/llvm/llvm/cmake/modules/ |
H A D | AddSphinxTarget.cmake | 22 # Named arguments:
|
H A D | AddOCaml.cmake | 13 # Named parameters:
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyAsmPrinter.cpp | 419 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 D | diagnostics.t | 109 qr/Named Unicode character escapes/s,
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | CommentHTMLNamedCharacterReferences.td | 1 // HTML Named Character Reference
|
/openbsd/gnu/llvm/llvm/utils/vim/syntax/ |
H A D | llvm.vim | 224 " Named metadata and specialized metadata keywords.
|
/openbsd/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ |
H A D | ParseXS.pod | 62 Named parameters control how the processing is done.
|
/openbsd/gnu/llvm/llvm/docs/CommandGuide/ |
H A D | llvm-nm.rst | 82 Named object is undefined in this file.
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | StandardCPlusPlusModules.rst | 25 either "Named Modules" or to "Header Units". This document covers both forms. 27 Standard C++ Named modules
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | cpp.info | 99 * 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 D | regcomp.sym | 245 #*Named references. Code in regcomp.c assumes that these all are after
|