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:target_false
(Results
1 - 1
of
1
) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
compile-i386.c
1441
int
target_false
;
in emit_conditional_test()
local
1452
target_false
= new_label();
in emit_conditional_test()
1454
target_val->label =
target_false
;
in emit_conditional_test()
1458
return
target_false
;
in emit_conditional_test()
1461
static int emit_conditional_end(int
target_false
)
in emit_conditional_end()
argument
1479
emit_label(
target_false
, NULL);
in emit_conditional_end()
1558
int
target_false
, cond_end;
in emit_conditional_expr()
local
1562
target_false
= emit_conditional_test(cond);
in emit_conditional_expr()
1569
cond_end = emit_conditional_end(
target_false
);
in emit_conditional_expr()
Completed in 6 milliseconds