Home
last modified time | relevance | path

Searched defs:annotate (Results 1 – 21 of 21) 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/protobuf/src/google/protobuf/compiler/cpp/
Dextension.cc93 auto annotate = p->WithAnnotations({{"name", descriptor_}}); in GenerateDeclaration() local
/third_party/rust/rust/tests/ui/higher-ranked/trait-bounds/normalize-under-binder/
Dissue-62529-1.rs44 fn annotate<F, Q>(_q: Annotate<Q>, func: F) -> impl Execute + 'static in annotate() function
/third_party/littlefs/scripts/
Dperfbd.py887 def annotate(Result, results, *, argument
Dperf.py921 def annotate(Result, results, *, function
Dcov.py506 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.cc244 bool annotate = false; in Generate() local
/third_party/mesa3d/src/nouveau/compiler/nak/
Dapi.rs74 fn annotate(&self) -> bool { in annotate() method
/third_party/libabigail/tools/
Dabidw.cc133 bool annotate; member
/third_party/grpc/src/core/lib/resource_quota/
Dmemory_quota.cc448 auto annotate = [](const char* name) { in Start() local
/third_party/typescript/src/services/codefixes/
DinferFromUsage.ts325 function annotate(changes: textChanges.ChangeTracker, importAdder: ImportAdder, sourceFile: SourceF… function
/third_party/mesa3d/src/intel/compiler/
Dbrw_builder.h168 annotate(const char *str) const in annotate() function
Dbrw_fs_nir.cpp62 bool annotate; member
/third_party/rust/rust/compiler/rustc_borrowck/src/
Duniversal_regions.rs335 pub(crate) fn annotate(&self, tcx: TyCtxt<'tcx>, err: &mut Diagnostic) { in annotate() method
/third_party/rust/rust/compiler/rustc_passes/src/
Dstability.rs102 fn annotate<F>( in annotate() method
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.h49 struct vk_device_dispatch_table annotate; member
/third_party/rust/rust/compiler/rustc_borrowck/src/region_infer/
Dmod.rs594 pub(crate) fn annotate(&self, tcx: TyCtxt<'tcx>, err: &mut Diagnostic) { in annotate() method
/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