| /llvm-project-15.0.7/libc/src/__support/File/ |
| H A D | file.cpp | 74 cpp::ArrayRef<uint8_t> primary(data, split_point); in write_unlocked_fbf() local 86 for (size_t i = 0; i < primary.size(); ++i) in write_unlocked_fbf() 87 bufref[pos + i] = primary[i]; in write_unlocked_fbf() 88 pos += primary.size(); in write_unlocked_fbf() 123 return primary.size() + bytes_written; in write_unlocked_fbf() 151 cpp::ArrayRef<uint8_t> primary(data, split_point); in write_unlocked_lbf() local 160 written = write_unlocked_nbf(primary.data(), primary.size()); in write_unlocked_lbf() 161 if (written < primary.size()) { in write_unlocked_lbf()
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/ |
| H A D | induction-unroll-novec.ll | 35 %primary.iv = phi i64 [ 0, %entry ], [ %primary.iv.next, %loop ] 38 %gep.dst = getelementptr inbounds i32, i32* %dst, i64 %primary.iv 40 %primary.iv.next = add nuw nsw i64 %primary.iv, 1 41 %exitcond = icmp eq i64 %primary.iv.next, %N
|
| H A D | dead_instructions.ll | 47 ; This test ensures that the primary induction is not considered dead when 50 ; masking. Such masking uses the primary induction. 62 %primary = phi i32 [ 0, %entry ], [ %primary_add, %loop ] 63 %use_primary = phi i32 [ -1, %entry ], [ %primary, %loop ] 65 %primary_add = add i32 %primary, 1
|
| H A D | pr37515.ll | 3 ; FP primary induction is not supported in LV. Make sure Legal bails out.
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | continuation-class-err.m | 14 @property(readwrite, copy) id object; // Ok. declaring memory model in class extension - primary ha… 15 … in class extension 'ReadOnly' (attribute must be 'readwrite', while its primary must be 'readonly… 34 …perty in class extension 'Bar' (attribute must be 'readwrite', while its primary must be 'readonly… 35 …perty in class extension 'Bar' (attribute must be 'readwrite', while its primary must be 'readonly…
|
| H A D | protocol-implementing-class-methods.m | 24 …d-warning {{category is implementing a method which will also be implemented by its primary class}} 26 …d-warning {{category is implementing a method which will also be implemented by its primary class}} 27 …d-warning {{category is implementing a method which will also be implemented by its primary class}}
|
| H A D | incomplete-implementation.m | 13 …d-warning {{category is implementing a method which will also be implemented by its primary class}} 32 …d-warning {{category is implementing a method which will also be implemented by its primary class}} 73 …d-warning {{category is implementing a method which will also be implemented by its primary class}}
|
| H A D | category-direct-properties.m | 124 …cted-error {{direct method was declared in a category but is implemented in the primary interface}} 127 …cted-error {{direct method was declared in a category but is implemented in the primary interface}} 130 …cted-error {{direct method was declared in a category but is implemented in the primary interface}} 200 - (int)direct_normal { // expected-error {{direct method was declared in the primary interface but … 203 …_((objc_direct)) { // expected-error {{direct method was declared in the primary interface but is … 206 …_((objc_direct)) { // expected-error {{direct method was declared in the primary interface but is …
|
| H A D | continuation-class-property.m | 41 … {{type of property 'NSString *' in class extension does not match property type in primary class}} 42 …rror {{type of property 'NSRect' in class extension does not match property type in primary class}}
|
| H A D | method-direct-one-definition.m | 12 …cted-error {{direct method was declared in a category but is implemented in the primary interface}} 43 - (void)B_primary { // expected-error {{direct method was declared in the primary interface but is …
|
| H A D | narrow-property-type-in-cont-class.m | 17 …r {{type of property 'NSArray *' in class extension does not match property type in primary class}}
|
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | assert.td | 6 // CHECK-NOT: note: primary name is too short 7 // CHECK: note: primary name is too long 11 assert !ge(!size(Name), 20), "primary name is too short: " # Name; 12 assert !le(!size(Name), 20), "primary name is too long: " # Name; 54 // CHECK-NOT: primary first name is not "Grace" 55 // CHECK: primary first name is not "Grack" 60 assert !eq(!substr(Name, 0, 5), "Grace"), "primary first name is not \"Grace\""; 61 assert !eq(!substr(Name, 0, 5), "Grack"), "primary first name is not \"Grack\"";
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-server/ |
| H A D | TestPtyServer.py | 17 primary, secondary = pty.openpty() 18 tty.setraw(primary) 19 self._primary = io.FileIO(primary, 'r+b')
|
| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | parallel_proc_bind_primary_codegen.cpp | 24 #pragma omp parallel proc_bind(primary) in tmain() 30 #pragma omp parallel proc_bind(primary) in main()
|
| H A D | parallel_proc_bind_messages.cpp | 27 …#pragma omp parallel proc_bind(primary) // lt51-error {{expected 'master', 'close' or 'spread' in … in main()
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | concepts-PR54629.cpp | 5 void primary(); 21 A<char>().primary(); in main()
|
| /llvm-project-15.0.7/llvm/include/llvm/TableGen/ |
| H A D | SearchableTable.td | 21 // Both a primary key and additional secondary keys / search indices can also 53 // table can have a searchable primary key, and it can also be referenced by 56 // The name of the record is used as the name of the global primary array of 103 // (Optional) List of fields that make up the primary key. 106 // (Optional) Name of the primary key search function.
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | MIBEntryDef.inc | 18 * This file has two identical copies. The primary copy lives in LLVM and 20 * in this file, first modify the primary copy and copy it over to compiler-rt.
|
| /llvm-project-15.0.7/compiler-rt/include/profile/ |
| H A D | MIBEntryDef.inc | 18 * This file has two identical copies. The primary copy lives in LLVM and 20 * in this file, first modify the primary copy and copy it over to compiler-rt.
|
| /llvm-project-15.0.7/libcxxabi/ |
| H A D | CREDITS.TXT | 22 D: Architect and primary coauthor of libc++abi 34 D: Architect and primary coauthor of libc++abi
|
| /llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl02.rst | 315 We call this class of expressions "primary" expressions, for reasons 318 primary expression, we need to determine what sort of expression it is: 322 /// primary 402 Operator precedence parsing considers this as a stream of primary 404 the leading primary expression "a", then it will see the pairs [+, b] 415 /// ::= primary binoprhs 443 /// ::= ('+' primary)* 468 // Parse the primary expression after the binary operator. 474 parses the primary expression that follows. This builds up the whole 511 above will eat, remember, and parse "(c+d)" as the primary expression, [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/clang-doc/assets/ |
| H A D | clang-doc-default-stylesheet.css | 1 .dark-primary-color { background: #1976D2; } 2 .default-primary-color { background: #2196F3; } 3 .light-primary-color { background: #BBDEFB; } 4 .text-primary-color { color: #FFFFFF; } 6 .primary-text-color { color: #212121; } 395 /* 50% mix of default-primary-color and primary-text-color. */
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | expr-parsers.cpp | 71 constexpr auto primary{instrumented("primary"_en_US, 93 first(primary, // must come before define op to resolve .TRUE._8 ambiguity 94 construct<Expr>(construct<Expr::DefinedUnary>(definedOpName, primary)), 97 construct<Expr>(construct<Expr::UnaryPlus>("+" >> primary))), 100 construct<Expr>(construct<Expr::Negate>("-" >> primary)))))};
|
| /llvm-project-15.0.7/libcxx/docs/DesignDocs/ |
| H A D | NoexceptPolicy.rst | 9 "Throws: Nothing") as ``noexcept``. This has two primary consequences:
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | gdbclientutils.py | 439 primary, secondary = pty.openpty() 440 tty.setraw(primary) 441 self._primary = io.FileIO(primary, 'r+b')
|