Home
last modified time | relevance | path

Searched defs:isClosure (Results 1 – 25 of 101) sorted by relevance

12345

/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/sebastian/type/src/
H A DCallableType.php88 private function isClosure(ObjectType $type): bool function in SebastianBergmann\\Type\\CallableType
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/util/
H A DClosureCleaner.scala50 private def isClosure(cls: Class[_]): Boolean = { method
/dports/devel/pear-pdepend-staticReflection/staticReflection-1.0.0/pdepend/reflection/api/
H A DStaticReflectionParameter.php398 return ( $this->_array || is_object( $this->_class ) );
/dports/www/drupal9/drupal-9.2.10/vendor/doctrine/reflection/lib/Doctrine/Common/Reflection/
H A DStaticReflectionMethod.php303 public function isClosure() function in Doctrine\\Common\\Reflection\\StaticReflectionMethod
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/common/lib/Doctrine/Common/Reflection/
H A DStaticReflectionMethod.php326 public function isClosure() function in Doctrine\\Common\\Reflection\\StaticReflectionMethod
/dports/databases/pear-DoctrineCommon/DoctrineCommon-2.3.0/Doctrine/Common/Reflection/
H A DStaticReflectionMethod.php98 public function isClosure() { throw new ReflectionException('Method not implemented'); } function in Doctrine\\Common\\Reflection\\StaticReflectionMethod
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/common/lib/Doctrine/Common/Reflection/
H A DStaticReflectionMethod.php326 public function isClosure() function in Doctrine\\Common\\Reflection\\StaticReflectionMethod
/dports/finance/prestashop/prestashop/vendor/doctrine/reflection/lib/Doctrine/Common/Reflection/
H A DStaticReflectionMethod.php308 public function isClosure() function in Doctrine\\Common\\Reflection\\StaticReflectionMethod
/dports/www/drupal8/drupal-8.9.20/vendor/doctrine/common/lib/Doctrine/Common/Reflection/
H A DStaticReflectionMethod.php326 public function isClosure() function in Doctrine\\Common\\Reflection\\StaticReflectionMethod
/dports/lang/mosh/mosh-0.2.7/src/
H A DObject-accessors.h32 bool isClosure() const in isClosure() function
/dports/devel/spark/spark-2.1.1/core/src/test/scala/org/apache/spark/util/
H A DClosureCleanerSuite2.scala131 private def isClosure(obj: AnyRef): Boolean = { method
/dports/math/cvc3/cvc3-2.4.1/src/include/
H A Dexpr_value.h288 virtual bool isClosure() const { return false; } in isClosure() function
953 virtual bool isClosure() const { return true; } in isClosure() function
H A Dexpr.h1007 inline bool Expr::isClosure() const { return d_expr->isClosure(); } in isClosure() function
/dports/lang/polyml/polyml-5.8.2/libpolyml/
H A Dpexport.cpp699 bool isClosure = ch == 'C' || ch == 'L'; in DoImport() local
/dports/devel/poxml/poxml-21.12.3/
H A Dparser.cpp179 bool StructureParser::isClosure(const QString &message) in isClosure() function in StructureParser
/dports/math/cvc4/CVC4-1.7/src/expr/
H A Dnode.h471 inline bool isClosure() const { in isClosure() function
/dports/math/cvc3/cvc3-2.4.1/java/src/cvc3/
H A DExpr.java277 public boolean isClosure() throws Cvc3Exception { in isClosure() method in Expr
/dports/lang/php80/php-8.0.15/ext/reflection/
H A Dphp_reflection.stub.php28 public function isClosure() {} function in ReflectionFunctionAbstract
/dports/www/mod_php80/php-8.0.15/ext/reflection/
H A Dphp_reflection.stub.php28 public function isClosure() {} function in ReflectionFunctionAbstract
/dports/www/mod_php81/php-8.1.1/ext/reflection/
H A Dphp_reflection.stub.php31 public function isClosure(): bool {} function in ReflectionFunctionAbstract
/dports/lang/php81/php-8.1.1/ext/reflection/
H A Dphp_reflection.stub.php31 public function isClosure(): bool {} function in ReflectionFunctionAbstract
/dports/lang/gscheme/GScheme/
H A DPrimitive.m61 inline BOOL isClosure(id item) function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DDeclBase.h1848 bool isClosure() const { return getDeclKind() == Decl::Block; } in isClosure() function
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DDeclBase.h1812 bool isClosure() const { return getDeclKind() == Decl::Block; } in isClosure() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DDeclBase.h1849 bool isClosure() const { return getDeclKind() == Decl::Block; } in isClosure() function

12345