Searched refs:parseFunctionHeader (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/angle/src/compiler/translator/ |
H A D | ParseContext.h | 333 TFunction *parseFunctionHeader(const TPublicType &type,
|
H A D | glslang.y | 692 $$ = context->parseFunctionHeader($1, ImmutableString($2.string), @2);
|
H A D | glslang_tab_autogen.cpp | 3011 (yyval.interm.function) = context->parseFunctionHeader( in yyparse()
|
H A D | ParseContext.cpp | 4650 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 D | LLParser.h | 584 bool parseFunctionHeader(Function *&Fn, bool IsDefine);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/AsmParser/ |
D | LLParser.h | 611 bool parseFunctionHeader(Function *&Fn, bool IsDefine,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/AsmParser/ |
D | LLParser.h | 594 bool parseFunctionHeader(Function *&Fn, bool IsDefine);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/AsmParser/ |
D | LLParser.h | 609 bool parseFunctionHeader(Function *&Fn, bool IsDefine,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/AsmParser/ |
D | LLParser.h | 609 bool parseFunctionHeader(Function *&Fn, bool IsDefine,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 575 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
|