Searched defs:fun_decl (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/asmjs/
H A Dasm-typer.cc561 bool AsmTyper::ValidateInnerFunction(FunctionDeclaration* fun_decl) { argument
562 if (!AsmType::None()->IsExactly(ValidateModuleFunction(fun_decl))) {
709 AsmType* AsmTyper::ValidateModuleFunction(FunctionDeclaration* fun_decl) { argument
710 RECURSE(ValidateFunction(fun_decl));
711 source_layout_.AddFunction(*fun_decl);
720 if (FunctionDeclaration* fun_decl = decl->AsFunctionDeclaration()) {
721 RECURSE(ValidateModuleFunction(fun_decl));
1116 AsmType* AsmTyper::ValidateFunction(FunctionDeclaration* fun_decl) { argument
1120 auto* fun = fun_decl->fun();
1122 auto* fun_decl_proxy = fun_decl
[all...]

Completed in 7497 milliseconds