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:kConstexpr
(Results
1 - 5
of
5
) sorted by relevance
/third_party/node/deps/v8/src/torque/
H
A
D
constants.h
146
kConstexpr
= 1 << 1,
member in v8::internal::torque::AbstractTypeFlag
H
A
D
torque-parser.cc
759
constexpr_name, flags | AbstractTypeFlag::
kConstexpr
, constexpr_extends,
in MakeAbstractTypeDeclaration()
1094
AbstractTypeFlags abstract_type_flags(AbstractTypeFlag::
kConstexpr
);
in MakeClassDeclaration()
1478
constexpr_type_identifier, AbstractTypeFlag::
kConstexpr
,
in MakeEnumDeclaration()
1518
AbstractTypeFlag::
kConstexpr
, constexpr_type_expression,
in MakeEnumDeclaration()
member in v8::internal::torque::__anon15131::AbstractTypeFlag
H
A
D
ast.h
881
!!(flags & AbstractTypeFlag::
kConstexpr
));
in AbstractTypeDeclaration()
884
bool IsConstexpr() const { return flags & AbstractTypeFlag::
kConstexpr
; }
in IsConstexpr()
H
A
D
types.h
272
const bool is_constexpr = flags_ & AbstractTypeFlag::
kConstexpr
;
H
A
D
implementation-visitor.cc
4172
f.SetFlags(cpp::Function::kStatic | cpp::Function::
kConstexpr
|
in GenerateClass()
Completed in 20 milliseconds