Home
last modified time | relevance | path

Searched refs:primary (Results 1 – 25 of 139) sorted by relevance

123456

/llvm-project-15.0.7/libc/src/__support/File/
H A Dfile.cpp74 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 Dinduction-unroll-novec.ll35 %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 Ddead_instructions.ll47 ; 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 Dpr37515.ll3 ; FP primary induction is not supported in LV. Make sure Legal bails out.
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dcontinuation-class-err.m14 @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 Dprotocol-implementing-class-methods.m24 …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 Dincomplete-implementation.m13 …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 Dcategory-direct-properties.m124 …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 Dcontinuation-class-property.m41 … {{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 Dmethod-direct-one-definition.m12 …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 Dnarrow-property-type-in-cont-class.m17 …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 Dassert.td6 // 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 DTestPtyServer.py17 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 Dparallel_proc_bind_primary_codegen.cpp24 #pragma omp parallel proc_bind(primary) in tmain()
30 #pragma omp parallel proc_bind(primary) in main()
H A Dparallel_proc_bind_messages.cpp27 …#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 Dconcepts-PR54629.cpp5 void primary();
21 A<char>().primary(); in main()
/llvm-project-15.0.7/llvm/include/llvm/TableGen/
H A DSearchableTable.td21 // 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 DMIBEntryDef.inc18 * 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 DMIBEntryDef.inc18 * 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 DCREDITS.TXT22 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 DLangImpl02.rst315 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 Dclang-doc-default-stylesheet.css1 .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 Dexpr-parsers.cpp71 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 DNoexceptPolicy.rst9 "Throws: Nothing") as ``noexcept``. This has two primary consequences:
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dgdbclientutils.py439 primary, secondary = pty.openpty()
440 tty.setraw(primary)
441 self._primary = io.FileIO(primary, 'r+b')

123456