Home
last modified time | relevance | path

Searched refs:Attributes (Results 1 – 25 of 81) sorted by relevance

1234

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DBuiltins.h53 const char *Name, *Type, *Attributes, *HeaderName; member
59 !strcmp(Attributes, RHS.Attributes);
97 return strchr(GetRecord(ID).Attributes, 'c') != nullptr; in isConst()
102 return strchr(GetRecord(ID).Attributes, 'n') != nullptr; in isNoThrow()
107 return strchr(GetRecord(ID).Attributes, 'r') != nullptr; in isNoReturn()
112 return strchr(GetRecord(ID).Attributes, 'j') != nullptr; in isReturnsTwice()
118 return strchr(GetRecord(ID).Attributes, 'u') != nullptr; in isUnevaluated()
124 return strchr(GetRecord(ID).Attributes, 'F') != nullptr; in isLibFunction()
131 return strchr(GetRecord(ID).Attributes, 'f') != nullptr; in isPredefinedLibFunction()
138 return strchr(GetRecord(ID).Attributes, 'i') != nullptr; in isPredefinedRuntimeFunction()
[all …]
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp147 unsigned Attributes = ODS.getPropertyAttributes(); in ActOnProperty() local
150 Attributes |= deduceWeakPropertyFromType(*this, T); in ActOnProperty()
152 bool isReadWrite = ((Attributes & ObjCDeclSpec::DQ_PR_readwrite) || in ActOnProperty()
154 !(Attributes & ObjCDeclSpec::DQ_PR_readonly)); in ActOnProperty()
157 bool isAssign = ((Attributes & ObjCDeclSpec::DQ_PR_assign) || in ActOnProperty()
159 !(Attributes & ObjCDeclSpec::DQ_PR_retain) && in ActOnProperty()
160 !(Attributes & ObjCDeclSpec::DQ_PR_strong) && in ActOnProperty()
161 !(Attributes & ObjCDeclSpec::DQ_PR_copy) && in ActOnProperty()
162 !(Attributes & ObjCDeclSpec::DQ_PR_unsafe_unretained) && in ActOnProperty()
163 !(Attributes & ObjCDeclSpec::DQ_PR_weak))); in ActOnProperty()
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/Verifier/
H A Dinalloca1.ll4 ; CHECK: Attributes {{.*}} are incompatible
7 ; CHECK: Attributes {{.*}} are incompatible
10 ; CHECK: Attributes {{.*}} are incompatible
13 ; CHECK: Attributes {{.*}} are incompatible
16 ; CHECK: Attributes {{.*}} are incompatible
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DBuiltins.cpp52 strchr(BuiltinInfo.Attributes, 'f'); in BuiltinIsSupported()
87 if (!strchr(BuiltinInfo[i].Attributes, 'f')) in GetBuiltinNames()
92 if (!strchr(TSRecords[i].Attributes, 'f')) in GetBuiltinNames()
108 const char *Like = ::strpbrk(GetRecord(ID).Attributes, Fmt); in isLike()
H A DCMakeLists.txt59 Attributes.cpp
/minix3/external/bsd/llvm/dist/llvm/test/tools/llvm-readobj/
H A Dsections.test132 MACHO-I386-NEXT: Attributes [ (0x800004)
150 MACHO-I386-NEXT: Attributes [ (0x0)
169 MACHO-X86-64-NEXT: Attributes [ (0x800004)
187 MACHO-X86-64-NEXT: Attributes [ (0x0)
206 MACHO-PPC-NEXT: Attributes [ (0x800004)
224 MACHO-PPC-NEXT: Attributes [ (0x800004)
242 MACHO-PPC-NEXT: Attributes [ (0x0)
258 MACHO-PPC-NEXT: Attributes [ (0x0)
274 MACHO-PPC-NEXT: Attributes [ (0x0)
293 MACHO-PPC64-NEXT: Attributes [ (0x800004)
[all …]
H A Dsections-ext.test176 MACHO-I386-NEXT: Attributes [ (0x800004)
220 MACHO-X86-64-NEXT: Attributes [ (0x800004)
259 MACHO-X86-64-NEXT: Attributes [ (0x0)
294 MACHO-PPC-NEXT: Attributes [ (0x800004)
337 MACHO-PPC-NEXT: Attributes [ (0x800004)
367 MACHO-PPC-NEXT: Attributes [ (0x0)
400 MACHO-PPC-NEXT: Attributes [ (0x0)
423 MACHO-PPC-NEXT: Attributes [ (0x0)
451 MACHO-PPC64-NEXT: Attributes [ (0x800004)
494 MACHO-PPC64-NEXT: Attributes [ (0x800004)
[all …]
H A Dimports.test31 X86-NEXT: Attributes: 0x1
74 X64-NEXT: Attributes: 0x1
/minix3/external/bsd/llvm/dist/llvm/unittests/IR/
H A DAttributesTest.cpp17 TEST(Attributes, Uniquing) { in TEST() argument
34 TEST(Attributes, Ordering) { in TEST() argument
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DModuleMap.h131 struct Attributes { struct
132 Attributes() : IsSystem(), IsExternC(), IsExhaustive() {} in Attributes() argument
152 Attributes Attrs; argument
233 Attributes Attrs, Module *Parent);
/minix3/external/bsd/llvm/dist/llvm/bindings/python/llvm/
H A Denumerations.py33 Attributes = [ variable
/minix3/external/bsd/llvm/dist/llvm/test/Assembler/
H A D2008-09-02-FunctionNotes2.ll2 ; RUN: not llvm-as %s -o /dev/null 2>&1 | grep "Attributes 'noinline and alwaysinline' are incompat…
/minix3/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dpkcs12.asn156 PKCS12-Attributes ::= SET OF PKCS12-Attribute
61 bagAttributes PKCS12-Attributes OPTIONAL
/minix3/external/bsd/llvm/lib/libclangBasic/
H A DMakefile9 SRCS+= Attributes.cpp \
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DCMakeLists.txt3 Attributes.cpp
/minix3/external/bsd/llvm/lib/libLLVMIR/
H A DMakefile10 Attributes.cpp \
/minix3/crypto/external/bsd/openssl/dist/ms/
H A Dreq2CA.ss15 Attributes:
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DHowToUseAttributes.rst2 How To Use Attributes
11 Attributes in LLVM have changed in some fundamental ways. It was necessary to
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DComment.h457 ArrayRef<Attribute> Attributes;
479 return Attributes.size(); in getNumAttrs()
483 return Attributes[Idx]; in getAttr()
487 Attributes = Attrs; in setAttrs()
/minix3/crypto/external/bsd/openssl/dist/doc/crypto/
H A DPKCS12_parse.pod47 Attributes currently cannot be stored in the private key B<EVP_PKEY> structure.
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp588 Attributes Attrs; in inferFrameworkModule()
595 Attributes Attrs, Module *Parent) { in inferFrameworkModule()
1046 typedef ModuleMap::Attributes Attributes; typedef in clang::ModuleMapParser
1047 bool parseOptionalAttributes(Attributes &Attrs);
1381 Attributes Attrs; in parseModuleDecl()
1960 Attributes Attrs; in parseConfigMacros()
2108 Attributes Attrs; in parseInferredModuleDecl()
2213 bool ModuleMapParser::parseOptionalAttributes(Attributes &Attrs) { in parseOptionalAttributes()
/minix3/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb.schema10 # Attributes types are under 1.3.6.1.4.1.5322.10.1
/minix3/tests/lib/libcurses/tests/
H A Dstd_defines22 # Attributes
/minix3/external/bsd/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc290 DWORD Attributes = ::GetFileAttributesW(PathUtf16.begin());
292 if (Attributes == INVALID_FILE_ATTRIBUTES) {
301 if (Mode == AccessMode::Write && (Attributes & FILE_ATTRIBUTE_READONLY))
424 0, // Attributes only.
435 ::CreateFileW(path_utf16.begin(), 0, // Attributes only.
/minix3/external/bsd/less/dist/
H A Dscreen.c1668 fillchar.Attributes = curr_attr; in add_line()
1724 fillchar.Attributes = curr_attr;
1810 fillchar.Attributes = MAKEATTR(nm_fg_color, nm_bg_color);
1813 SetConsoleTextAttribute(con_out, fillchar.Attributes);
1822 FillConsoleOutputAttribute(con_out, fillchar.Attributes, size, topleft,

1234