Home
last modified time | relevance | path

Searched refs:ParseFunctionType (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/base/third_party/symbolize/
Ddemangle.cc384 static bool ParseFunctionType(State *state);
894 ParseFunctionType(state) || in ParseType()
948 static bool ParseFunctionType(State *state) { in ParseFunctionType() function
/external/llvm/lib/AsmParser/
DLLParser.h260 bool ParseFunctionType(Type *&Result);
DLLParser.cpp1657 if (ParseFunctionType(Result)) in ParseType()
1784 bool LLParser::ParseFunctionType(Type *&Result) { in ParseFunctionType() function in LLParser