Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:can_compile
(Results
1 - 2
of
2
) sorted by relevance
/third_party/rust/crates/io-lifetimes/
H
A
D
build.rs
36
can_compile
(&format!(
in has_feature()
43
fn
can_compile
<T: AsRef<str>>(test: T) -> bool {
in can_compile()
functions
89
can_compile
("const fn foo() {{ panic!() }}")
in has_panic_in_const_fn()
94
can_compile
(
in has_io_safety()
/third_party/rust/crates/rustix/
H
A
D
build.rs
46
// being used to build std, in which case `
can_compile
` doesn't work
in main()
87
if (feature_rustc_dep_of_std ||
can_compile
("use std::arch::asm;"))
in main()
161
!
can_compile
("pub unsafe fn f() { core::arch::asm!(\"udf #16\", in(\"r7\") 0); }")
in use_thumb_mode()
176
can_compile
(&format!(
in has_feature()
183
fn
can_compile
<T: AsRef<str>>(test: T) -> bool {
in can_compile()
functions
Completed in 2 milliseconds