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:IsBooleanType
(Results
1 - 13
of
13
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
type.h
274
bool
IsBooleanType
() const
in IsBooleanType()
function in panda::ecmascript::kungfu::GateType
293
return IsNumberType() || IsNullType() || IsUndefinedType() ||
IsBooleanType
() || IsBigIntType();
in IsDigitablePrimitiveType()
306
return IsNumberType() || IsNullType() || IsUndefinedType() ||
IsBooleanType
();
in IsPrimitiveNumberType()
311
return IsIntType() || IsNullType() ||
IsBooleanType
();
in IsPrimitiveIntType()
H
A
D
number_speculative_retype.cpp
38
} else if (gateType.
IsBooleanType
()) {
in SetOutputType()
59
} else if (paramType.
IsBooleanType
()) {
in SetOutputType()
105
if (gateType.IsIntType() || gateType.
IsBooleanType
()) {
in GetNumberTypeInfo()
681
if (type.
IsBooleanType
()) {
in VisitTypedConditionJump()
781
ASSERT(paramType.HasNumberType() || paramType.
IsBooleanType
());
in VisitIsTrueOrFalse()
794
} else if (paramType.
IsBooleanType
()) {
in VisitIsTrueOrFalse()
869
} else if (paramType.
IsBooleanType
()) {
in VisitNumberRelated()
874
if (paramType.HasNumberType() || paramType.
IsBooleanType
()) {
in VisitNumberRelated()
976
if (gateType.
IsBooleanType
()) {
in CheckAndConvertToBool()
1146
} else if (gateType.
IsBooleanType
()) {
in CheckTaggedAndConvertToInt32()
[all...]
H
A
D
number_speculative_lowering.cpp
287
if (type.
IsBooleanType
()) {
in VisitTypedConditionJump()
H
A
D
typed_hcr_lowering.cpp
281
} else if (type.
IsBooleanType
()) {
in LowerPrimitiveTypeCheck()
753
if (srcType.
IsBooleanType
()) {
in LowerPrimitiveToNumber()
2203
} else if (type.
IsBooleanType
()) {
in LowerTypeOfCheck()
2238
} else if (type.
IsBooleanType
()) {
in LowerTypeOf()
H
A
D
type_info_accessors.cpp
63
if (acc.IsConstant(gate) && acc.GetGateType(gate).
IsBooleanType
()) {
in IsTrustedBooleanType()
H
A
D
type_info_accessors.h
176
inline bool
IsBooleanType
() const
in IsBooleanType()
function in panda::ecmascript::kungfu::UnOpTypeInfoAccessor
H
A
D
typed_bytecode_lowering.cpp
1467
(IsTrueOrFalseHasProfileType(gate) && tacc.
IsBooleanType
())) {
in LowerTypedIsTrueOrFalse()
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
H
A
D
booleanType.cpp
26
if (other->
IsBooleanType
()) {
in Identical()
/arkcompiler/ets_frontend/es2panda/typescript/types/
H
A
D
booleanType.cpp
27
if (other->
IsBooleanType
()) {
in Identical()
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H
A
D
helpers.h
26
bool
IsBooleanType
(const ir::AstNode *ast);
H
A
D
helpers.cpp
41
bool
IsBooleanType
(const ir::AstNode *ast)
in IsBooleanType()
function
86
if (
IsBooleanType
(ast)) {
in IsValidTypeForBinaryOp()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H
A
D
util.cpp
85
if (type->
IsBooleanType
()) {
in IsLiteralType()
/arkcompiler/ets_frontend/es2panda/typescript/core/
H
A
D
util.cpp
97
if (type->
IsBooleanType
()) {
in IsLiteralType()
Completed in 23 milliseconds