Searched refs:Attributes (Results 51 - 57 of 57) sorted by relevance

123

/freebsd-11-stable/contrib/ntp/ntpdate/
H A Dntpdate.c1625 tkp.Privileges[0].Attributes = SE_PRIVILEGE_ENABLED;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp19 #include "clang/Basic/Attributes.h"
199 // Attributes in a class are parsed at the end of the class, along
1412 // Late Parsed Attributes:
3938 ParsedAttributesWithRange Attributes(AttrFactory);
3940 EnteringContext, DSContext, Attributes);
3944 if (!Attributes.empty()) {
3946 attrs.takeAllFrom(Attributes);
4168 // Attributes are only allowed here on successive declarators.
4392 // Attributes are not allowed between these keywords. Diagnose,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2863 ParsedAttributesWithRange &Attributes);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1689 W.printHex("Attributes", Table->Attributes);
/freebsd-11-stable/lib/clang/libclang/
H A DMakefile172 SRCS_MIN+= Basic/Attributes.cpp
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3921 unsigned &Attributes,
3939 const unsigned Attributes,
9064 /// \param [in, out] Attributes The attributes to check; they will
9068 unsigned &Attributes,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp2556 ParsedAttributes &Attributes,
2573 for (const ParsedAttr &AL : Attributes) {

Completed in 272 milliseconds

123