Home
last modified time | relevance | path

Searched refs:its (Results 1 – 25 of 1430) sorted by relevance

12345678910>>...58

/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dtimerfd.cpp14 struct itimerspec its; in main() local
15 its.it_value.tv_sec = 0; in main()
16 its.it_value.tv_nsec = 1000000; in main()
17 its.it_interval.tv_sec = its.it_value.tv_sec; in main()
18 its.it_interval.tv_nsec = its.it_value.tv_nsec; in main()
20 int res = timerfd_settime(fd, 0, &its, NULL); in main()
24 res = timerfd_settime(fd, 0, &its, &its2); in main()
28 assert(its2.it_value.tv_sec <= its.it_value.tv_sec); in main()
29 assert(its2.it_value.tv_nsec <= its.it_value.tv_nsec); in main()
36 assert(its3.it_value.tv_sec <= its.it_value.tv_sec); in main()
[all …]
/llvm-project-15.0.7/third-party/benchmark/test/
H A Duser_counters_test.cc53 double its = e.NumIterations(); in CheckSimple() local
56 CHECK_FLOAT_COUNTER_VALUE(e, "bar", EQ, 2. * its, 0.001); in CheckSimple()
405 double its = e.NumIterations(); in CheckIterationInvariant() local
407 CHECK_FLOAT_COUNTER_VALUE(e, "foo", EQ, its, 0.001); in CheckIterationInvariant()
408 CHECK_FLOAT_COUNTER_VALUE(e, "bar", EQ, 2. * its, 0.001); in CheckIterationInvariant()
453 double its = e.NumIterations(); in CheckIsIterationInvariantRate() local
456 CHECK_FLOAT_COUNTER_VALUE(e, "foo", EQ, its * 1. / t, 0.001); in CheckIsIterationInvariantRate()
497 double its = e.NumIterations(); in CheckAvgIterations() local
499 CHECK_FLOAT_COUNTER_VALUE(e, "foo", EQ, 1. / its, 0.001); in CheckAvgIterations()
500 CHECK_FLOAT_COUNTER_VALUE(e, "bar", EQ, 2. / its, 0.001); in CheckAvgIterations()
[all …]
/llvm-project-15.0.7/libc/cmake/modules/
H A DLLVMLibCFlagRules.cmake6 # A target will inherit all the flags of its upstream dependency.
9 # add_object_library, ...), its behavior will depend on the flag form as follow:
11 # `TARGET_NAME` that has `FLAG_NAME` in its `FLAGS` property.
13 # `TARGET_NAME` depends on `DEP` and `DEP` has `FLAG_NAME` in its `FLAGS`
16 # in its `FLAGS` property.
18 # `DEP.__NO_FLAG_NAME` if `DEP` is in its DEPENDS list and `DEP` has `FLAG_NAME`
19 # in its `FLAGS` property.
111 # `.__NO_flag` to any target that has `flag` in its FLAGS property.
/llvm-project-15.0.7/llvm/test/DebugInfo/
H A Ddebugify-bogus-dbg-value.ll6 ; CHECK: ERROR: dbg.value operand has size 128, but its variable has size 256
9 ; CHECK: ERROR: dbg.value operand has size 512, but its variable has size 256
12 ; CHECK: ERROR: dbg.value operand has size 8, but its variable has size 256
16 ; CHECK-NOT: ERROR: dbg.value operand has size 512, but its variable has size 256
20 ; CHECK-NOT: ERROR: dbg.value operand has size 4, but its variable has size 32
/llvm-project-15.0.7/clang/test/ARCMT/
H A Dchecking.m93 …expected-error {{it is not safe to remove an unused 'autorelease' message; its receiver may be des…
202 …pected-note {{declaration in interface is not in the 'init' family because its result type is not …
205 …pected-note {{declaration in interface is not in the 'init' family because its result type is not …
206 …pected-note {{declaration in interface is not in the 'init' family because its result type is not …
240 - (id) init10 { return 0; } // expected-error {{method implementation does not match its declaratio…
246 …-error {{method was declared as an 'init' method, but its implementation doesn't match because its…
248 …-error {{method was declared as an 'init' method, but its implementation doesn't match because its…
249 …-error {{method was declared as an 'init' method, but its implementation doesn't match because its…
250 …-error {{method was declared as an 'init' method, but its implementation doesn't match because its…
261 - (Test8_super*) init13 { return 0; } // expected-error {{method implementation does not match its …
[all …]
/llvm-project-15.0.7/clang/test/Modules/
H A Drebuild.m3 // Build Module and set its timestamp
14 // Rebuild Module, reset its timestamp, and verify its size hasn't changed
27 // Rebuild Module, reset its timestamp, and verify its size hasn't changed
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dlegalize-inttoptr-xfail-2.mir5 # could be legalized if its destination operand has a pointer type and
6 # its source - a scalar type of an appropriate size. This test meets
11 # LegalizerInfo::verify AArch64 legalizer had a subtle bug in its
15 # its size is 64 bits). As LegalizerInfo::verify asserts on such a
H A Dlegalize-inttoptr-xfail-1.mir5 # could be legalized if its destination operand has a pointer type and
6 # its source - a scalar type. This is reversed in this test and the
9 # subtle bug in its definition that caused it to accept the following
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dinstancetype.m24 - (instancetype)methodInProto2; // expected-note{{overridden method returns an instance of its clas…
25 - (instancetype)otherMethodInProto2; // expected-note{{overridden method returns an instance of its…
127 - (Subclass4 *)methodInProto2; // expected-warning{{method is expected to return an instance of its…
132 - (Subclass3 *)init; // expected-warning{{method is expected to return an instance of its class typ…
151 …turn 0; } // expected-warning{{method is expected to return an instance of its class type 'Subclas…
193 …hod is explicitly declared 'instancetype' and is expected to return an instance of its class type}}
196 …hod is explicitly declared 'instancetype' and is expected to return an instance of its class type}}
197 - (instancetype) baz; // expected-note {{overridden method returns an instance of its class type}} …
213 - (float) baz { // expected-warning {{method is expected to return an instance of its class type 'A…
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 Drelated-result-type-inference.m11 - (id)retain; // expected-note{{instance method 'retain' is assumed to return an instance of its r…
89 - (Unrelated *)initBlah; // expected-warning{{method is expected to return an instance of its class…
96 - (Unrelated *)initBlah { // expected-warning{{method is expected to return an instance of its cla…
110 + (Unrelated *)newBlarg { // expected-warning{{method is expected to return an instance of its clas…
114 + (Unrelated *)alloc { // expected-warning{{method is expected to return an instance of its class t…
161 …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 Dcontinuation-class-err.m15 …operty in class extension 'ReadOnly' (attribute must be 'readwrite', while its primary must be 're…
34 …of property in class extension 'Bar' (attribute must be 'readwrite', while its primary must be 're…
35 …of property in class extension 'Bar' (attribute must be 'readwrite', while its primary must be 're…
H A Dwarn-deprecated-implementations.m20 + (void)F { } // No warning, implementing its own deprecated method
22 - (void) E {} // No warning, implementing deprecated method in its class extension.
32 - (void) G {} // No warning, implementing its own deprecated method
H A Darc.m76 …d-warning {{category is implementing a method which will also be implemented by its primary class}}
78 …d-warning {{category is implementing a method which will also be implemented by its primary class}}
80 …d-warning {{category is implementing a method which will also be implemented by its primary class}}
82 …d-warning {{category is implementing a method which will also be implemented by its primary class}}
218 - (id) init10 { return 0; } // expected-error {{method implementation does not match its declaratio…
224 …-error {{method was declared as an 'init' method, but its implementation doesn't match because its…
227 …-error {{method was declared as an 'init' method, but its implementation doesn't match because its…
228 …-error {{method was declared as an 'init' method, but its implementation doesn't match because its…
230 …-error {{method was declared as an 'init' method, but its implementation doesn't match because its…
245 - (Test8_super*) init13 { return 0; } // expected-error {{method implementation does not match its …
[all …]
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Utils/
H A DStructuredOpsUtils.h169 bool iters(ArrayRef<IteratorType> its) { in iters() argument
170 if (its.size() != iterators.size()) in iters()
172 for (int i = 0, e = its.size(); i != e; ++i) { in iters()
173 if (!its[i].isOfType(iterators[i])) in iters()
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dinstancetype.mm24 - (instancetype)methodInProto2; // expected-note{{overridden method returns an instance of its clas…
25 - (instancetype)otherMethodInProto2; // expected-note{{overridden method returns an instance of its…
127 - (Subclass4 *)methodInProto2; // expected-warning{{method is expected to return an instance of its…
132 - (Subclass3 *)init; // expected-warning{{method is expected to return an instance of its class typ…
151 …turn 0; } // expected-warning{{method is expected to return an instance of its class type 'Subclas…
193 …hod is explicitly declared 'instancetype' and is expected to return an instance of its class type}}
196 …hod is explicitly declared 'instancetype' and is expected to return an instance of its class type}}
197 - (instancetype) baz; // expected-note {{overridden method returns an instance of its class type}} …
213 - (float) baz { // expected-warning {{method is expected to return an instance of its class type 'A…
H A Darc-0x.mm238 …*x0 = *u0; // expected-error {{cannot be assigned because its copy assignment operator is implicit…
239 …*x1 = *u1; // expected-error {{cannot be assigned because its copy assignment operator is implicit…
240 …*x2 = *u2; // expected-error {{cannot be assigned because its copy assignment operator is implicit…
242 …*x4 = *s0; // expected-error {{cannot be assigned because its copy assignment operator is implicit…
243 …*x5 = *s1; // expected-error {{cannot be assigned because its copy assignment operator is implicit…
244 …*x6 = *s2; // expected-error {{cannot be assigned because its copy assignment operator is implicit…
262 …*x0 = static_cast<U0 &&>(*u0); // expected-error {{cannot be assigned because its copy assignment …
263 …*x1 = static_cast<U1 &&>(*u1); // expected-error {{cannot be assigned because its copy assignment …
264 …*x2 = static_cast<U2 &&>(*u2); // expected-error {{cannot be assigned because its copy assignment …
266 …*x4 = static_cast<S0 &&>(*s0); // expected-error {{cannot be assigned because its copy assignment …
[all …]
/llvm-project-15.0.7/llvm/docs/
H A DBlockFrequencyTerminology.rst20 sum of its outgoing branch probabilities should be 1.0.
27 branch probability associated with a given edge is its own weight divided by
68 it's packaged up to act as a pseudo-node in its parent loop's (or the
100 its containing loop, if any), and each loop pseudo-node has a loop scale and
101 its own mass (from its parent's DAG).
105 is the product of its mass, the mass of containing loops' pseudo nodes, and the
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Drename-section-relocsec.test21 ## Test 1. When a section is renamed, its relocation section should be renamed
38 ## Test 2. A relocation section should be renamed together with its target
39 ## section even if its name does not follow the typical pattern.
72 ## Test 5. Should not rename a relocation section if it or its target are not
83 ## Test 6. A dynamic relocation section should not be renamed together with its
/llvm-project-15.0.7/openmp/cmake/
H A DOpenMPTesting.cmake21 …t in your PATH, set OPENMP_LLVM_LIT_EXECUTABLE to its full path, or point OPENMP_LLVM_TOOLS_DIR to…
32 … in your PATH, set OPENMP_FILECHECK_EXECUTABLE to its full path, or point OPENMP_LLVM_TOOLS_DIR to…
43 … 'not' in your PATH, set OPENMP_NOT_EXECUTABLE to its full path, or point OPENMP_LLVM_TOOLS_DIR to…
118 # We cannot use ExternalProject_Add() because its configuration runs when this
/llvm-project-15.0.7/libc/docs/
H A Dbuild_system.rst12 Every entrypoint in LLVM-libc has its own build target. This target is listed
33 Similar to how every entrypoint in LLVM-libc has its own build target, every
34 redirector function also has its own build target. This target is listed using
/llvm-project-15.0.7/llvm/test/Transforms/Inline/
H A Dcgscc-update.ll29 ; This function should have had 'readnone' deduced for its SCC.
38 ; This function should have had 'readnone' deduced for its SCC.
61 ; This function should have had 'readnone' deduced for its SCC.
71 ; This function should have had 'readnone' deduced for its SCC.
154 ; This function should have had 'readnone' deduced for its SCC.
177 ; This function should have had 'readnone' deduced for its SCC.
/llvm-project-15.0.7/mlir/docs/Dialects/
H A DMemRef.md27 each followed by its indices, size of the data transfer in terms of the number
28 of elements (of the elemental type of the memref), a tag memref with its
67 specified with a tag memref and its indices. The operands include the tag memref
68 followed by its indices and the number of elements associated with the DMA being
/llvm-project-15.0.7/mlir/test/Conversion/SCFToGPU/
H A Dstep_one.mlir7 // Bounds of the loop, its range and step.
19 // Bounds of the loop, its range and step.
41 // Bounds of the loop, its range and step.
50 // Bounds of the loop, its range and step.

12345678910>>...58