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:IsNative
(Results
1 - 12
of
12
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H
A
D
radeon_swizzle.h
48
int (*
IsNative
)(rc_opcode opcode, struct rc_src_register reg);
member
H
A
D
r300_fragprog_swizzle.c
95
* struct radeon_compiler *c; c->SwizzleCaps->
IsNative
().
199
.
IsNative
= r300_swizzle_is_native,
H
A
D
radeon_dataflow_swizzles.c
435
if (c->SwizzleCaps->
IsNative
(inst->U.I.Opcode, *reg)) {
in rc_dataflow_swizzles()
H
A
D
r500_fragprog.c
267
.
IsNative
= r500_swizzle_is_native,
H
A
D
radeon_optimize.c
399
if (!c->SwizzleCaps->
IsNative
(inst->U.I.Opcode, newsrc))
in constant_folding()
578
if (!c->SwizzleCaps->
IsNative
(inst->U.I.Opcode, src))
in is_presub_candidate()
H
A
D
r3xx_vertprog.c
886
.
IsNative
= &swizzle_is_native,
/third_party/node/deps/v8/src/objects/
H
A
D
call-site-info.h
45
bool
IsNative
() const;
H
A
D
call-site-info.cc
37
bool CallSiteInfo::
IsNative
() const {
in IsNative()
function in v8::internal::CallSiteInfo
/third_party/node/deps/v8/src/builtins/
H
A
D
builtins-callsite.cc
160
return isolate->heap()->ToBoolean(frame->
IsNative
());
in BUILTIN()
/third_party/node/deps/v8/src/parsing/
H
A
D
parser.h
610
V8_INLINE bool
IsNative
(Expression* expr) const {
in IsNative()
function in v8::internal::Parser
H
A
D
preparser.h
1336
V8_INLINE bool
IsNative
(const PreParserExpression& expr) const {
in IsNative()
function in v8::internal::PreParser
H
A
D
parser-base.h
5505
!scanner()->HasLineTerminatorBeforeNext() && impl()->
IsNative
(expr) &&
in ParseExpressionOrLabelledStatement()
Completed in 22 milliseconds