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:isNever
(Results
1 - 7
of
7
) sorted by relevance
/third_party/typescript/tests/baselines/reference/
H
A
D
exhaustiveSwitchCheckCircularity.js
4
declare function
isNever
(n: never): boolean;
15
else if (
isNever
(foo)) { // Error expected
34
else if (
isNever
(foo)) { // Error expected
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H
A
D
InlineCost.h
104
bool
isNever
() const { return Cost == NeverInlineCost; }
105
bool isVariable() const { return !isAlways() && !
isNever
(); }
/third_party/skia/third_party/externals/expat/expat/lib/
H
A
D
xmltok.c
136
isNever
(const ENCODING *enc, const char *p) {
in isNever()
function
154
#define utf8_isName4
isNever
168
#define utf8_isNmstrt4
isNever
237
# define sb_isNameMin
isNever
238
# define sb_isNmstrtMin
isNever
/third_party/python/Modules/expat/
H
A
D
xmltok.c
133
isNever
(const ENCODING *enc, const char *p) {
in isNever()
function
151
#define utf8_isName4
isNever
165
#define utf8_isNmstrt4
isNever
234
# define sb_isNameMin
isNever
235
# define sb_isNmstrtMin
isNever
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H
A
D
Inliner.cpp
398
} else if (IC.
isNever
()) {
in operator <<()
434
if (IC.
isNever
()) {
in shouldInline()
H
A
D
PartialInlining.cpp
793
if (IC.
isNever
()) {
in shouldPartialInline()
H
A
D
SampleProfile.cpp
901
// The acutal cost does not matter because we only checks
isNever
() to
in inlineCallInstruction()
906
if (Cost.
isNever
()) {
in inlineCallInstruction()
Completed in 13 milliseconds