Home
last modified time | relevance | path

Searched refs:canCompile (Results 1 – 17 of 17) sorted by relevance

/dports/devel/poco/poco-1.10.1-all/Data/testsuite/src/
H A DTestStatementImpl.h64 bool canCompile() const;
108 inline bool TestStatementImpl::canCompile() const in canCompile() function
/dports/devel/poco/poco-1.10.1-all/Data/SQLite/include/Poco/Data/SQLite/
H A DSQLiteStatementImpl.h74 bool canCompile() const;
146 inline bool SQLiteStatementImpl::canCompile() const in canCompile() function
/dports/devel/poco/poco-1.10.1-all/Data/ODBC/include/Poco/Data/ODBC/
H A DODBCStatementImpl.h75 bool canCompile() const;
197 inline bool ODBCStatementImpl::canCompile() const in canCompile() function
/dports/devel/poco/poco-1.10.1-all/Data/MySQL/include/Poco/Data/MySQL/
H A DMySQLStatementImpl.h68 virtual bool canCompile() const;
/dports/devel/poco/poco-1.10.1-all/Data/PostgreSQL/include/Poco/Data/PostgreSQL/
H A DPostgreSQLStatementImpl.h67 virtual bool canCompile() const;
/dports/devel/poco/poco-1.10.1-all/Data/PostgreSQL/src/
H A DPostgreSQLStatementImpl.cpp121 bool PostgreSQLStatementImpl::canCompile() const in canCompile() function in Poco::Data::PostgreSQL::PostgreSQLStatementImpl
/dports/devel/poco/poco-1.10.1-all/Data/MySQL/src/
H A DMySQLStatementImpl.cpp114 bool MySQLStatementImpl::canCompile() const in canCompile() function in Poco::Data::MySQL::MySQLStatementImpl
/dports/devel/capnproto/capnproto-0.9.0/c++/src/kj/
H A Done-of-test.c++74 auto canCompile KJ_UNUSED = [&]() { in TEST()
/dports/devel/poco/poco-1.10.1-all/Data/include/Poco/Data/
H A DStatementImpl.h193 virtual bool canCompile() const = 0;
/dports/devel/poco/poco-1.10.1-all/Data/src/
H A DStatementImpl.cpp91 } while (canCompile()); in execute()
/dports/lang/smalltalk/smalltalk-3.2.5/packages/stinst/compiler/
H A DStartCompiler.st122 (self compilerClass canCompile: code)
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DOpenCLKernelCodeGen.cpp2460 bool canCompile = true; in checkSIMDCompileConds() local
2462 canCompile = F.hasFnAttribute("CompileSIMD16"); in checkSIMDCompileConds()
2464 canCompile = F.hasFnAttribute("CompileSIMD8"); in checkSIMDCompileConds()
2466 if (!canCompile) in checkSIMDCompileConds()
/dports/lang/kawa/kawa-3.1.1/gnu/expr/
H A DPrimProcedure.java668 public boolean canCompile(ApplyExp exp) { in canCompile() method
680 if (! canCompile(exp)) in compile()
/dports/lang/kawa/kawa-3.1.1/gnu/kawa/reflect/
H A DCompileInvoke.java407 if (method.canCompile(e)) in validateNamedInvoke()
/dports/lang/smalltalk/smalltalk-3.2.5/packages/stinst/parser/
H A DSTCompiler.st127 STCompiler class >> canCompile: code [
H A DChangeLog398 * STCompiler.st: Add #canCompile: to STCompiler class.
/dports/lang/pharo/Pharo-1.4-14438/
H A DPharo-1.4.changes200 canCompile
66244 wrapper canCompile ifFalse: [
196517 canCompile