Home
last modified time | relevance | path

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

/third_party/flatbuffers/src/
Dflathash.cpp73 bool annotate = false; in main() local
/third_party/libabigail/src/
Dabg-writer.cc1035 annotate(const T& decl, in annotate() function
1068 annotate(const elf_symbol_sptr& sym, in annotate() function
1099 annotate(const typedef_decl_sptr& typedef_decl, in annotate() function
1135 annotate(const function_type_sptr& function_type, in annotate() function
1180 annotate(const function_decl_sptr& fn, in annotate() function
1230 annotate(const function_decl::parameter_sptr& parm, in annotate() function
4713 dump(const decl_base_sptr d, std::ostream& o, const bool annotate) in dump()
4726 dump(const decl_base_sptr d, const bool annotate) in dump()
4737 dump(const type_base_sptr t, std::ostream& o, const bool annotate) in dump()
4746 dump(const type_base_sptr t, const bool annotate) in dump()
[all …]
/third_party/littlefs/scripts/
Dperfbd.py887 def annotate(Result, results, *, argument
Dcov.py506 def annotate(Result, results, *, function
Dperf.py921 def annotate(Result, results, *, argument
/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.cc205 bool annotate = false; in Generate() local
/third_party/libabigail/tools/
Dabidw.cc133 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