Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/
H A DParseContext.h333 TFunction *parseFunctionHeader(const TPublicType &type,
H A Dglslang.y692 $$ = context->parseFunctionHeader($1, ImmutableString($2.string), @2);
H A Dglslang_tab_autogen.cpp3011 (yyval.interm.function) = context->parseFunctionHeader( in yyparse()
H A DParseContext.cpp4650 TFunction *TParseContext::parseFunctionHeader(const TPublicType &type, in parseFunctionHeader() function in sh::TParseContext
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/AsmParser/
H A DLLParser.h584 bool parseFunctionHeader(Function *&Fn, bool IsDefine);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/AsmParser/
DLLParser.h611 bool parseFunctionHeader(Function *&Fn, bool IsDefine,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/AsmParser/
DLLParser.h594 bool parseFunctionHeader(Function *&Fn, bool IsDefine);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/AsmParser/
DLLParser.h609 bool parseFunctionHeader(Function *&Fn, bool IsDefine,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/AsmParser/
DLLParser.h609 bool parseFunctionHeader(Function *&Fn, bool IsDefine,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/
H A DLLParser.cpp575 if (parseFunctionHeader(F, false)) in parseDeclare()
589 return parseFunctionHeader(F, true) || parseOptionalFunctionMetadata(*F) || in parseDefine()
5855 bool LLParser::parseFunctionHeader(Function *&Fn, bool IsDefine) { in parseFunctionHeader() function in LLParser