| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | Attributes.cpp | 7 int clang::hasAttribute(AttributeCommonInfo::Syntax Syntax, in hasAttribute() argument 47 AttributeCommonInfo::Syntax SyntaxUsed) { in normalizeAttrScopeName() 66 AttributeCommonInfo::Syntax SyntaxUsed) { in normalizeAttrName() 95 AttributeCommonInfo::Syntax SyntaxUsed) { in normalizeName() 113 Syntax SyntaxUsed) { in getParsedKind() 125 auto Syntax = static_cast<AttributeCommonInfo::Syntax>(getSyntax()); in calculateAttributeSpellingListIndex() local 126 StringRef Scope = normalizeAttrScopeName(getScopeName(), Syntax); in calculateAttributeSpellingListIndex() 127 StringRef Name = normalizeAttrName(getAttrName(), Scope, Syntax); in calculateAttributeSpellingListIndex()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | AttributeCommonInfo.h | 25 enum Syntax { enum 89 SourceLocation ScopeLoc, Syntax SyntaxUsed) in AttributeCommonInfo() 97 SourceLocation ScopeLoc, Kind AttrKind, Syntax SyntaxUsed) in AttributeCommonInfo() 104 SourceLocation ScopeLoc, Kind AttrKind, Syntax SyntaxUsed, in AttributeCommonInfo() 111 Syntax SyntaxUsed) in AttributeCommonInfo() 116 AttributeCommonInfo(SourceRange AttrRange, Kind K, Syntax SyntaxUsed) in AttributeCommonInfo() 121 AttributeCommonInfo(SourceRange AttrRange, Kind K, Syntax SyntaxUsed, in AttributeCommonInfo() 130 Syntax getSyntax() const { return Syntax(SyntaxUsed); } in getSyntax() 203 const IdentifierInfo *Scope, Syntax SyntaxUsed);
|
| H A D | Attributes.h | 22 int hasAttribute(AttributeCommonInfo::Syntax Syntax,
|
| /openbsd-src/gnu/llvm/clang/include/clang/Tooling/ |
| H A D | JSONCompilationDatabase.h | 69 JSONCommandLineSyntax Syntax); 76 JSONCommandLineSyntax Syntax); 98 JSONCommandLineSyntax Syntax) in JSONCompilationDatabase() argument 99 : Database(std::move(Database)), Syntax(Syntax), in JSONCompilationDatabase() 134 JSONCommandLineSyntax Syntax; variable
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | AMDGPUModifierSyntax.rst | 2 Syntax of AMDGPU Instruction Modifiers 17 <x> Syntax and meaning of *x* are explained elsewhere. 38 Syntax Description 63 Syntax Description 88 Syntax Description 112 Syntax Description 182 Syntax Description 200 Syntax Description 213 Syntax Description 227 Syntax Description [all …]
|
| H A D | AMDGPUOperandSyntax.rst | 2 Syntax of AMDGPU Instruction Operands 17 <x> Syntax and meaning of *x* are explained elsewhere. 37 Syntax Description 86 **Non-Sequential Address (NSA) Syntax** 92 Syntax Description 130 Syntax Description 157 …Syntax Alternative Syntax (SP3) … 232 Syntax Description 320 Syntax Description 380 …Syntax Description Availab… [all …]
|
| H A D | AMDGPUInstructionSyntax.rst | 2 AMDGPU Instruction Syntax 13 Syntax section in Instructions 16 Syntax of Regular Instructions argument 30 Syntax of VOPD Instructions argument 192 Syntax section in Operands 202 Syntax section in Modifiers
|
| H A D | Extensions.rst | 17 General Assembly Syntax 31 Machine-specific Assembly Syntax 77 Syntax: 471 Syntax: 478 Syntax: 487 Syntax: 497 Syntax: 502 Syntax: 507 Syntax: 514 Syntax: [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/ |
| H A D | JSONCompilationDatabase.cpp | 135 std::vector<std::string> unescapeCommandLine(JSONCommandLineSyntax Syntax, in unescapeCommandLine() argument 137 if (Syntax == JSONCommandLineSyntax::AutoDetect) { in unescapeCommandLine() 140 Syntax = JSONCommandLineSyntax::Windows; in unescapeCommandLine() 142 Syntax = JSONCommandLineSyntax::Gnu; in unescapeCommandLine() 146 if (Syntax == JSONCommandLineSyntax::Windows) { in unescapeCommandLine() 154 assert(Syntax == JSONCommandLineSyntax::Gnu); in unescapeCommandLine() 195 JSONCommandLineSyntax Syntax) { in loadFromFile() argument 206 new JSONCompilationDatabase(std::move(*DatabaseBuffer), Syntax)); in loadFromFile() 215 JSONCommandLineSyntax Syntax) { in loadFromBuffer() argument 219 new JSONCompilationDatabase(std::move(DatabaseBuffer), Syntax)); in loadFromBuffer() [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/Tooling/Syntax/ |
| H A D | Syntax.td | 1 //===- Syntax.td - TableGen metamodel for syntax::Node hierarchy ----------===// 30 // Syntax is any constraint on constructs that can appear somewhere. 31 class Syntax; 32 class Optional<Syntax inner_> : Syntax { Syntax inner = inner_; } 33 class AnyToken<list<string> kinds_> : Syntax { list<string> kinds = kinds_; } 39 class NodeType : Syntax { 66 class Role<string role_, Syntax syntax_> { 68 Syntax syntax = syntax_;
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Tooling/Syntax/ |
| H A D | BUILD.gn | 1 static_library("Syntax") { 5 "//clang/include/clang/Tooling/Syntax:Nodes", 11 public_deps = [ "//clang/include/clang/Tooling/Syntax:NodeClasses" ]
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 69 AttributeCommonInfo::Syntax Syntax; member 321 ArgsUnion *args, unsigned numArgs, Syntax syntaxUsed, in ParsedAttr() 340 const Expr *messageExpr, Syntax syntaxUsed, SourceLocation strict, in ParsedAttr() 359 Syntax syntaxUsed) in ParsedAttr() 376 bool layoutCompatible, bool mustBeNull, Syntax syntaxUsed) in ParsedAttr() 394 ParsedType typeArg, Syntax syntaxUsed) in ParsedAttr() 408 Syntax syntaxUsed) in ParsedAttr() 842 ParsedAttr::Syntax syntax, 864 ParsedAttr::Syntax syntax, SourceLocation strict, in create() 875 IdentifierLoc *Param3, ParsedAttr::Syntax syntax) { in create() [all …]
|
| /openbsd-src/share/snmp/ |
| H A D | SNMPv2-CONF.txt | 152 SyntaxPart ::= "SYNTAX" Syntax 156 WriteSyntaxPart ::= "WRITE-SYNTAX" Syntax 159 Syntax ::= -- Must be one of the following: 259 SyntaxPart ::= "SYNTAX" Syntax 262 WriteSyntaxPart ::= "WRITE-SYNTAX" Syntax 265 Syntax ::= -- Must be one of the following:
|
| /openbsd-src/gnu/llvm/llvm/utils/emacs/ |
| H A D | README | 8 Syntax highlighting mode for LLVM assembly files. To use, add this code to 17 Syntax highlighting mode for TableGen description files. To use, add this code
|
| /openbsd-src/lib/libssl/doc/ |
| H A D | standards.txt | 45 2315 PKCS 7: Cryptographic Message Syntax Version 1.5. B. Kaliski. 48 PKCS#8: Private-Key Information Syntax Standard 50 PKCS#12: Personal Information Exchange Syntax Standard, version 1.0. 65 2986 PKCS #10: Certification Request Syntax Specification Version 1.7. 239 3274 Compressed Data Content Type for Cryptographic Message Syntax 244 Cryptographic Message Syntax (CMS). S. Blake-Wilson, D. Brown, P. 252 3369 Cryptographic Message Syntax (CMS). R. Housley. August 2002. 256 3370 Cryptographic Message Syntax (CMS) Algorithms. R. Housley. August 274 Message Syntax (CMS). S. Moriai, A. Kato. January 2004.
|
| /openbsd-src/gnu/llvm/llvm/docs/AMDGPU/ |
| H A D | AMDGPUAsmGFX1013.rst | 9 Syntax of gfx1013 Instructions 20 For a description of other gfx1013 instructions, see :doc:`Syntax of GFX10 RDNA1 Instructions<AMDGP…
|
| H A D | AMDGPUAsmGFX904.rst | 9 Syntax of gfx904 Instructions 20 For a description of other gfx904 instructions see :doc:`Syntax of Core GFX9 Instructions<AMDGPUAsm…
|
| H A D | AMDGPUAsmGFX900.rst | 9 Syntax of gfx900, gfx902, gfx909 and gfx90c Instructions 20 For a description of other gfx900, gfx902, gfx909 and gfx90c instructions see :doc:`Syntax of Core …
|
| /openbsd-src/gnu/usr.bin/binutils/gas/doc/ |
| H A D | c-ia64.texi | 21 * IA-64 Syntax:: Syntax 83 @cindex IA-64 Syntax 84 @node IA-64 Syntax 85 @section Syntax
|
| H A D | c-msp430.texi | 18 * MSP430 Syntax:: Syntax 31 @node MSP430 Syntax 32 @section Syntax
|
| H A D | c-arc.texi | 21 * ARC Syntax:: Syntax 84 @node ARC Syntax 85 @section Syntax
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| H A D | c-ia64.texi | 21 * IA-64 Syntax:: Syntax 113 @cindex IA-64 Syntax 114 @node IA-64 Syntax 115 @section Syntax
|
| /openbsd-src/regress/sbin/ipsecctl/ |
| H A D | ikefail8.ok | 2 ipsecctl: Syntax error in config file: ipsec rules not loaded
|
| H A D | ikefail9.ok | 2 ipsecctl: Syntax error in config file: ipsec rules not loaded
|
| H A D | ikefail13.ok | 2 ipsecctl: Syntax error in config file: ipsec rules not loaded
|