Home
last modified time | relevance | path

Searched defs:annotate (Results 1 – 11 of 11) sorted by relevance

/third_party/libabigail/src/
Dabg-writer.cc995 annotate(const T& decl, in annotate() function
1028 annotate(const elf_symbol_sptr& sym, in annotate() function
1059 annotate(const typedef_decl_sptr& typedef_decl, in annotate() function
1095 annotate(const function_type_sptr& function_type, in annotate() function
1140 annotate(const function_decl_sptr& fn, in annotate() function
1190 annotate(const function_decl::parameter_sptr& parm, in annotate() function
4664 dump(const decl_base_sptr d, std::ostream& o, const bool annotate) in dump()
4677 dump(const decl_base_sptr d, const bool annotate) in dump()
4688 dump(const type_base_sptr t, std::ostream& o, const bool annotate) in dump()
4697 dump(const type_base_sptr t, const bool annotate) in dump()
[all …]
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/
Dobject_mutator.js65 function annotate(message) { function
Darray_mutator.js42 function annotate(message, replace) { function
Dmutator.js90 annotate(node, message) { method in Mutator
/third_party/skia/third_party/externals/harfbuzz/util/
Dview-options.hh46 hb_bool_t annotate = false; member
/third_party/python/Lib/
Dpickletools.py2395 def dis(pickle, out=None, memo=None, indentlevel=4, annotate=0): argument
2879 annotate = 30 if args.annotate else 0 variable
/third_party/protobuf/src/google/protobuf/compiler/
Dmock_code_generator.cc186 bool annotate = false; in Generate() local
/third_party/gstreamer/gstplugins_good/sys/rpicamsrc/
DRaspiCamControl.c1327 MMAL_PARAMETER_CAMERA_ANNOTATE_V3_T annotate = in raspicamcontrol_set_annotate() local
/third_party/libabigail/tools/
Dabidw.cc116 bool annotate; member
/third_party/typescript/src/services/codefixes/
DinferFromUsage.ts304 …function annotate(changes: textChanges.ChangeTracker, importAdder: ImportAdder, sourceFile: Source… function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DModuloSchedule.cpp2175 void ModuloScheduleTestAnnotater::annotate() { in annotate() function in ModuloScheduleTestAnnotater