Home
last modified time | relevance | path

Searched refs:compileErrors (Results 1 – 23 of 23) sorted by relevance

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreTechnique.cpp156 compileErrors << "compile error."; in checkHardwareSupport()
158 compileErrors << "not supported."; in checkHardwareSupport()
160 compileErrors << std::endl; in checkHardwareSupport()
174 compileErrors << "compile error."; in checkHardwareSupport()
176 compileErrors << "not supported."; in checkHardwareSupport()
178 compileErrors << std::endl; in checkHardwareSupport()
192 compileErrors << "compile error."; in checkHardwareSupport()
196 compileErrors << std::endl; in checkHardwareSupport()
214 compileErrors << std::endl; in checkHardwareSupport()
232 compileErrors << std::endl; in checkHardwareSupport()
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/cmd/evm/internal/compiler/
H A Dcompiler.go30 bin, compileErrors := compiler.Compile()
31 if len(compileErrors) > 0 {
33 for _, err := range compileErrors {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/cmd/evm/internal/compiler/
H A Dcompiler.go30 bin, compileErrors := compiler.Compile()
31 if len(compileErrors) > 0 {
33 for _, err := range compileErrors {
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/gs/GSH_Direct3D9/
H A DGSH_Direct3D9_Shader.cpp18 Framework::Win32::CComPtr<ID3DBlob> compileErrors; in CreateVertexShader() local
20 "vs_3_0", compileFlags, 0, &shaderBinary, &compileErrors); in CreateVertexShader()
44 Framework::Win32::CComPtr<ID3DBlob> compileErrors; in CreatePixelShader() local
46 "ps_3_0", compileFlags, 0, &shaderBinary, &compileErrors); in CreatePixelShader()
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/google/cadvisor/collector/
H A Dcollector_manager.go95 return next, metrics, compileErrors(errors)
99 func compileErrors(errors []error) error { func
H A Dgeneric_collector.go182 return nextCollectionTime, metrics, compileErrors(errorSlice)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/collector/
H A Dcollector_manager.go95 return next, metrics, compileErrors(errors)
99 func compileErrors(errors []error) error { func
H A Dgeneric_collector.go175 return nextCollectionTime, metrics, compileErrors(errorSlice)
H A Dprometheus_collector.go211 return nextCollectionTime, metrics, compileErrors(errorSlice)
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreTechnique.cpp90 bool Technique::checkHardwareSupport(bool autoManageTextureUnits, StringStream& compileErrors) in checkHardwareSupport() argument
107compileErrors << "Pass " << passNum << ": Advanced blend operations are not supported." << std::en… in checkHardwareSupport()
123 compileErrors << "Pass " << passNum << in checkHardwareSupport()
131 compileErrors << "Pass " << passNum << in checkHardwareSupport()
151 compileErrors << "Pass " << passNum << in checkHardwareSupport()
164 compileErrors << "Pass " << passNum << in checkHardwareSupport()
175 compileErrors << "Pass " << passNum << in checkHardwareSupport()
217 compileErrors << "Pass " << passNum << in checkHardwareSupport()
221 compileErrors << "compile error."; in checkHardwareSupport()
223 compileErrors << "not supported."; in checkHardwareSupport()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangSource/
H A DPyrParseNode.cpp79 int compileErrors = 0; variable
119 compileErrors = 0; in initParser()
176 compileErrors++; in compilePushVar()
239 compileErrors++; in compilePushVar()
255 compileErrors++; in compile()
276 compileErrors++; in compile()
391 compileErrors++; in compareVarDefs()
1161 compileErrors++; in compile()
1588 compileErrors++; in compile()
1601 compileErrors++; in compile()
[all …]
H A DPyrLexer.cpp1731 compileErrors++; in compileClass()
1771 if (!parseFailed && !compileErrors) { in traverseFullDepTree2()
1789 compileErrors++; in traverseFullDepTree2()
1857 compileErrors++; in parseOneClass()
1863 compileErrors++; in parseOneClass()
1876 compileErrors++; in parseOneClass()
1891 compileErrors++; in parseOneClass()
1922 compileErrors = 0; in initPassOne()
2140 compiledOK = !(parseFailed || compileErrors); in compileSucceeded()
2235 if (!compileErrors) { in compileLibrary()
[all …]
H A DPyrParseNode.h528 extern int compileErrors;
/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangSource/Bison/
H A Dlang11d620 compileErrors++;
665 compileErrors++;
692 compileErrors++;
739 compileErrors++;
767 compileErrors++;
812 compileErrors++;
837 compileErrors++;
884 compileErrors++;
1138 compileErrors++;
H A Dlang11d_tab.cpp3074 compileErrors++;
3129 compileErrors++;
3159 compileErrors++;
3216 compileErrors++;
3247 compileErrors++;
3302 compileErrors++;
3332 compileErrors++;
3389 compileErrors++;
3719 compileErrors++;
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreTechnique.h168 bool checkHardwareSupport(bool autoManageTextureUnits, StringUtil::StrStreamType& compileErrors);
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreTechnique.h167 bool checkHardwareSupport(bool autoManageTextureUnits, StringStream& compileErrors);
/dports/www/e107/e107/
H A Dusersettings.php870 $message = $this->compileErrors($extraErrors, $allData, $eufVals);
921 private function compileErrors($extraErrors, $allData, $eufVals) function in usersettings_front
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A DMainWindow.h78 int compileErrors; variable
H A Dmainwin.cc968 compileErrors = 0; in compile()
1072 if ((compileErrors == 0) && (compileWarnings == 0)) { in updateCompileResult()
1083 if (compileErrors > 0) { in updateCompileResult()
3233 this->compileErrors += msgObj.group==message_group::Error ? 1 : 0; in consoleOutput()
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A DMainWindow.h79 int compileErrors; variable
H A Dmainwin.cc980 compileErrors = 0; in compile()
1084 if ((compileErrors == 0) && (compileWarnings == 0)) { in updateCompileResult()
1095 if (compileErrors > 0) { in updateCompileResult()
3238 ++this->compileErrors; in consoleOutput()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangPrimSource/
H A DPyrPrimitive.cpp2692 compileErrors = 0; in prCompileString()
2712 compileErrors++; in prCompileString()
2715 if (compileErrors) { in prCompileString()
2732 compileErrors++; in prCompileString()
2746 return !(parseFailed || compileErrors) ? errNone : errFailed; in prCompileString()