Home
last modified time | relevance | path

Searched refs:parseVersion (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/tests/regres/llvm/
Dllvm.go242 version, ok := parseVersion(t.Cov())
258 func parseVersion(tool string) (Version, bool) { func
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
DDirectiveParser.h50 void parseVersion(Token *token);
DDirectiveParser.cpp256 parseVersion(token); in parseDirective()
700 void DirectiveParser::parseVersion(Token *token) in parseVersion() function in angle::pp::DirectiveParser
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DDirectiveParser.h57 void parseVersion(Token *token);
DDirectiveParser.cpp323 parseVersion(token); in parseDirective()
759 void DirectiveParser::parseVersion(Token *token) in parseVersion() function in pp::DirectiveParser
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DCOFFModuleDefinition.cpp224 return parseVersion(&Info.MajorImageVersion, &Info.MinorImageVersion); in parseOne()
338 Error parseVersion(uint32_t *Major, uint32_t *Minor) { in parseVersion() function in llvm::object::Parser
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp465 bool parseVersion(unsigned *Major, unsigned *Minor, unsigned *Update);
1058 bool DarwinAsmParser::parseVersion(unsigned *Major, unsigned *Minor, in parseVersion() function in DarwinAsmParser
1128 if (parseVersion(&Major, &Minor, &Update)) in parseVersionMin()
1184 if (parseVersion(&Major, &Minor, &Update)) in parseBuildVersion()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DYAMLRemarkParser.cpp71 static Expected<uint64_t> parseVersion(StringRef &Buf) { in parseVersion() function
122 Expected<uint64_t> Version = parseVersion(Buf); in createYAMLParserFromMeta()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp748 static Version parseVersion(StringRef Name) { in parseVersion() function
784 Version FrontVer = parseVersion(CompilerVersion); in emitCompilerInformation()