Home
last modified time | relevance | path

Searched defs:const_str (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dregex.rs124 fn const_str<'tcx>(cx: &LateContext<'tcx>, e: &'tcx Expr<'_>) -> Option<String> { in const_str() function
/third_party/rust/rust/tests/ui/consts/
Dtrait_specialization.rs40 fn const_str<T>() -> &'static str { in const_str() function
/third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/
Dconsts.rs23 fn const_str(&self, s: &str) -> (Self::Value, Self::Value); in const_str() method
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dcommon.rs193 fn const_str(&self, s: &str) -> (&'ll Value, &'ll Value) { in const_str() method
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dcommon.rs133 fn const_str(&self, s: &str) -> (RValue<'gcc>, RValue<'gcc>) { in const_str() method
/third_party/libabigail/src/
Dabg-reader.cc3978 string const_str; in build_qualified_type_decl() local