Home
last modified time | relevance | path

Searched refs:enterStruct (Results 1 – 25 of 30) sorted by relevance

12

/dports/lang/polyml/polyml-5.8.2/mlsource/MLCompiler/
H A DCOPIER.sml60 enterStruct: string * structVals -> unit,
182enterStruct = fn (s,v) => univEnter (newTab, structVar, s, v),
193 #enterStruct resEnv (dName, newStruct)
258 enterStruct = fn (s, _) => raise Misc.InternalError ("enterStruct "^s),
275 enterStruct = fn (s,v) => univEnter (tab, structVar, s, v),
H A DMAKE_.ML133 enterStruct = dbEnvEnter gEnv STRUCTVALS.structVar,
153 enterStruct = dbEnvEnter gEnv STRUCTVALS.structVar,
182 enterStruct = dbEnvEnter globalEnv STRUCTVALS.structVar,
249 List.app (#enterStruct useEnv) structures;
H A DCOMPILER_BODY.ML111 enterStruct: string * structVals -> unit,
146 enterStruct = #enterStruct nameSpace,
H A DCOPIERSIG.sml30 enterStruct: string * structVals -> unit,
H A DSIGNATURES.sml989 enterStruct =
990 …checkAndEnter (#enterStruct structEnv, #lookupStruct structEnv, "Structure", fn Struct{locations, …
1025 enterStruct = #enterStruct structEnv,
1039 val () = #enterStruct structEnv (name, resStruct);
1131 enterStruct = #enterStruct structEnv,
1171 … and enterStruct(name, Struct{name=strName, signat, access, locations, ...}) = value
1172 #enterStruct structEnv
1183 … { enterType = enterType, enterStruct = enterStruct, enterVal = enterVal }
1236 enterStruct = #enterStruct structEnv,
H A DCOMPILERBODYSIG.sml40 enterStruct: string * structVals -> unit,
H A DMAKESIG.sml42 enterStruct: string * structVals -> unit,
H A DSTRUCTURES_.ML1572 enterStruct = #enterStruct structEnv,
1713 enterStruct = #enterStruct newEnv,
1855 #apply sEnv (#enterStruct env)
1877 enterStruct = #enterStruct newEnv,
1913 enterStruct =
1916 #enterStruct newEnv pair;
1917 #enterStruct env pair
1968 enterStruct =
1971 #enterStruct env pair;
2048 enterStruct = #enter newStrEnv,
[all …]
H A DSTRUCTVALSIG.sml295 enterStruct: string * structVals -> unit,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/
H A Dblocklayout.h192 virtual void enterStruct(const ShaderVariable &structVar) {} in enterStruct() function
218 void enterStruct(const ShaderVariable &structVar) override;
H A Dblocklayout.cpp388 void VariableNameVisitor::enterStruct(const ShaderVariable &structVar) in enterStruct() function in sh::VariableNameVisitor
599 visitor->enterStruct(variable); in TraverseShaderVariable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/compiler/translator/
H A Dblocklayout.h192 virtual void enterStruct(const ShaderVariable &structVar) {} in enterStruct() function
218 void enterStruct(const ShaderVariable &structVar) override;
H A Dblocklayout.cpp387 void VariableNameVisitor::enterStruct(const ShaderVariable &structVar) in enterStruct() function in sh::VariableNameVisitor
598 visitor->enterStruct(variable); in TraverseShaderVariable()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A Dblocklayout.h192 virtual void enterStruct(const ShaderVariable &structVar) {} in enterStruct() function
218 void enterStruct(const ShaderVariable &structVar) override;
H A Dblocklayout.cpp388 void VariableNameVisitor::enterStruct(const ShaderVariable &structVar) in enterStruct() function in sh::VariableNameVisitor
599 visitor->enterStruct(variable); in TraverseShaderVariable()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/compiler/translator/
H A Dblocklayout.h192 virtual void enterStruct(const ShaderVariable &structVar) {} in enterStruct() function
218 void enterStruct(const ShaderVariable &structVar) override;
H A Dblocklayout.cpp387 void VariableNameVisitor::enterStruct(const ShaderVariable &structVar) in enterStruct() function in sh::VariableNameVisitor
598 visitor->enterStruct(variable); in TraverseShaderVariable()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/compiler/translator/
H A Dblocklayout.h192 virtual void enterStruct(const ShaderVariable &structVar) {} in enterStruct() function
218 void enterStruct(const ShaderVariable &structVar) override;
H A Dblocklayout.cpp388 void VariableNameVisitor::enterStruct(const ShaderVariable &structVar) in enterStruct() function in sh::VariableNameVisitor
599 visitor->enterStruct(variable); in TraverseShaderVariable()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A Dblocklayout.h192 virtual void enterStruct(const ShaderVariable &structVar) {} in enterStruct() function
218 void enterStruct(const ShaderVariable &structVar) override;
H A Dblocklayout.cpp388 void VariableNameVisitor::enterStruct(const ShaderVariable &structVar) in enterStruct() function in sh::VariableNameVisitor
599 visitor->enterStruct(variable); in TraverseShaderVariable()
/dports/devel/sdbus-cpp/sdbus-cpp-1.1.0/include/sdbus-c++/
H A DMessage.h126 Message& enterStruct(const std::string& signature);
406 if (!msg.enterStruct(structContentSignature))
/dports/lang/polyml/polyml-5.8.2/mlsource/MLCompiler/ParseTree/
H A DTYPECHECK_PARSETREE.sml940 enterStruct =
947 #enterStruct env (name, selectedStruct)
1180 enterStruct = #enter newStrEnv,
1212 enterStruct =
1215 #enterStruct env pair),
1449 enterStruct = #enterStruct env,
1550 enterStruct = #enterStruct env,
1768 enterStruct = #enterStruct env,
2096 enterStruct = #enterStruct env,
2135 enterStruct = #enterStruct gEnv,
/dports/lang/polyml/polyml-5.8.2/Tests/
H A DRunTests.sml75 enterStruct = #enter strSpace,
/dports/lang/polyml/polyml-5.8.2/basis/
H A Dbuild.sml234 val () = copyOver(#enterStruct, #lookupStruct) structs

12