Home
last modified time | relevance | path

Searched refs:CreateFunctionDeclaration (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.h243 …es2panda_AstNode *(*CreateFunctionDeclaration)(es2panda_Context *context, es2panda_AstNode *functi… member
Des2panda_lib.cpp1373 extern "C" es2panda_AstNode *CreateFunctionDeclaration(es2panda_Context *context, es2panda_AstNode … in CreateFunctionDeclaration() function
2493 CreateFunctionDeclaration,
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp70 inline llvm::Function *CreateFunctionDeclaration(llvm::FunctionType *functionType, const std::strin… in CreateFunctionDeclaration() function
1930 func_ = CreateFunctionDeclaration(funcProto, methodName, module); in LLVMIrConstructor()