Home
last modified time | relevance | path

Searched defs:fns (Results 1 – 22 of 22) sorted by relevance

/external/llvm-project/clang/test/AST/
Dast-dump-openmp-begin-declare-variant_9.c26 fd fns[2]; in main() local
/external/libabigail/src/
Dabg-corpus-priv.h81 priv(functions& fns, in priv()
305 fn_is_in_fns(const function_decl* fn, const vector<function_decl*>& fns) in fn_is_in_fns()
329 vector<function_decl*>* fns = fn_id_is_in_id_fns_map(fn); in fn_is_in_id_fns_map() local
347 vector<function_decl*>* fns = fn_id_is_in_id_fns_map(fn_id); in add_fn_to_id_fns_map() local
686 vector<function_decl*> fns; member
Dabg-corpus.cc76 ::exported_decls_builder(functions& fns, in exported_decls_builder()
1570 vector<function_decl*> fns; member
Dabg-dwarf-reader.cc4585 const vector<function_decl*> *fns = corp->lookup_functions(id); in symbol_already_belongs_to_a_function() local
Dabg-ir.cc21315 const class_decl::member_functions& fns) in method_matches_at_least_one_in_vector()
/external/grpc-grpc/test/core/gpr/
Dalloc_test.cc38 gpr_allocation_functions fns = {fake_malloc, nullptr, fake_realloc, in test_custom_allocs() local
/external/rust/crates/futures-util/src/
Dlib.rs345 mod fns; module
/external/rust/crates/cast/src/
Dlib.rs168 macro_rules! fns { macro
/external/llvm-project/clang/test/Analysis/Inputs/
Dctu-other.cpp19 int fns(int x) { in fns() function
/external/bc/include/
Dprogram.h74 BcVec fns; member
/external/llvm-project/libcxx/src/
Dios.cpp218 …event_callback* fns = static_cast<event_callback*>(realloc(__fn_, newcap * sizeof(event_callback))… in register_callback() local
/external/tensorflow/tensorflow/core/framework/
Drun_handler_test.cc459 std::vector<std::function<void()>> fns; in TEST() local
531 std::vector<std::function<void()>> fns; in TEST() local
/external/libcxx/src/
Dios.cpp235 …event_callback* fns = static_cast<event_callback*>(realloc(__fn_, newcap * sizeof(event_callback))… in register_callback() local
/external/bc/src/
Dvm.c523 BcVec *fns = &vm.prog.fns; local
/external/rust/crates/libz-sys/src/zlib-ng/arch/s390/
Ddfltcc_detail.h102 char fns[16]; member
/external/llvm-project/openmp/tools/multiplex/
Dompt-multiplex.h1020 void ompt_multiplex_finalize(ompt_data_t *fns) { in ompt_multiplex_finalize()
/external/rust/crates/protobuf/src/reflect/acc/
Dv1.rs170 pub(crate) fns: FieldAccessorFunctions<M>, field
/external/python/setuptools/setuptools/_vendor/
Dpyparsing.py1227 def setParseAction( self, *fns, **kwargs ):
1265 def addParseAction( self, *fns, **kwargs ):
1275 def addCondition(self, *fns, **kwargs):
/external/python/setuptools/pkg_resources/_vendor/
Dpyparsing.py1227 def setParseAction( self, *fns, **kwargs ):
1265 def addParseAction( self, *fns, **kwargs ):
1275 def addCondition(self, *fns, **kwargs):
/external/skqp/src/core/
DSkLiteDL.cpp484 inline void SkLiteDL::map(const Fn fns[], Args... args) const { in map() argument
/external/deqp/modules/gles31/functional/
Des31fDebugTests.cpp2932 vector<FunctionContainer> wrapCoreFunctions (const vector<NegativeTestShared::FunctionContainer>& f… in wrapCoreFunctions()
/external/toybox/toys/pending/
Dbc.c555 BcVec fns; member