Home
last modified time | relevance | path

Searched refs:is_annotated (Results 1 – 25 of 79) sorted by relevance

1234

/dports/devel/git-svn/git-2.34.1/builtin/
H A Ddescribe.c147 int is_annotated, prio; in get_name() local
198 is_annotated = !oideq(oid, &peeled); in get_name()
201 is_annotated = 0; in get_name()
210 if (is_annotated) in get_name()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Ddescribe.c147 int is_annotated, prio; in get_name() local
198 is_annotated = !oideq(oid, &peeled); in get_name()
201 is_annotated = 0; in get_name()
210 if (is_annotated) in get_name()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Ddescribe.c147 int is_annotated, prio; in get_name() local
198 is_annotated = !oideq(oid, &peeled); in get_name()
201 is_annotated = 0; in get_name()
210 if (is_annotated) in get_name()
/dports/devel/git/git-2.34.1/builtin/
H A Ddescribe.c147 int is_annotated, prio; in get_name() local
198 is_annotated = !oideq(oid, &peeled); in get_name()
201 is_annotated = 0; in get_name()
210 if (is_annotated) in get_name()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Ddescribe.c147 int is_annotated, prio; in get_name() local
198 is_annotated = !oideq(oid, &peeled); in get_name()
201 is_annotated = 0; in get_name()
210 if (is_annotated) in get_name()
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Ddescribe.c145 int is_annotated, prio; in get_name() local
196 is_annotated = !oideq(oid, &peeled); in get_name()
199 is_annotated = 0; in get_name()
208 if (is_annotated) in get_name()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/asn_cache/
H A Dasn_cache_test.cpp317 bool is_annotated = x_FindAnnotated(*entry); in Run() local
328 << boolalpha << is_annotated << endl; in Run()
333 << boolalpha << is_annotated << endl; in Run()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/traffic_annotation/auditor/
H A Dinstance.cc687 CallInstance::CallInstance() : line_number(0), is_annotated(false) {} in CallInstance()
693 is_annotated(other.is_annotated) {} in CallInstance()
711 is_annotated = is_annotated_int != 0; in Deserialize()
H A Dinstance.h169 bool is_annotated; variable
/dports/devel/cgit/cgit-1.2.3/
H A Dui-log.c69 int is_annotated = 0; in show_commit_decorations() local
83 is_annotated = !oidcmp(&commit->object.oid, &peeled); in show_commit_decorations()
84 cgit_tag_link(buf, NULL, is_annotated ? "tag-annotated-deco" : "tag-deco", buf); in show_commit_decorations()
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_symtable.py144 self.assertTrue(st2.lookup('x').is_annotated())
149 self.assertFalse(st4.lookup('x').is_annotated())
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dauto-profile.c112 bool is_annotated () const { return annotated_; } in is_annotated() function
1218 if (! AFDO_EINFO (e)->is_annotated ()) in afdo_propagate_edge()
1317 if (! AFDO_EINFO (e)->is_annotated ()) in afdo_propagate_circuit()
1332 && ! AFDO_EINFO (ep)->is_annotated ()) in afdo_propagate_circuit()
1338 if (total == 1 && ! AFDO_EINFO (only_one)->is_annotated ()) in afdo_propagate_circuit()
1411 if (! AFDO_EINFO (e)->is_annotated ()) in afdo_calculate_branch_prob()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dauto-profile.c111 bool is_annotated () const { return annotated_; } in is_annotated() function
1216 if (! AFDO_EINFO (e)->is_annotated ()) in afdo_propagate_edge()
1315 if (! AFDO_EINFO (e)->is_annotated ()) in afdo_propagate_circuit()
1330 && ! AFDO_EINFO (ep)->is_annotated ()) in afdo_propagate_circuit()
1336 if (total == 1 && ! AFDO_EINFO (only_one)->is_annotated ()) in afdo_propagate_circuit()
1409 if (! AFDO_EINFO (e)->is_annotated ()) in afdo_calculate_branch_prob()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dauto-profile.c111 bool is_annotated () const { return annotated_; } in is_annotated() function
1216 if (! AFDO_EINFO (e)->is_annotated ()) in afdo_propagate_edge()
1315 if (! AFDO_EINFO (e)->is_annotated ()) in afdo_propagate_circuit()
1330 && ! AFDO_EINFO (ep)->is_annotated ()) in afdo_propagate_circuit()
1336 if (total == 1 && ! AFDO_EINFO (only_one)->is_annotated ()) in afdo_propagate_circuit()
1409 if (! AFDO_EINFO (e)->is_annotated ()) in afdo_calculate_branch_prob()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dauto-profile.c111 bool is_annotated () const { return annotated_; } in is_annotated() function
1216 if (! AFDO_EINFO (e)->is_annotated ()) in afdo_propagate_edge()
1315 if (! AFDO_EINFO (e)->is_annotated ()) in afdo_propagate_circuit()
1330 && ! AFDO_EINFO (ep)->is_annotated ()) in afdo_propagate_circuit()
1336 if (total == 1 && ! AFDO_EINFO (only_one)->is_annotated ()) in afdo_propagate_circuit()
1409 if (! AFDO_EINFO (e)->is_annotated ()) in afdo_calculate_branch_prob()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dauto-profile.c111 bool is_annotated () const { return annotated_; } in is_annotated() function
1216 if (! AFDO_EINFO (e)->is_annotated ()) in afdo_propagate_edge()
1315 if (! AFDO_EINFO (e)->is_annotated ()) in afdo_propagate_circuit()
1330 && ! AFDO_EINFO (ep)->is_annotated ()) in afdo_propagate_circuit()
1336 if (total == 1 && ! AFDO_EINFO (only_one)->is_annotated ()) in afdo_propagate_circuit()
1409 if (! AFDO_EINFO (e)->is_annotated ()) in afdo_calculate_branch_prob()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dauto-profile.c111 bool is_annotated () const { return annotated_; } in is_annotated() function
1216 if (! AFDO_EINFO (e)->is_annotated ()) in afdo_propagate_edge()
1315 if (! AFDO_EINFO (e)->is_annotated ()) in afdo_propagate_circuit()
1330 && ! AFDO_EINFO (ep)->is_annotated ()) in afdo_propagate_circuit()
1336 if (total == 1 && ! AFDO_EINFO (only_one)->is_annotated ()) in afdo_propagate_circuit()
1409 if (! AFDO_EINFO (e)->is_annotated ()) in afdo_calculate_branch_prob()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dauto-profile.c111 bool is_annotated () const { return annotated_; } in is_annotated() function
1216 if (! AFDO_EINFO (e)->is_annotated ()) in afdo_propagate_edge()
1315 if (! AFDO_EINFO (e)->is_annotated ()) in afdo_propagate_circuit()
1330 && ! AFDO_EINFO (ep)->is_annotated ()) in afdo_propagate_circuit()
1336 if (total == 1 && ! AFDO_EINFO (only_one)->is_annotated ()) in afdo_propagate_circuit()
1409 if (! AFDO_EINFO (e)->is_annotated ()) in afdo_calculate_branch_prob()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dauto-profile.c111 bool is_annotated () const { return annotated_; } in is_annotated() function
1216 if (! AFDO_EINFO (e)->is_annotated ()) in afdo_propagate_edge()
1315 if (! AFDO_EINFO (e)->is_annotated ()) in afdo_propagate_circuit()
1330 && ! AFDO_EINFO (ep)->is_annotated ()) in afdo_propagate_circuit()
1336 if (total == 1 && ! AFDO_EINFO (only_one)->is_annotated ()) in afdo_propagate_circuit()
1409 if (! AFDO_EINFO (e)->is_annotated ()) in afdo_calculate_branch_prob()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dauto-profile.c112 bool is_annotated () const { return annotated_; } in is_annotated() function
1218 if (! AFDO_EINFO (e)->is_annotated ()) in afdo_propagate_edge()
1317 if (! AFDO_EINFO (e)->is_annotated ()) in afdo_propagate_circuit()
1332 && ! AFDO_EINFO (ep)->is_annotated ()) in afdo_propagate_circuit()
1338 if (total == 1 && ! AFDO_EINFO (only_one)->is_annotated ()) in afdo_propagate_circuit()
1411 if (! AFDO_EINFO (e)->is_annotated ()) in afdo_calculate_branch_prob()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dauto-profile.c112 bool is_annotated () const { return annotated_; } in is_annotated() function
1218 if (! AFDO_EINFO (e)->is_annotated ()) in afdo_propagate_edge()
1317 if (! AFDO_EINFO (e)->is_annotated ()) in afdo_propagate_circuit()
1332 && ! AFDO_EINFO (ep)->is_annotated ()) in afdo_propagate_circuit()
1338 if (total == 1 && ! AFDO_EINFO (only_one)->is_annotated ()) in afdo_propagate_circuit()
1411 if (! AFDO_EINFO (e)->is_annotated ()) in afdo_calculate_branch_prob()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/traffic_annotation/auditor/
H A Dinstance.cc709 CallInstance::CallInstance() : line_number(0), is_annotated(false) {} in CallInstance()
715 is_annotated(other.is_annotated) {} in CallInstance()
733 is_annotated = is_annotated_int != 0; in Deserialize()
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/2and3/
H A Dsymtable.pyi39 def is_annotated(self) -> bool: ...
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_symtable.py167 self.assertTrue(st2.lookup('x').is_annotated())
172 self.assertFalse(st4.lookup('x').is_annotated())
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_symtable.py167 self.assertTrue(st2.lookup('x').is_annotated())
172 self.assertFalse(st4.lookup('x').is_annotated())

1234