Home
last modified time | relevance | path

Searched refs:Suffixed (Results 1 – 25 of 177) sorted by relevance

12345678

/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_lints/src/
H A Dfloat_literal.rs77 LitFloatType::Suffixed(ast::FloatTy::F32) => Some("f32"), in check_expr()
78 LitFloatType::Suffixed(ast::FloatTy::F64) => Some("f64"), in check_expr()
H A Dapprox_const.rs76 LitKind::Float(s, LitFloatType::Suffixed(fty)) => match fty { in check_lit()
/dports/lang/rust/rustc-1.58.1-src/src/doc/rust-by-example/src/types/
H A Dliterals.md12 // Suffixed literals, their types are known at initialization
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_lints/src/misc_early/
H A Dmod.rs372 } else if let LitKind::Float(_, LitFloatType::Suffixed(float_ty)) = lit.kind { in check_lit()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_ast-718.0.0/src/util/
H A Dliteral.rs172 ast::LitFloatType::Suffixed(ty) => Some(ty.name()), in to_lit_token()
257 ast::LitFloatType::Suffixed(match suf { in filtered_float_lit()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_ast-722.0.0/src/util/
H A Dliteral.rs172 ast::LitFloatType::Suffixed(ty) => Some(ty.name()), in to_lit_token()
257 ast::LitFloatType::Suffixed(match suf { in filtered_float_lit()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_ast/src/util/
H A Dliteral.rs188 ast::LitFloatType::Suffixed(ty) => Some(ty.name()), in to_lit_token()
273 ast::LitFloatType::Suffixed(match suf { in filtered_float_lit()
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_ast/src/util/
H A Dliteral.rs172 ast::LitFloatType::Suffixed(ty) => Some(ty.name()), in to_lit_token()
257 ast::LitFloatType::Suffixed(match suf { in filtered_float_lit()
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_lints/src/casts/
H A Dunnecessary_cast.rs48 | LitKind::Float(_, LitFloatType::Suffixed(_)) in check()
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_utils/src/
H A Dnumeric_literal.rs234 LitFloatType::Suffixed(float_ty) => Some(float_ty.name_str()), in lit_suffix_length()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Driver/
H A DDriver.cpp4381 SmallString<128> Suffixed(BaseName.substr(0, End)); in GetNamedOutputPath() local
4382 Suffixed += OffloadingPrefix; in GetNamedOutputPath()
4384 Suffixed += "-"; in GetNamedOutputPath()
4385 Suffixed.append(BoundArch); in GetNamedOutputPath()
4392 Suffixed += ".tmp"; in GetNamedOutputPath()
4393 Suffixed += '.'; in GetNamedOutputPath()
4394 Suffixed += Suffix; in GetNamedOutputPath()
4395 NamedOutput = C.getArgs().MakeArgString(Suffixed.c_str()); in GetNamedOutputPath()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Driver/
H A DDriver.cpp4315 SmallString<128> Suffixed(BaseName.substr(0, End)); in GetNamedOutputPath() local
4316 Suffixed += OffloadingPrefix; in GetNamedOutputPath()
4318 Suffixed += "-"; in GetNamedOutputPath()
4319 Suffixed.append(BoundArch); in GetNamedOutputPath()
4326 Suffixed += ".tmp"; in GetNamedOutputPath()
4327 Suffixed += '.'; in GetNamedOutputPath()
4328 Suffixed += Suffix; in GetNamedOutputPath()
4329 NamedOutput = C.getArgs().MakeArgString(Suffixed.c_str()); in GetNamedOutputPath()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Driver/
H A DDriver.cpp4097 SmallString<128> Suffixed(BaseName.substr(0, End)); in GetNamedOutputPath() local
4098 Suffixed += OffloadingPrefix; in GetNamedOutputPath()
4100 Suffixed += "-"; in GetNamedOutputPath()
4101 Suffixed.append(BoundArch); in GetNamedOutputPath()
4108 Suffixed += ".tmp"; in GetNamedOutputPath()
4109 Suffixed += '.'; in GetNamedOutputPath()
4110 Suffixed += Suffix; in GetNamedOutputPath()
4111 NamedOutput = C.getArgs().MakeArgString(Suffixed.c_str()); in GetNamedOutputPath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Driver/
H A DDriver.cpp4779 SmallString<128> Suffixed(BaseName.substr(0, End)); in GetNamedOutputPath() local
4780 Suffixed += OffloadingPrefix; in GetNamedOutputPath()
4782 Suffixed += "-"; in GetNamedOutputPath()
4783 Suffixed.append(BoundArch); in GetNamedOutputPath()
4801 Suffixed += ".tmp"; in GetNamedOutputPath()
4802 Suffixed += '.'; in GetNamedOutputPath()
4803 Suffixed += Suffix; in GetNamedOutputPath()
4804 NamedOutput = C.getArgs().MakeArgString(Suffixed.c_str()); in GetNamedOutputPath()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Driver/
H A DDriver.cpp4846 SmallString<128> Suffixed(BaseName.substr(0, End)); in GetNamedOutputPath() local
4847 Suffixed += OffloadingPrefix; in GetNamedOutputPath()
4849 Suffixed += "-"; in GetNamedOutputPath()
4850 Suffixed.append(BoundArch); in GetNamedOutputPath()
4868 Suffixed += ".tmp"; in GetNamedOutputPath()
4869 Suffixed += '.'; in GetNamedOutputPath()
4870 Suffixed += Suffix; in GetNamedOutputPath()
4871 NamedOutput = C.getArgs().MakeArgString(Suffixed.c_str()); in GetNamedOutputPath()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Driver/
H A DDriver.cpp4662 SmallString<128> Suffixed(BaseName.substr(0, End)); in GetNamedOutputPath() local
4663 Suffixed += OffloadingPrefix; in GetNamedOutputPath()
4665 Suffixed += "-"; in GetNamedOutputPath()
4666 Suffixed.append(BoundArch); in GetNamedOutputPath()
4684 Suffixed += ".tmp"; in GetNamedOutputPath()
4685 Suffixed += '.'; in GetNamedOutputPath()
4686 Suffixed += Suffix; in GetNamedOutputPath()
4687 NamedOutput = C.getArgs().MakeArgString(Suffixed.c_str()); in GetNamedOutputPath()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Driver/
H A DDriver.cpp4705 SmallString<128> Suffixed(BaseName.substr(0, End)); in GetNamedOutputPath() local
4706 Suffixed += OffloadingPrefix; in GetNamedOutputPath()
4708 Suffixed += "-"; in GetNamedOutputPath()
4709 Suffixed.append(BoundArch); in GetNamedOutputPath()
4727 Suffixed += ".tmp"; in GetNamedOutputPath()
4728 Suffixed += '.'; in GetNamedOutputPath()
4729 Suffixed += Suffix; in GetNamedOutputPath()
4730 NamedOutput = C.getArgs().MakeArgString(Suffixed.c_str()); in GetNamedOutputPath()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Driver/
H A DDriver.cpp4588 SmallString<128> Suffixed(BaseName.substr(0, End)); in GetNamedOutputPath() local
4589 Suffixed += OffloadingPrefix; in GetNamedOutputPath()
4591 Suffixed += "-"; in GetNamedOutputPath()
4592 Suffixed.append(BoundArch); in GetNamedOutputPath()
4599 Suffixed += ".tmp"; in GetNamedOutputPath()
4600 Suffixed += '.'; in GetNamedOutputPath()
4601 Suffixed += Suffix; in GetNamedOutputPath()
4602 NamedOutput = C.getArgs().MakeArgString(Suffixed.c_str()); in GetNamedOutputPath()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Driver/
H A DDriver.cpp4588 SmallString<128> Suffixed(BaseName.substr(0, End)); in GetNamedOutputPath() local
4589 Suffixed += OffloadingPrefix; in GetNamedOutputPath()
4591 Suffixed += "-"; in GetNamedOutputPath()
4592 Suffixed.append(BoundArch); in GetNamedOutputPath()
4599 Suffixed += ".tmp"; in GetNamedOutputPath()
4600 Suffixed += '.'; in GetNamedOutputPath()
4601 Suffixed += Suffix; in GetNamedOutputPath()
4602 NamedOutput = C.getArgs().MakeArgString(Suffixed.c_str()); in GetNamedOutputPath()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Driver/
H A DDriver.cpp4846 SmallString<128> Suffixed(BaseName.substr(0, End)); in GetNamedOutputPath() local
4847 Suffixed += OffloadingPrefix; in GetNamedOutputPath()
4849 Suffixed += "-"; in GetNamedOutputPath()
4850 Suffixed.append(BoundArch); in GetNamedOutputPath()
4868 Suffixed += ".tmp"; in GetNamedOutputPath()
4869 Suffixed += '.'; in GetNamedOutputPath()
4870 Suffixed += Suffix; in GetNamedOutputPath()
4871 NamedOutput = C.getArgs().MakeArgString(Suffixed.c_str()); in GetNamedOutputPath()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Driver/
H A DDriver.cpp5044 SmallString<128> Suffixed(BaseName.substr(0, End)); in GetNamedOutputPath() local
5045 Suffixed += OffloadingPrefix; in GetNamedOutputPath()
5047 Suffixed += "-"; in GetNamedOutputPath()
5048 Suffixed.append(BoundArch); in GetNamedOutputPath()
5066 Suffixed += ".tmp"; in GetNamedOutputPath()
5067 Suffixed += '.'; in GetNamedOutputPath()
5068 Suffixed += Suffix; in GetNamedOutputPath()
5069 NamedOutput = C.getArgs().MakeArgString(Suffixed.c_str()); in GetNamedOutputPath()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Driver/
H A DDriver.cpp5022 SmallString<128> Suffixed(BaseName.substr(0, End)); in GetNamedOutputPath() local
5023 Suffixed += OffloadingPrefix; in GetNamedOutputPath()
5025 Suffixed += "-"; in GetNamedOutputPath()
5026 Suffixed.append(BoundArch); in GetNamedOutputPath()
5044 Suffixed += ".tmp"; in GetNamedOutputPath()
5045 Suffixed += '.'; in GetNamedOutputPath()
5046 Suffixed += Suffix; in GetNamedOutputPath()
5047 NamedOutput = C.getArgs().MakeArgString(Suffixed.c_str()); in GetNamedOutputPath()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Driver/
H A DDriver.cpp5022 SmallString<128> Suffixed(BaseName.substr(0, End)); in GetNamedOutputPath() local
5023 Suffixed += OffloadingPrefix; in GetNamedOutputPath()
5025 Suffixed += "-"; in GetNamedOutputPath()
5026 Suffixed.append(BoundArch); in GetNamedOutputPath()
5044 Suffixed += ".tmp"; in GetNamedOutputPath()
5045 Suffixed += '.'; in GetNamedOutputPath()
5046 Suffixed += Suffix; in GetNamedOutputPath()
5047 NamedOutput = C.getArgs().MakeArgString(Suffixed.c_str()); in GetNamedOutputPath()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Driver/
H A DDriver.cpp5022 SmallString<128> Suffixed(BaseName.substr(0, End)); in GetNamedOutputPath() local
5023 Suffixed += OffloadingPrefix; in GetNamedOutputPath()
5025 Suffixed += "-"; in GetNamedOutputPath()
5026 Suffixed.append(BoundArch); in GetNamedOutputPath()
5044 Suffixed += ".tmp"; in GetNamedOutputPath()
5045 Suffixed += '.'; in GetNamedOutputPath()
5046 Suffixed += Suffix; in GetNamedOutputPath()
5047 NamedOutput = C.getArgs().MakeArgString(Suffixed.c_str()); in GetNamedOutputPath()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Driver/
H A DDriver.cpp5022 SmallString<128> Suffixed(BaseName.substr(0, End)); in GetNamedOutputPath() local
5023 Suffixed += OffloadingPrefix; in GetNamedOutputPath()
5025 Suffixed += "-"; in GetNamedOutputPath()
5026 Suffixed.append(BoundArch); in GetNamedOutputPath()
5044 Suffixed += ".tmp"; in GetNamedOutputPath()
5045 Suffixed += '.'; in GetNamedOutputPath()
5046 Suffixed += Suffix; in GetNamedOutputPath()
5047 NamedOutput = C.getArgs().MakeArgString(Suffixed.c_str()); in GetNamedOutputPath()

12345678