Home
last modified time | relevance | path

Searched refs:supportsFunction (Results 1 – 16 of 16) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/include/lldb/Expression/
H A DIRInterpreter.h50 static bool supportsFunction(llvm::Function &llvm_function,
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/include/lldb/Expression/
H A DIRInterpreter.h51 static bool supportsFunction(llvm::Function &llvm_function,
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/include/lldb/Expression/
H A DIRInterpreter.h50 static bool supportsFunction(llvm::Function &llvm_function,
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/include/lldb/Expression/
H A DIRInterpreter.h50 static bool supportsFunction(llvm::Function &llvm_function,
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/include/lldb/Expression/
H A DIRInterpreter.h50 static bool supportsFunction(llvm::Function &llvm_function,
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/include/lldb/Expression/
H A DIRInterpreter.h50 static bool supportsFunction(llvm::Function &llvm_function,
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/include/lldb/Expression/
H A DIRInterpreter.h50 static bool supportsFunction(llvm::Function &llvm_function,
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/include/lldb/Expression/
H A DIRInterpreter.h50 static bool supportsFunction(llvm::Function &llvm_function,
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/include/lldb/Expression/
H A DIRInterpreter.h50 static bool supportsFunction(llvm::Function &llvm_function,
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/include/lldb/Expression/
H A DIRInterpreter.h50 static bool supportsFunction(llvm::Function &llvm_function,
/dports/databases/libodbc++/libodbc++-0.2.5/src/
H A Ddriverinfo.h111 bool supportsFunction(int funcId) const { in supportsFunction() function
H A Dpreparedstatement.cpp154 if(!this->_getDriverInfo()->supportsFunction(SQL_API_SQLNUMPARAMS)) { in _setupParams()
168 if(this->_getDriverInfo()->supportsFunction(SQL_API_SQLDESCRIBEPARAM)) { in _setupParams()
H A Dstatement.cpp740 if(this->_getDriverInfo()->supportsFunction(SQL_API_SQLMORERESULTS)) {
/dports/textproc/sablotron/Sablot-1.0.3/src/engine/
H A Dproc.h306 Bool supportsFunction(Str &uri, Str &name);
H A Dproc.cpp1238 Bool Processor::supportsFunction(Str &uri, Str &name) in supportsFunction() function in Processor
1281 if (supportsFunction(uri, name)) { in callJSFunction()
H A Dexpr.cpp2359 if (! S.getProcessor() -> supportsFunction(uri, name) ) in eval()
3627 retxpr.setAtom(S.getProcessor() -> supportsFunction(uri, name)); in callFunc()