Home
last modified time | relevance | path

Searched refs:versions (Results 1 – 25 of 382) sorted by relevance

12345678910>>...16

/llvm-project-15.0.7/clang/test/FixIt/
H A Dfixit-availability.mm11 …t:{{.*}}:{[[@LINE-2]]:14-[[@LINE-2]]:14}:"\n } else {\n // Fallback on earlier versions\n }"
14 …t:{{.*}}:{[[@LINE-2]]:29-[[@LINE-2]]:29}:"\n } else {\n // Fallback on earlier versions\n }"
17 …t:{{.*}}:{[[@LINE-2]]:19-[[@LINE-2]]:19}:"\n } else {\n // Fallback on earlier versions\n }"
21 …t:{{.*}}:{[[@LINE-2]]:20-[[@LINE-2]]:20}:"\n } else {\n // Fallback on earlier versions\n }"
25 …t:{{.*}}:{[[@LINE-2]]:31-[[@LINE-2]]:31}:"\n } else {\n // Fallback on earlier versions\n }"
28 …-it:{{.*}}:{[[@LINE+1]]:4-[[@LINE+1]]:4}:"\n } else {\n // Fallback on earlier versions\n }"
32 …-it:{{.*}}:{[[@LINE+1]]:6-[[@LINE+1]]:6}:"\n } else {\n // Fallback on earlier versions\n }"
62 …t:{{.*}}:{[[@LINE-2]]:21-[[@LINE-2]]:21}:"\n } else {\n // Fallback on earlier versions\n }"
76 …t:{{.*}}:{[[@LINE-2]]:16-[[@LINE-2]]:16}:"\n } else {\n // Fallback on earlier versions\n }"
80 …t:{{.*}}:{[[@LINE-2]]:34-[[@LINE-2]]:34}:"\n } else {\n // Fallback on earlier versions\n }"
[all …]
/llvm-project-15.0.7/clang/test/Sema/
H A Dwarn-deprecated-non-prototype.c27 … strict-warning {{a function declaration without a prototype is deprecated in all versions of C}}
42 … strict-warning {{a function declaration without a prototype is deprecated in all versions of C}}
47 … strict-warning {{a function declaration without a prototype is deprecated in all versions of C}}
50 … strict-warning {{a function declaration without a prototype is deprecated in all versions of C}}
H A Dwarn-strict-prototypes.m13 … expected-warning {{a function declaration without a prototype is deprecated in all versions of C}}
24 … expected-warning {{a function declaration without a prototype is deprecated in all versions of C}}
26 … expected-warning {{a function declaration without a prototype is deprecated in all versions of C}}
/llvm-project-15.0.7/llvm/cmake/modules/
H A DLLVMConfigVersion.cmake.in3 # LLVM is API-compatible only with matching major.minor versions
4 # and patch versions not less than that requested.
/llvm-project-15.0.7/libclc/generic/lib/relational/
H A Dsignbit.cl10 // The scalar version of signbit(double) returns an int, but the vector versions
24 // The scalar version of signbit(half) returns an int, but the vector versions
H A Disnan.cl10 // The scalar version of isnan(double) returns an int, but the vector versions
24 // The scalar version of isnan(half) returns an int, but the vector versions
H A Disinf.cl10 // The scalar version of isinf(double) returns an int, but the vector versions
23 // The scalar version of isinf(half) returns an int, but the vector versions
H A Disfinite.cl10 // The scalar version of isfinite(double) returns an int, but the vector versions
23 // The scalar version of isfinite(half) returns an int, but the vector versions
H A Disnormal.cl10 // The scalar version of isnormal(double) returns an int, but the vector versions
23 // The scalar version of isnormal(half) returns an int, but the vector versions
H A Disordered.cl15 // The scalar version of isordered(double, double) returns an int, but the vector versions
25 // The scalar version of isordered(half, half) returns an int, but the vector versions
H A Disnotequal.cl15 // The scalar version of isnotequal(double, double) returns an int, but the vector versions
25 // The scalar version of isnotequal(half, half) returns an int, but the vector versions
H A Disunordered.cl13 // The scalar version of isunordered(double, double) returns an int, but the vector versions
27 // The scalar version of isunordered(half, half) returns an int, but the vector versions
H A Disgreater.cl13 // The scalar version of isgreater(double, double) returns an int, but the vector versions
28 // The scalar version of isgreater(half, half) returns an int, but the vector versions
H A Disgreaterequal.cl13 // The scalar version of isgreaterequal(double, double) returns an int, but the vector versions
27 // The scalar version of isgreaterequal(half, half) returns an int, but the vector versions
H A Dislessequal.cl13 // The scalar version of islessequal(double, double) returns an int, but the vector versions
27 // The scalar version of islessequal(half, half) returns an int, but the vector versions
H A Disless.cl13 // The scalar version of isless(double, double) returns an int, but the vector versions
27 // The scalar version of isless(half, half) returns an int, but the vector versions
H A Dislessgreater.cl13 // The scalar version of islessgreater(double, double) returns an int, but the vector versions
27 // The scalar version of islessgreater(half, half) returns an int, but the vector versions
H A Disequal.cl19 // The scalar version of isequal(double) returns an int, but the vector versions
33 // The scalar version of isequal(half) returns an int, but the vector versions
/llvm-project-15.0.7/llvm/lib/Support/BLAKE3/
H A DCMakeLists.txt18 # The BLAKE3 team recommends using the assembly versions, from the README:
20 # "For each of the x86 SIMD instruction sets, four versions are available:
22 # version using C intrinsics. The assembly versions are generally
/llvm-project-15.0.7/third-party/benchmark/docs/
H A Ddependencies.md9 Currently, this means using build tool versions that are available for Ubuntu
13 for older versions._
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DREADME.txt14 created. Also, further subdirectories could be created to reflect versions of
16 subdirectories to reflect the three major versions of SUS.
/llvm-project-15.0.7/llvm/test/tools/llvm-nm/
H A Ddynamic.test64 ## Check we print symbol versions, when they are available.
152 ## Case 1: check we report a warning when unable to read symbol versions
160 # VERSION-ERR1: warning: unable to read symbol versions: cannot read content of SHT_GNU_verdef sect…
161 # VERSION-ERR2: warning: unable to read symbol versions: unable to read an entry with index 1 from …
162 # VERSION-ERR3: warning: unable to read symbol versions: unable to get a version for entry 3 of SHT…
192 # VERSION-ERR4: warning: unable to read symbol versions: unable to read flags for symbol with index…
/llvm-project-15.0.7/lldb/source/API/
H A DSBModule.cpp600 uint32_t SBModule::GetVersion(uint32_t *versions, uint32_t num_versions) { in GetVersion() argument
601 LLDB_INSTRUMENT_VA(this, versions, num_versions); in GetVersion()
614 if (!versions) in GetVersion()
618 versions[0] = version.empty() ? UINT32_MAX : version.getMajor(); in GetVersion()
620 versions[1] = version.getMinor().value_or(UINT32_MAX); in GetVersion()
622 versions[2] = version.getSubminor().value_or(UINT32_MAX); in GetVersion()
624 versions[i] = UINT32_MAX; in GetVersion()
/llvm-project-15.0.7/libcxx/utils/
H A Dgenerate_header_inclusion_tests.py118 versions = ["03", "11", "14", "17", "20"]
119 return 'TEST_STD_VER > {} && '.format(max(i for i in versions if i < v))
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrFormats.td42 // Generates both register and stack based versions of one actual instruction.
45 // The register versions have virtual-register operands which correspond to wasm
48 // instructions are used for ISel and all MI passes. The stack versions of the

12345678910>>...16