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:callstack
(Results
1 - 3
of
3
) sorted by relevance
/third_party/selinux/libsepol/cil/test/unit/
H
A
D
test_cil_resolve_ast.c
48
struct cil_tree_node *
callstack
;
member
59
args->
callstack
= calls;
in gen_resolve_args()
235
args->
callstack
= test_db->ast->root->cl_head->next->next->next;
in test_cil_resolve_classmapping_anon_inmacro()
270
args->
callstack
= test_db->ast->root->cl_head->next->next->next;
in test_cil_resolve_classmapping_anon_inmacro_neg()
1730
args->
callstack
= test_db->ast->root->cl_head->next->next->next->next->next->next->next->next;
in test_cil_resolve_context_macro()
1775
args->
callstack
= test_db->ast->root->cl_head->next->next->next->next->next->next->next->next;
in test_cil_resolve_context_macro_neg()
2541
args->
callstack
= test_db->ast->root->cl_head->next->next->next->next->next->next->next->next->next;
in test_cil_resolve_rangetransition_namedrange_anon()
2584
args->
callstack
= test_db->ast->root->cl_head->next->next->next->next->next->next->next->next->next;
in test_cil_resolve_rangetransition_namedrange_anon_neg()
2753
args->
callstack
= test_db->ast->root->cl_head->next->next->next->next->next->next->next->next;
in test_cil_resolve_rangetransition_call_level_l_anon()
2795
args->
callstack
in test_cil_resolve_rangetransition_call_level_l_anon_neg()
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H
A
D
upb.c
7748
d->
callstack
[d->call_len++] = d->pc;
in run_decoder_vm()
7753
d->pc = d->
callstack
[--d->call_len];
in run_decoder_vm()
7822
d->
callstack
[0] = &halt;
in upb_pbdecoder_startbc()
7910
d->
callstack
= upb_arena_malloc(a, callstacksize(d, default_max_nesting));
in upb_pbdecoder_create()
7912
if (!d->stack || !d->
callstack
) {
in upb_pbdecoder_create()
7961
/* Need to reallocate stack and
callstack
to accommodate. */
in upb_pbdecoder_setmaxnesting()
7972
p = upb_arena_realloc(d->arena, d->
callstack
, old_size, new_size);
in upb_pbdecoder_setmaxnesting()
7976
d->
callstack
= p;
in upb_pbdecoder_setmaxnesting()
H
A
D
upb.h
6150
const uint32_t **
callstack
;
member
Completed in 47 milliseconds