Home
last modified time | relevance | path

Searched refs:parseFunctionHeader (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/compiler/translator/
DParseContext.h307 TFunction *parseFunctionHeader(const TPublicType &type,
Dglslang.y679 $$ = context->parseFunctionHeader($1, ImmutableString($2.string), @2);
Dglslang_tab_autogen.cpp3288 (yyval.interm.function) = context->parseFunctionHeader( in yyparse()
DParseContext.cpp4007 TFunction *TParseContext::parseFunctionHeader(const TPublicType &type, in parseFunctionHeader() function in sh::TParseContext
/external/llvm-project/llvm/lib/AsmParser/
DLLParser.h550 bool parseFunctionHeader(Function *&Fn, bool IsDefine);
DLLParser.cpp553 if (parseFunctionHeader(F, false)) in parseDeclare()
567 return parseFunctionHeader(F, true) || parseOptionalFunctionMetadata(*F) || in parseDefine()
5634 bool LLParser::parseFunctionHeader(Function *&Fn, bool IsDefine) { in parseFunctionHeader() function in LLParser