Home
last modified time | relevance | path

Searched refs:notConst (Results 1 – 14 of 14) sorted by relevance

/dports/misc/perkeep/perkeep-0.11/pkg/search/
H A Dexpr_test.go855 want: notConst(ispanoC),
873 want: notConst(andConst(ispanoC, attrfoobarC)),
879 want: andConst(notConst(andConst(ispanoC, attrfoobarC)), attrgorunC),
914 want: orConst(orConst(ispanoC, notConst(attrgorunC)), attrfoobarC),
926 want: orConst(orConst(ispanoC, notConst(attrgorunC)), attrfoobarC),
968 want: orConst(andConst(ispanoC, attrfoobarC), andConst(notConst(attrgorunC), ispanoC)),
974 …want: orConst(andConst(ispanoC, attrfoobarC), andConst(notConst(andConst(attrgorunC, ispanoC)), is…
980 …want: orConst(notConst(andConst(ispanoC, attrfoobarC)), andConst(notConst(andConst(attrgorunC, isp…
986 …want: orConst(orConst(orConst(ispanoC, andConst(attrfoobarC, attrgorunC)), notConst(attrgorunC)), …
992 …want: orConst(orConst(orConst(orConst(ispanoC, andConst(attrfoobarC, attrgorunC)), notConst(attrgo…
H A Dexpr.go72 func notConst(a *Constraint) *Constraint { func
249 c = notConst(c)
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/helper/
H A Dbinaryoutputstream.cxx115 sal_Unicode notConst[sBuf.getLength()]; in writeUnicodeArray() local
116 memcpy( notConst, sBuf.getStr(), sizeof(sal_Unicode)*sBuf.getLength() ); in writeUnicodeArray()
117 writeArray( notConst, sBuf.getLength() ); in writeUnicodeArray()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/helper/
H A Dbinaryoutputstream.cxx117 sal_Unicode notConst[sBuf.getLength()]; in writeUnicodeArray() local
118 memcpy( notConst, sBuf.getStr(), sizeof(sal_Unicode)*sBuf.getLength() ); in writeUnicodeArray()
119 writeArray( notConst, sBuf.getLength() ); in writeUnicodeArray()
/dports/lang/v8/v8-9.6.180.12/tools/clang/rewrite_to_chrome_style/tests/
H A Dtemplate-original.cc88 void usesMember() { const int notConst = m_i; } in usesMember() local
97 const int notConst = m_i; in alsoUsesMember() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/clang/rewrite_to_chrome_style/tests/
H A Dtemplate-original.cc88 void usesMember() { const int notConst = m_i; } in usesMember() local
97 const int notConst = m_i; in alsoUsesMember() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/cmd/cgo/
H A Dgcc.go324 notConst
364 sniff[i] |= notConst
378 case notConst:
380 case notConst | notType:
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/cmd/cgo/
H A Dgcc.go325 notConst
365 sniff[i] |= notConst
379 case notConst:
381 case notConst | notType:
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/cmd/cgo/
H A Dgcc.go325 notConst
365 sniff[i] |= notConst
379 case notConst:
381 case notConst | notType:
/dports/lang/polyml/polyml-5.8.2/mlsource/MLCompiler/ParseTree/
H A DTYPECHECK_PARSETREE.sml471 fun processPattern(pat, enterResult, level, notConst, mkVar, isRec) =
474 map (fn x => processPattern(x, enterResult, level, notConst, mkVar, isRec));
507 then if notConst
609 val patType = processPattern(arg, enterResult, level, notConst, mkVar, isRec);
635 … val ty = processPattern(valOrPat, enterResult, level, notConst, mkVar, isRec)
652 processPattern(elem, enterResult, level, notConst, mkVar, isRec)
667 … val valType = processPattern(value, enterResult, level, notConst, mkVar, isRec);
697 … val patType = processPattern(pattern, enterResult, level, notConst, mkVar, isRec)
708 processPattern(p, enterResult, level, notConst, mkVar, isRec)
/dports/devel/yaegi/yaegi-0.9.23/interp/
H A Dcfg.go34 aNot: notConst,
H A Dop.go2582 func notConst(n *node) { func
/dports/net/traefik/traefik-2.6.1/vendor/github.com/traefik/yaegi/interp/
H A Dcfg.go34 aNot: notConst,
H A Dop.go2582 func notConst(n *node) { func