Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/AsmParser/
H A DLLParser.h436 bool parseArrayVectorType(Type *&Result, bool IsVector);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/AsmParser/
DLLParser.h460 bool parseArrayVectorType(Type *&Result, bool IsVector);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/AsmParser/
DLLParser.h447 bool parseArrayVectorType(Type *&Result, bool IsVector);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/AsmParser/
DLLParser.h457 bool parseArrayVectorType(Type *&Result, bool IsVector);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/AsmParser/
DLLParser.h457 bool parseArrayVectorType(Type *&Result, bool IsVector);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/
H A DLLParser.cpp2607 if (parseArrayVectorType(Result, false)) in parseType()
2617 } else if (parseArrayVectorType(Result, true)) in parseType()
2993 return parseArrayVectorType(ResultTy, true); in parseStructDefinition()
3059 bool LLParser::parseArrayVectorType(Type *&Result, bool IsVector) { in parseArrayVectorType() function in LLParser