Home
last modified time | relevance | path

Searched refs:asFunction (Results 1 – 25 of 227) sorted by relevance

12345678910

/dports/textproc/highlight/highlight-4.1/src/core/Diluculum/
H A DLuaValue.cpp190 new(&data_.typeFunction) LuaFunction (other.asFunction()); in LuaValue()
225 new(&data_.typeFunction) LuaFunction (rhs.asFunction()); in operator =()
362 const LuaFunction& LuaValue::asFunction() const in asFunction() function in Diluculum::LuaValue
424 return asFunction() < rhs.asFunction(); in operator <()
497 return asFunction() > rhs.asFunction(); in operator >()
575 return asFunction() == rhs.asFunction(); in operator ==()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicSym.java40 public FunctionSym asFunction() { return null; } in asFunction() method in BasicSym
45 public boolean isFunction() { return (asFunction() != null); } in isFunction()
H A DBasicType.java64 public FunctionType asFunction() { return null; } in asFunction() method in BasicType
77 public boolean isFunction() { return (asFunction() != null); } in isFunction()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicSym.java40 public FunctionSym asFunction() { return null; } in asFunction() method in BasicSym
45 public boolean isFunction() { return (asFunction() != null); } in isFunction()
H A DBasicType.java64 public FunctionType asFunction() { return null; } in asFunction() method in BasicType
77 public boolean isFunction() { return (asFunction() != null); } in isFunction()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicSym.java40 public FunctionSym asFunction() { return null; } in asFunction() method in BasicSym
45 public boolean isFunction() { return (asFunction() != null); } in isFunction()
H A DBasicType.java64 public FunctionType asFunction() { return null; } in asFunction() method in BasicType
77 public boolean isFunction() { return (asFunction() != null); } in isFunction()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicSym.java40 public FunctionSym asFunction() { return null; } in asFunction() method in BasicSym
45 public boolean isFunction() { return (asFunction() != null); } in isFunction()
H A DBasicType.java64 public FunctionType asFunction() { return null; } in asFunction() method in BasicType
77 public boolean isFunction() { return (asFunction() != null); } in isFunction()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicSym.java40 public FunctionSym asFunction() { return null; } in asFunction() method in BasicSym
45 public boolean isFunction() { return (asFunction() != null); } in isFunction()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicSym.java40 public FunctionSym asFunction() { return null; } in asFunction() method in BasicSym
45 public boolean isFunction() { return (asFunction() != null); } in isFunction()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicSym.java40 public FunctionSym asFunction() { return null; } in asFunction() method in BasicSym
45 public boolean isFunction() { return (asFunction() != null); } in isFunction()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicSym.java40 public FunctionSym asFunction() { return null; } in asFunction() method in BasicSym
45 public boolean isFunction() { return (asFunction() != null); } in isFunction()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicSym.java40 public FunctionSym asFunction() { return null; } in asFunction() method in BasicSym
45 public boolean isFunction() { return (asFunction() != null); } in isFunction()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicSym.java40 public FunctionSym asFunction() { return null; } in asFunction() method in BasicSym
45 public boolean isFunction() { return (asFunction() != null); } in isFunction()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/debugger/
H A DDebuggerCallFrame.cpp44 JSFunction* function = asFunction(m_callFrame->callee()); in functionName()
55 JSFunction* function = asFunction(m_callFrame->callee()); in calculatedFunctionName()
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/debugger/
H A DDebuggerCallFrame.cpp44 JSFunction* function = asFunction(m_callFrame->callee()); in functionName()
55 JSFunction* function = asFunction(m_callFrame->callee()); in calculatedFunctionName()
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/debugger/
H A DDebuggerCallFrame.cpp44 JSFunction* function = asFunction(m_callFrame->callee()); in functionName()
55 JSFunction* function = asFunction(m_callFrame->callee()); in calculatedFunctionName()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/debugger/
H A DDebuggerCallFrame.cpp50 return &asFunction(function)->name(m_callFrame); in functionName()
62 return asFunction(function)->calculatedDisplayName(m_callFrame); in calculatedFunctionName()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/glsl/
H A Dglslsymbols.cpp110 } else if (Function *fun = symbol->asFunction()) { in add()
113 } else if (Function *firstFunction = sym->asFunction()) { in add()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/runtime/
H A DJSFunction.h111 JSFunction* asFunction(JSValue);
113 inline JSFunction* asFunction(JSValue value) in asFunction() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DJSFunction.h125 JSFunction* asFunction(JSValue);
127 inline JSFunction* asFunction(JSValue value) in asFunction() function
/dports/graphics/jogl/jogl-1.1.1_9/gluegen/src/java/com/sun/gluegen/cgram/types/
H A DFunctionType.java68 public FunctionType asFunction() { return this; } in asFunction() method in FunctionType
139 FunctionType ft = t.asPointer().getTargetType().asFunction(); in toString()
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DJSFunction.h125 JSFunction* asFunction(JSValue);
127 inline JSFunction* asFunction(JSValue value) in asFunction() function
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DJSFunction.h125 JSFunction* asFunction(JSValue);
127 inline JSFunction* asFunction(JSValue value) in asFunction() function

12345678910