Home
last modified time | relevance | path

Searched defs:pfunc (Results 1 – 5 of 5) sorted by relevance

/llvm-project/compiler-rt/test/builtins/Unit/
H A Denable_execute_stack_test.c11 typedef int (*pfunc)(void); typedef
H A Dclear_cache_test.c19 typedef int (*pfunc)(void); typedef
/llvm-project/clang/test/Sema/
H A Darray-constraint.c30 typedef int (*pfunc)(void); typedef
/llvm-project/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp1300 if (llvm::Constant *pfunc = getLLVMConstant(ty, func.getPersonalityAttr(), convertOneFunction() local
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp779 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>( GetMaxPositionalArgumentsForCallable() local