Searched refs:ParseRes (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 3321 auto ParseRes = tryParseVectorRegister(Reg, Kind, VectorKind); in tryParseVectorList() local 3322 if (ParseRes == MatchOperand_Success) { in tryParseVectorList() 3324 return ParseRes; in tryParseVectorList() 3329 ParseRes == MatchOperand_ParseFail || in tryParseVectorList() 3330 (ParseRes == MatchOperand_NoMatch && NoMatchIsError)) { in tryParseVectorList() 3344 auto ParseRes = ParseVector(FirstReg, Kind, getLoc(), ExpectMatch); in tryParseVectorList() local 3348 if (ParseRes == MatchOperand_NoMatch) in tryParseVectorList() 3351 if (ParseRes != MatchOperand_Success) in tryParseVectorList() 3352 return ParseRes; in tryParseVectorList() 3362 ParseRes = ParseVector(Reg, NextKind, getLoc(), true); in tryParseVectorList() [all …]
|
/external/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 3376 auto ParseRes = tryParseVectorRegister(Reg, Kind, VectorKind); in tryParseVectorList() local 3377 if (ParseRes == MatchOperand_Success) { in tryParseVectorList() 3379 return ParseRes; in tryParseVectorList() 3384 ParseRes == MatchOperand_ParseFail || in tryParseVectorList() 3385 (ParseRes == MatchOperand_NoMatch && NoMatchIsError)) { in tryParseVectorList() 3399 auto ParseRes = ParseVector(FirstReg, Kind, getLoc(), ExpectMatch); in tryParseVectorList() local 3403 if (ParseRes == MatchOperand_NoMatch) in tryParseVectorList() 3406 if (ParseRes != MatchOperand_Success) in tryParseVectorList() 3407 return ParseRes; in tryParseVectorList() 3417 ParseRes = ParseVector(Reg, NextKind, getLoc(), true); in tryParseVectorList() [all …]
|
/external/wpa_supplicant_8/src/common/ |
D | ieee802_11_common.h | 179 typedef enum { ParseOK = 0, ParseUnknown = 1, ParseFailed = -1 } ParseRes; typedef 181 ParseRes ieee802_11_parse_elems(const u8 *start, size_t len,
|
D | common_module_tests.c | 25 ParseRes result; 97 ParseRes res; in ieee802_11_parse_tests()
|
D | ieee802_11_common.c | 364 ParseRes ieee802_11_parse_elems(const u8 *start, size_t len, in ieee802_11_parse_elems()
|