Home
last modified time | relevance | path

Searched refs:ParseStructBody (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.h225 bool ParseStructBody(SmallVectorImpl<Type*> &Body);
DLLParser.cpp1486 if (ParseStructBody(Elts)) return true; in ParseAnonStructType()
1539 if (ParseStructBody(Body) || in ParseStructDefinition()
1555 bool LLParser::ParseStructBody(SmallVectorImpl<Type*> &Body) { in ParseStructBody() function in LLParser
/external/llvm/lib/AsmParser/
DLLParser.h308 bool ParseStructBody(SmallVectorImpl<Type*> &Body);
DLLParser.cpp2298 if (ParseStructBody(Elts)) return true; in ParseAnonStructType()
2351 if (ParseStructBody(Body) || in ParseStructDefinition()
2367 bool LLParser::ParseStructBody(SmallVectorImpl<Type*> &Body) { in ParseStructBody() function in LLParser