Home
last modified time | relevance | path

Searched refs:hasUse (Results 1 – 25 of 37) sorted by relevance

12

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/CodeGen/
H A DSpiller.cpp107 bool hasUse = false; in trivialSpillEverywhere() local
113 hasUse |= mi->getOperand(i).isUse(); in trivialSpillEverywhere()
134 assert(hasUse || hasDef); in trivialSpillEverywhere()
138 if (hasUse) { in trivialSpillEverywhere()
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/duchain/
H A Dduchainutils.cpp532 static bool hasUse(DUContext* context, int usedDeclarationIndex) { in hasUse() function
542 return hasUse(child, usedDeclarationIndex); in hasUse()
547 return hasUse(context, context->topContext()->indexForUsedDeclaration(declaration, false)); in contextHasUse()
/dports/textproc/jade/jade-1.2.1/style/
H A DExpression.cxx1124 bool hasUse = 0; in compile() local
1147 if (!hasUse) { in compile()
1148 hasUse = 1; in compile()
1173 = compilePushVars(interp, env, stackPos + hasUse, boundVars, 0, in compile()
1175 boundVars.size(), hasUse, in compile()
1177 if (!hasUse) in compile()
H A DInsn.cxx1180 bool hasUse, InsnPtr next) in VarStyleInsn() argument
1181 : styleSpec_(styleSpec), displayLength_(displayLength), hasUse_(hasUse), next_(next) in VarStyleInsn()
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DExpression.cxx1134 bool hasUse = 0; in compile() local
1183 if (!hasUse) { in compile()
1184 hasUse = 1; in compile()
1209 = compilePushVars(interp, env, stackPos + hasUse, boundVars, 0, in compile()
1211 boundVars.size(), hasUse, in compile()
1213 if (!hasUse) in compile()
/dports/www/phpbb3/phpBB3/vendor/zendframework/zend-code/src/Generator/
H A DClassGenerator.php749 public function hasUse($use) function in Zend\\Code\\Generator\\ClassGenerator
751 return $this->traitUsageGenerator->hasUse($use);
H A DTraitUsageGenerator.php87 public function hasUse($use) function in Zend\\Code\\Generator\\TraitUsageGenerator
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-code/src/Generator/
H A DClassGenerator.php748 public function hasUse($use) function in Laminas\\Code\\Generator\\ClassGenerator
750 return $this->traitUsageGenerator->hasUse($use);
H A DTraitUsageGenerator.php86 public function hasUse($use) function in Laminas\\Code\\Generator\\TraitUsageGenerator
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/def/def/
H A DdefiPinCap.hpp278 int hasUse() const;
H A DdefiNet.hpp368 int hasUse() const;
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/def/defdiff/
H A DdiffDefRW.cpp595 net->hasPattern() || net->hasOriginal() || net->hasUse()) { in netf()
612 if (net->hasUse()) in netf()
982 net->hasUse()) { in snetf()
996 if (net->hasUse()) in snetf()
1356 if (pin->hasUse()) in cls()
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/defin/
H A DdefinReader.cpp730 if (net->hasUse()) { in netCallback()
957 if (pin->hasUse()) { in pinCallback()
1489 if (net->hasUse()) { in specialNetCallback()
/dports/security/vault/vault-1.8.2/vendor/honnef.co/go/tools/staticcheck/
H A Dlint.go1643 var hasUse func(v ir.Value, seen map[ir.Value]struct{}) bool
1644 hasUse = func(v ir.Value, seen map[ir.Value]struct{}) bool {
1664 if hasUse(ref, seen) {
1672 if hasUse(ref, seen) {
1704 if !hasUse(ex, nil) {
1724 if !hasUse(val, nil) {
/dports/sysutils/nomad/nomad-1.1.0/vendor/honnef.co/go/tools/staticcheck/
H A Dlint.go1643 var hasUse func(v ir.Value, seen map[ir.Value]struct{}) bool
1644 hasUse = func(v ir.Value, seen map[ir.Value]struct{}) bool {
1664 if hasUse(ref, seen) {
1672 if hasUse(ref, seen) {
1704 if !hasUse(ex, nil) {
1724 if !hasUse(val, nil) {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/honnef.co/go/tools/staticcheck/
H A Dlint.go1643 var hasUse func(v ir.Value, seen map[ir.Value]struct{}) bool
1644 hasUse = func(v ir.Value, seen map[ir.Value]struct{}) bool {
1664 if hasUse(ref, seen) {
1672 if hasUse(ref, seen) {
1704 if !hasUse(ex, nil) {
1728 if !hasUse(val, nil) {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/honnef.co/go/tools/staticcheck/
H A Dlint.go1667 var hasUse func(v ir.Value, seen map[ir.Value]struct{}) bool
1668 hasUse = func(v ir.Value, seen map[ir.Value]struct{}) bool {
1688 if hasUse(ref, seen) {
1696 if hasUse(ref, seen) {
1728 if !hasUse(ex, nil) {
1752 if !hasUse(val, nil) {
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/def/cdef/
H A DxdefiNet.cpp305 return ((LefDefParser::defiNet*)obj)->hasUse(); in defiNet_hasUse()
H A DxdefiPinCap.cpp275 return ((LefDefParser::defiPin*)obj)->hasUse(); in defiPin_hasUse()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/crypto/
H A Dsubtle_crypto.cc71 if (key.hasUse()) in ParseJsonWebKey()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/crypto/
H A Dsubtle_crypto.cc71 if (key.hasUse()) in ParseJsonWebKey()
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/lef/lef/
H A DlefiMacro.hpp201 int hasUse() const;
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/honnef.co/go/tools/staticcheck/
H A Dlint.go1676 var hasUse func(v ir.Value, seen map[ir.Value]struct{}) bool
1677 hasUse = func(v ir.Value, seen map[ir.Value]struct{}) bool {
1697 if hasUse(ref, seen) {
1705 if hasUse(ref, seen) {
1737 if !hasUse(ex, nil) {
1761 if !hasUse(val, nil) {
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/honnef.co/go/tools/staticcheck/
H A Dlint.go1777 var hasUse func(v ir.Value, seen map[ir.Value]struct{}) bool
1778 hasUse = func(v ir.Value, seen map[ir.Value]struct{}) bool {
1798 if hasUse(ref, seen) {
1806 if hasUse(ref, seen) {
1838 if !hasUse(ex, nil) {
1862 if !hasUse(val, nil) {
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/honnef.co/go/tools/staticcheck/
H A Dlint.go1777 var hasUse func(v ir.Value, seen map[ir.Value]struct{}) bool
1778 hasUse = func(v ir.Value, seen map[ir.Value]struct{}) bool {
1798 if hasUse(ref, seen) {
1806 if hasUse(ref, seen) {
1838 if !hasUse(ex, nil) {
1862 if !hasUse(val, nil) {

12