/freebsd-src/contrib/llvm-project/clang/lib/Basic/ |
H A D | Attributes.cpp | 22 static int hasAttributeImpl(AttributeCommonInfo::Syntax Syntax, StringRef Name, in hasAttributeImpl() argument 31 int clang::hasAttribute(AttributeCommonInfo::Syntax Syntax, in hasAttribute() argument 57 int res = hasAttributeImpl(Syntax, Name, ScopeName, Target, LangOpts); in hasAttribute() 63 if (Ptr->hasSpelling(Syntax, Name)) in hasAttribute() 81 AttributeCommonInfo::Syntax SyntaxUsed) { in normalizeAttrScopeName() 100 AttributeCommonInfo::Syntax SyntaxUsed) { in normalizeAttrName() 129 AttributeCommonInfo::Syntax SyntaxUsed) { in normalizeName() 147 Syntax SyntaxUse 155 auto Syntax = static_cast<AttributeCommonInfo::Syntax>(getSyntax()); calculateAttributeSpellingListIndex() local [all...] |
/freebsd-src/contrib/llvm-project/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
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | AttributeCommonInfo.h | 28 enum Syntax { enum 79 /// Corresponds to the Syntax enum. 80 LLVM_PREFERRED_TYPE(Syntax) 97 constexpr Form(Syntax SyntaxUsed, unsigned SpellingIndex, bool IsAlignas, in Form() 107 Syntax getSyntax() const { return Syntax(SyntaxUsed); } in getSyntax() 127 constexpr Form(Syntax SyntaxUsed) in Form() 131 LLVM_PREFERRED_TYPE(Syntax) 174 Syntax getSyntax() const { return Syntax(SyntaxUse in getParsedKind() [all...] |
H A D | ParsedAttrInfo.h | 67 AttributeCommonInfo::Syntax Syntax; member 100 bool hasSpelling(AttributeCommonInfo::Syntax Syntax, StringRef Name) const { in hasSpelling() 102 return (S.Syntax == Syntax && S.NormalizedFullName == Name); in hasSpelling()
|
H A D | Attributes.h | 22 int hasAttribute(AttributeCommonInfo::Syntax Syntax,
|
/freebsd-src/contrib/llvm-project/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() 298 nodeToCommandLine(JSONCommandLineSyntax Syntax,const std::vector<llvm::yaml::ScalarNode * > & Nodes) nodeToCommandLine() argument [all...] |
/freebsd-src/contrib/llvm-project/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_;
|
H A D | Nodes.td | 1 //===- Nodes.td - Node types in the Syntax Tree grammar -------------------===// 10 // The archetypes they fall into (Sequence, List etc) are defined in Syntax.td. 18 include "clang/Tooling/Syntax/Syntax.td"
|
/freebsd-src/lib/libfetch/ |
H A D | ftp.errors | 34 500 PROTO Syntax error, command unrecognized 35 501 PROTO Syntax error in parameters or arguments
|
/freebsd-src/bin/sh/tests/errors/ |
H A D | bad-binary1.126 | 3 # Syntax error: word unexpected (expecting ")")
|
/freebsd-src/contrib/netbsd-tests/lib/libusbhid/ |
H A D | test_usb_hid_usages | 4 # Syntax:
|
/freebsd-src/bin/sh/tests/builtins/ |
H A D | fc1.0 | 12 # Syntax error
|
/freebsd-src/contrib/one-true-awk/testdir/ |
H A D | T.lilly | 25 sed -e 's/awk://' -e 's/Syntax/syntax/' -e '/warning:/d' foo1 >glop1
|
/freebsd-src/contrib/tcsh/nls/C/ |
H A D | set1 | 3 1 Syntax Error 36 34 Expression Syntax
|
/freebsd-src/contrib/file/magic/Magdir/ |
H A D | kerberos | 20 # XXX: Syntax:
|
/freebsd-src/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPMacroExpansion.cpp | 1873 return II ? hasAttribute(AttributeCommonInfo::Syntax::AS_GNU, nullptr, in ExpandBuiltinMacro() 1885 hasAttribute(AttributeCommonInfo::Syntax::AS_Declspec, nullptr, in ExpandBuiltinMacro() 1915 AttributeCommonInfo::Syntax Syntax = in ExpandBuiltinMacro() 1916 IsCXX ? AttributeCommonInfo::Syntax::AS_CXX11 in ExpandBuiltinMacro() 1917 : AttributeCommonInfo::Syntax::AS_C23; in ExpandBuiltinMacro() 1918 return II ? hasAttribute(Syntax, ScopeII, II, getTargetInfo(), in ExpandBuiltinMacro() 1788 AttributeCommonInfo::Syntax Syntax = ExpandBuiltinMacro() local
|
/freebsd-src/sys/contrib/device-tree/Bindings/media/ |
H A D | nvidia,tegra-vde.txt | 44 reg = <0x6001a000 0x1000 /* Syntax Engine */
|
/freebsd-src/crypto/heimdal/lib/hdb/ |
H A D | hdb.schema | 13 # Syntax definitions
|
/freebsd-src/crypto/openssl/doc/man7/ |
H A D | EVP_KDF-PKCS12KDF.pod | 14 Personal Information Exchange Syntax); it derives a key from a password
|
H A D | EVP_KDF-X963.pod | 10 X963KDF is used by Cryptographic Message Syntax (CMS) for EC KeyAgreement, to
|
H A D | EVP_KDF-X942-ASN1.pod | 14 This kdf is used by Cryptographic Message Syntax (CMS).
|
H A D | openssl-glossary.pod | 23 ASN.1 ("Abstract Syntax Notation One") is a notation for describing abstract
|
/freebsd-src/crypto/heimdal/doc/ |
H A D | layman.asc | 22 subset of OSI's Abstract Syntax Notation One (ASN.1), Basic 58 (Abstract Syntax Notation One, defined in X.208), and one 116 2. Abstract Syntax Notation One 118 Abstract Syntax Notation One, abbreviated ASN.1, is a 1753 Syntax Standard. Version 1.5, November 1993. 1756 Syntax Standard. Version 1.5, November 1993. 1759 Syntax Standard. Version 1.2, November 1993. 1765 Syntax Standard. Version 1.0, November 1993. 1772 Abstract Syntax Notation One (ASN.1). 1988. 1775 Basic Encoding Rules for Abstract Syntax Notation [all …]
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | ParsedAttr.cpp | 130 AttributeCommonInfo::Syntax SyntaxUsed = A.getSyntax(); in get()
|
/freebsd-src/contrib/tcsh/nls/german/ |
H A D | set1 | 89 87 Variablen-Syntax
|