Searched refs:ParseRes (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 3169 auto ParseRes = tryParseVectorRegister(Reg, Kind, VectorKind); in tryParseVectorList() local 3170 if (ParseRes == MatchOperand_Success) { in tryParseVectorList() 3172 return ParseRes; in tryParseVectorList() 3177 ParseRes == MatchOperand_ParseFail || in tryParseVectorList() 3178 (ParseRes == MatchOperand_NoMatch && NoMatchIsError)) { in tryParseVectorList() 3192 auto ParseRes = ParseVector(FirstReg, Kind, getLoc(), ExpectMatch); in tryParseVectorList() local 3196 if (ParseRes == MatchOperand_NoMatch) in tryParseVectorList() 3199 if (ParseRes != MatchOperand_Success) in tryParseVectorList() 3200 return ParseRes; in tryParseVectorList() 3210 ParseRes = ParseVector(Reg, NextKind, getLoc(), true); in tryParseVectorList() [all …]
|
/external/wpa_supplicant_8/src/common/ |
D | common_module_tests.c | 24 ParseRes result; 96 ParseRes res; in ieee802_11_parse_tests()
|
D | ieee802_11_common.h | 150 typedef enum { ParseOK = 0, ParseUnknown = 1, ParseFailed = -1 } ParseRes; typedef 152 ParseRes ieee802_11_parse_elems(const u8 *start, size_t len,
|
D | ieee802_11_common.c | 302 ParseRes ieee802_11_parse_elems(const u8 *start, size_t len, in ieee802_11_parse_elems()
|