| /minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
| H A D | Builtins.h | 53 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 D | SemaObjCProperty.cpp | 147 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 D | inalloca1.ll | 4 ; 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 D | Builtins.cpp | 52 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 D | CMakeLists.txt | 59 Attributes.cpp
|
| /minix3/external/bsd/llvm/dist/llvm/test/tools/llvm-readobj/ |
| H A D | sections.test | 132 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 D | sections-ext.test | 176 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 D | imports.test | 31 X86-NEXT: Attributes: 0x1 74 X64-NEXT: Attributes: 0x1
|
| /minix3/external/bsd/llvm/dist/llvm/unittests/IR/ |
| H A D | AttributesTest.cpp | 17 TEST(Attributes, Uniquing) { in TEST() argument 34 TEST(Attributes, Ordering) { in TEST() argument
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Lex/ |
| H A D | ModuleMap.h | 131 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 D | enumerations.py | 33 Attributes = [ variable
|
| /minix3/external/bsd/llvm/dist/llvm/test/Assembler/ |
| H A D | 2008-09-02-FunctionNotes2.ll | 2 ; 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 D | pkcs12.asn1 | 56 PKCS12-Attributes ::= SET OF PKCS12-Attribute 61 bagAttributes PKCS12-Attributes OPTIONAL
|
| /minix3/external/bsd/llvm/lib/libclangBasic/ |
| H A D | Makefile | 9 SRCS+= Attributes.cpp \
|
| /minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
| H A D | CMakeLists.txt | 3 Attributes.cpp
|
| /minix3/external/bsd/llvm/lib/libLLVMIR/ |
| H A D | Makefile | 10 Attributes.cpp \
|
| /minix3/crypto/external/bsd/openssl/dist/ms/ |
| H A D | req2CA.ss | 15 Attributes:
|
| /minix3/external/bsd/llvm/dist/llvm/docs/ |
| H A D | HowToUseAttributes.rst | 2 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 D | Comment.h | 457 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 D | PKCS12_parse.pod | 47 Attributes currently cannot be stored in the private key B<EVP_PKEY> structure.
|
| /minix3/external/bsd/llvm/dist/clang/lib/Lex/ |
| H A D | ModuleMap.cpp | 588 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 D | hdb.schema | 10 # Attributes types are under 1.3.6.1.4.1.5322.10.1
|
| /minix3/tests/lib/libcurses/tests/ |
| H A D | std_defines | 22 # Attributes
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 290 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 D | screen.c | 1668 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,
|