Home
last modified time | relevance | path

Searched defs:funct (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp65 CXXFunctionSummaryFormat::Callback funct, const char *description, in AddCXXSummary()
/llvm-project/clang/test/SemaCXX/
H A Daccess.cpp98 void funct(T) in funct() function
/llvm-project/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1692 llvm::Function *funct = NULL; createStandardUtilityFunctions() local
/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1030 CommandObjectPythonFunction(CommandInterpreter & interpreter,std::string name,std::string funct,std::string help,ScriptedCommandSynchronicity synch,CompletionType completion_type) CommandObjectPythonFunction() argument