Home
last modified time | relevance | path

Searched defs:typecheck (Results 1 – 25 of 426) sorted by relevance

12345678910>>...18

/dports/net/traefik/traefik-2.6.1/vendor/github.com/traefik/yaegi/interp/
H A Dtypecheck.go17 type typecheck struct { struct
18 scope *scope
68 func (check typecheck) assignExpr(n, dest, src *node) error {
88 func (check typecheck) addressExpr(n *node) error {
119 func (check typecheck) starExpr(n *node) error {
134 func (check typecheck) unaryExpr(n *node) error {
152 func (check typecheck) shift(n *node) error {
180 func (check typecheck) comparison(n *node) error {
221 func (check typecheck) binaryExpr(n *node) error {
277 func (check typecheck) index(n *node, max int) error {
[all …]
/dports/devel/yaegi/yaegi-0.9.23/interp/
H A Dtypecheck.go17 type typecheck struct{} struct
70 func (check typecheck) assignExpr(n, dest, src *node) error {
90 func (check typecheck) addressExpr(n *node) error {
121 func (check typecheck) starExpr(n *node) error {
136 func (check typecheck) unaryExpr(n *node) error {
154 func (check typecheck) shift(n *node) error {
182 func (check typecheck) comparison(n *node) error {
223 func (check typecheck) binaryExpr(n *node) error {
279 func (check typecheck) index(n *node, max int) error {
480 func (check typecheck) sliceExpr(n *node) error {
[all …]
/dports/science/qcl/qcl-0.6.4/
H A Dtypcheck.cc37 void sVarDef::typecheck(SymTable *loc,SymTable *gl) { in typecheck() function in sVarDef
182 void sCall::typecheck(SymTable *loc,SymTable *gl) { in typecheck() function in sCall
250 void sFor::typecheck(SymTable *loc,SymTable *gl) { in typecheck() function in sFor
286 void sIf::typecheck(SymTable *loc,SymTable *gl) { in typecheck() function in sIf
306 void sLoop::typecheck(SymTable *loc,SymTable *gl) { in typecheck() function in sLoop
354 void sExit::typecheck(SymTable *loc,SymTable *gl) { in typecheck() function in sExit
400 void sDump::typecheck(SymTable *loc,SymTable *gl) { in typecheck() function in sDump
407 void sPlot::typecheck(SymTable *loc,SymTable *gl) { in typecheck() function in sPlot
427 void sLoad::typecheck(SymTable *loc,SymTable *gl) { in typecheck() function in sLoad
441 void sSet::typecheck(SymTable *loc,SymTable *gl) { in typecheck() function in sSet
[all …]
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslcomp/
H A Dtypecheck.cpp20 ASTNode::typecheck(TypeSpec expected) in typecheck() function in pvt::ASTNode
54 ASTfunction_declaration::typecheck(TypeSpec expected) in typecheck() function in pvt::ASTfunction_declaration
129 TypeSpec ASTpreincdec::typecheck(TypeSpec /*expected*/) in typecheck() function in pvt::ASTpreincdec
151 TypeSpec ASTindex::typecheck(TypeSpec /*expected*/) in typecheck() function in pvt::ASTindex
212 ASTstructselect::typecheck(TypeSpec expected) in typecheck() function in pvt::ASTstructselect
383 ASTunary_expression::typecheck(TypeSpec expected) in typecheck() function in pvt::ASTunary_expression
455 ASTbinary_expression::typecheck(TypeSpec expected) in typecheck() function in pvt::ASTbinary_expression
595 ASTternary_expression::typecheck(TypeSpec expected) in typecheck() function in pvt::ASTternary_expression
628 ASTcomma_operator::typecheck(TypeSpec expected) in typecheck() function in pvt::ASTcomma_operator
978 bool typecheck(ref node, TypeSpec expected, in typecheck() function in pvt::ASTcompound_initializer::TypeAdjuster
[all …]
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslcomp/
H A Dtypecheck.cpp20 ASTNode::typecheck(TypeSpec expected) in typecheck() function in pvt::ASTNode
54 ASTfunction_declaration::typecheck(TypeSpec expected) in typecheck() function in pvt::ASTfunction_declaration
129 TypeSpec ASTpreincdec::typecheck(TypeSpec /*expected*/) in typecheck() function in pvt::ASTpreincdec
151 TypeSpec ASTindex::typecheck(TypeSpec /*expected*/) in typecheck() function in pvt::ASTindex
212 ASTstructselect::typecheck(TypeSpec expected) in typecheck() function in pvt::ASTstructselect
383 ASTunary_expression::typecheck(TypeSpec expected) in typecheck() function in pvt::ASTunary_expression
455 ASTbinary_expression::typecheck(TypeSpec expected) in typecheck() function in pvt::ASTbinary_expression
595 ASTternary_expression::typecheck(TypeSpec expected) in typecheck() function in pvt::ASTternary_expression
628 ASTcomma_operator::typecheck(TypeSpec expected) in typecheck() function in pvt::ASTcomma_operator
978 bool typecheck(ref node, TypeSpec expected, in typecheck() function in pvt::ASTcompound_initializer::TypeAdjuster
[all …]
/dports/www/yaws/yaws-2.0.6/src/
H A Dyaws_debug.erl30 typecheck([{record, Rec, X} | Tail], File, Line) when is_atom(X), function
33 typecheck([{int, Int} |Tail], File, Line) when is_integer(Int) -> function
35 typecheck([Err|_], File, Line) -> function
39 typecheck([], _,_) -> function
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/typecheck/
H A Dtarget.go7 package typecheck package
H A Dbuiltin_test.go5 package typecheck package
/dports/security/py-pyvex/pyvex-9.0.5405/pyvex/
H A Dstmt.py51 def typecheck(self, tyenv): # pylint: disable=unused-argument,no-self-use member in IRStmt
180 def typecheck(self, tyenv): member in Put
209 def typecheck(self, tyenv): member in PutI
249 def typecheck(self, tyenv): member in WrTmp
286 def typecheck(self, tyenv): member in Store
340 def typecheck(self, tyenv): member in CAS
413 def typecheck(self, tyenv): member in LLSC
543 def typecheck(self, tyenv): member in Exit
597 def typecheck(self, tyenv): member in LoadG
655 def typecheck(self, tyenv): member in StoreG
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/squirrel/sqstdlib/
H A Dsqstdstream.h16 #define _DECL_STREAM_FUNC(name,nparams,typecheck) {_SC(#name),_stream_##name,nparams,typecheck} argument
/dports/lang/squirrel/squirrel3/sqstdlib/
H A Dsqstdstream.h16 #define _DECL_STREAM_FUNC(name,nparams,typecheck) {_SC(#name),_stream_##name,nparams,typecheck} argument
/dports/games/simutrans/simutrans-121.0/squirrel/sqstdlib/
H A Dsqstdstream.h16 #define _DECL_STREAM_FUNC(name,nparams,typecheck) {_SC(#name),_stream_##name,nparams,typecheck} argument
/dports/math/PDL/PDL-2.019/Basic/Gen/PP/
H A Ddump.pp38 my $typecheck =0; variable
/dports/devel/codeblocks/codeblocks-20.03/src/include/scripting/sqstdlib/
H A Dsqstdstream.h16 #define _DECL_STREAM_FUNC(name,nparams,typecheck) {_SC(#name),_stream_##name,nparams,typecheck} argument
/dports/net/kamailio/kamailio-5.4.5/src/modules/app_sqlang/squirrel/sqstdlib/
H A Dsqstdstream.h16 #define _DECL_STREAM_FUNC(name,nparams,typecheck) {_SC(#name),_stream_##name,nparams,typecheck} argument
/dports/games/scourge/scourge/src/sqstdlib/
H A Dsqstdstream.h19 #define _DECL_STREAM_FUNC(name,nparams,typecheck) {_SC(#name),_stream_##name,nparams,typecheck} argument
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dtypecheck.h9 #define typecheck(type,x) \ macro
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/include/linux/
H A Dtypecheck.h8 #define typecheck(type,x) \ macro
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/include/linux/
H A Dtypecheck.h8 #define typecheck(type,x) \ macro
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/include/linux/
H A Dtypecheck.h8 #define typecheck(type,x) \ macro
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/include/linux/
H A Dtypecheck.h8 #define typecheck(type,x) \ macro
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/include/linux/
H A Dtypecheck.h8 #define typecheck(type,x) \ macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dtypecheck.h9 #define typecheck(type,x) \ macro
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/include/linux/
H A Dtypecheck.h8 #define typecheck(type,x) \ macro
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/include/linux/
H A Dtypecheck.h8 #define typecheck(type,x) \ macro

12345678910>>...18