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:fn_id
(Results
1 - 8
of
8
) sorted by relevance
/third_party/libabigail/src/
H
A
D
abg-corpus-priv.h
266
/// @param
fn_id
the ID to consider.
268
/// @return the pointer to the vector of functions with ID @p
fn_id
,
271
fn_id_is_in_id_fns_map(const string&
fn_id
)
in fn_id_is_in_id_fns_map()
argument
274
str_fn_ptrs_map_type::iterator i = m.find(
fn_id
);
in fn_id_is_in_id_fns_map()
292
string
fn_id
= fn->get_id();
in fn_id_is_in_id_fns_map()
local
293
return fn_id_is_in_id_fns_map(
fn_id
);
in fn_id_is_in_id_fns_map()
310
const string
fn_id
= fn->get_id();
in fn_is_in_fns()
local
314
if ((*i)->get_id() ==
fn_id
in fn_is_in_fns()
346
string
fn_id
= fn->get_id();
in add_fn_to_id_fns_map()
347
vector<function_decl*>* fns = fn_id_is_in_id_fns_map(
fn_id
);
in add_fn_to_id_fns_map()
[all...]
H
A
D
abg-corpus.cc
141
const string&
fn_id
= priv_->get_id(*fn);
in maybe_add_fn_to_exported_fns()
local
142
ABG_ASSERT(!
fn_id
.empty());
in maybe_add_fn_to_exported_fns()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H
A
D
debug_info_manager.cpp
108
auto
fn_id
= inst->GetSingleWordOperand(kDebugFunctionOperandFunctionIndex);
in RegisterDbgFunction()
local
110
auto fn_inst = GetDbgInst(
fn_id
);
in RegisterDbgFunction()
112
assert(GetDbgInst(
fn_id
)->GetOpenCL100DebugOpcode() ==
in RegisterDbgFunction()
117
fn_id_to_dbg_fn_.find(
fn_id
) == fn_id_to_dbg_fn_.end() &&
in RegisterDbgFunction()
119
fn_id_to_dbg_fn_[
fn_id
] = inst;
in RegisterDbgFunction()
122
auto
fn_id
= inst->GetSingleWordOperand(
in RegisterDbgFunction()
local
128
assert(fn_id_to_dbg_fn_.find(
fn_id
) == fn_id_to_dbg_fn_.end() &&
in RegisterDbgFunction()
131
fn_id_to_dbg_fn_[
fn_id
] = fn_inst;
in RegisterDbgFunction()
847
auto
fn_id
=
in ClearDebugInfo()
local
849
fn_id_to_dbg_fn_.erase(
fn_id
);
in ClearDebugInfo()
853
auto
fn_id
= instr->GetSingleWordOperand(
ClearDebugInfo()
local
[all...]
H
A
D
debug_info_manager.h
109
// Returns DebugFunction whose Function operand is |
fn_id
|. If it does not
111
Instruction* GetDebugFunction(uint32_t
fn_id
) {
in GetDebugFunction()
argument
112
auto dbg_fn_it = fn_id_to_dbg_fn_.find(
fn_id
);
in GetDebugFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H
A
D
debug_info_manager.cpp
108
auto
fn_id
= inst->GetSingleWordOperand(kDebugFunctionOperandFunctionIndex);
in RegisterDbgFunction()
local
110
auto fn_inst = GetDbgInst(
fn_id
);
in RegisterDbgFunction()
112
assert(GetDbgInst(
fn_id
)->GetOpenCL100DebugOpcode() ==
in RegisterDbgFunction()
117
fn_id_to_dbg_fn_.find(
fn_id
) == fn_id_to_dbg_fn_.end() &&
in RegisterDbgFunction()
119
fn_id_to_dbg_fn_[
fn_id
] = inst;
in RegisterDbgFunction()
122
auto
fn_id
= inst->GetSingleWordOperand(
in RegisterDbgFunction()
local
128
assert(fn_id_to_dbg_fn_.find(
fn_id
) == fn_id_to_dbg_fn_.end() &&
in RegisterDbgFunction()
131
fn_id_to_dbg_fn_[
fn_id
] = fn_inst;
in RegisterDbgFunction()
847
auto
fn_id
=
in ClearDebugInfo()
local
849
fn_id_to_dbg_fn_.erase(
fn_id
);
in ClearDebugInfo()
853
auto
fn_id
= instr->GetSingleWordOperand(
ClearDebugInfo()
local
[all...]
H
A
D
debug_info_manager.h
109
// Returns DebugFunction whose Function operand is |
fn_id
|. If it does not
111
Instruction* GetDebugFunction(uint32_t
fn_id
) {
in GetDebugFunction()
argument
112
auto dbg_fn_it = fn_id_to_dbg_fn_.find(
fn_id
);
in GetDebugFunction()
/third_party/spirv-tools/source/opt/
H
A
D
debug_info_manager.cpp
109
auto
fn_id
= inst->GetSingleWordOperand(kDebugFunctionOperandFunctionIndex);
in RegisterDbgFunction()
local
111
auto fn_inst = GetDbgInst(
fn_id
);
in RegisterDbgFunction()
113
assert(GetDbgInst(
fn_id
)->GetOpenCL100DebugOpcode() ==
in RegisterDbgFunction()
118
fn_id_to_dbg_fn_.find(
fn_id
) == fn_id_to_dbg_fn_.end() &&
in RegisterDbgFunction()
120
fn_id_to_dbg_fn_[
fn_id
] = inst;
in RegisterDbgFunction()
123
auto
fn_id
= inst->GetSingleWordOperand(
in RegisterDbgFunction()
local
129
assert(fn_id_to_dbg_fn_.find(
fn_id
) == fn_id_to_dbg_fn_.end() &&
in RegisterDbgFunction()
132
fn_id_to_dbg_fn_[
fn_id
] = fn_inst;
in RegisterDbgFunction()
855
auto
fn_id
=
in ClearDebugInfo()
local
857
fn_id_to_dbg_fn_.erase(
fn_id
);
in ClearDebugInfo()
861
auto
fn_id
= instr->GetSingleWordOperand(
ClearDebugInfo()
local
[all...]
H
A
D
debug_info_manager.h
110
// Returns DebugFunction whose Function operand is |
fn_id
|. If it does not
112
Instruction* GetDebugFunction(uint32_t
fn_id
) {
in GetDebugFunction()
argument
113
auto dbg_fn_it = fn_id_to_dbg_fn_.find(
fn_id
);
in GetDebugFunction()
Completed in 10 milliseconds