Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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-15.0.7/clang/test/Sema/
H A Darray-constraint.c30 typedef int (*pfunc)(void); typedef
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp878 if (llvm::Constant *pfunc = getLLVMConstant(ty, func.getPersonalityAttr(), in convertOneFunction() local
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp761 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>( in GetMaxPositionalArgumentsForCallable() local