Searched +full:spdx +full:- +full:expression +full:- +full:parse (Results 1 – 25 of 286) sorted by relevance
12345678910>>...12
1 // -*- C++ -*-2 //===----------------------------------------------------------------------===//6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception8 //===----------------------------------------------------------------------===//63 // Throws an exception to make the expression a non core constant in next_arg_id()64 // expression as required by: in next_arg_id()65 // [format.parse.ctx]/8 in next_arg_id()66 // Remarks: Let cur-arg-id be the value of next_arg_id_ prior to this in next_arg_id()67 // call. Call expressions where cur-arg-id >= num_args_ is true are not in next_arg_id()69 // Note: the Throws clause [format.parse.ctx]/9 doesn't specify the in next_arg_id()[all …]
1 //===- llvm/MC/MCAsmParser.h - Abstract Asm Parser Interface ----*- C++ -*-===//5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception7 //===----------------------------------------------------------------------===//148 return const_cast<MCAsmParser*>(this)->getLexer(); in getLexer()171 /// Parse MS-style inline assembly.227 /// Attempt to parse and consume token, returning true on240 /// Parse an identifier or string (as a quoted identifier) and set \p244 /// Parse up to the end of statement and return the contents from the249 /// Parse the current token as a string which may include escaped256 /// Parse an arbitrary expression.[all …]
1 //===- llvm/MC/MCAsmParser.h - Abstract Asm Parser Interface ----*- C++ -*-===//5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception7 //===----------------------------------------------------------------------===//162 return const_cast<MCAsmParser*>(this)->getLexer(); in getLexer()203 /// Parse MS-style inline assembly.262 /// Attempt to parse and consume token, returning true on278 /// Parse an identifier or string (as a quoted identifier) and set \p282 /// Parse up to the end of statement and return the contents from the287 /// Parse the current token as a string which may include escaped291 /// Parse an angle-bracket delimited string at the current position if one is[all …]
1 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception2 // -*- mode: C++ -*-4 // Copyright 2022-2023 Google LLC65 while (start < limit && std::isspace(line[limit - 1])) { in ReadAbigail()66 --limit; in ReadAbigail()73 if (line[start] == '[' && line[limit - 1] == ']') { in ReadAbigail()74 std::string_view section(&line[start + 1], limit - start - 2); in ReadAbigail()79 section.substr(section_size - suffix_size) == kSectionSuffix; in ReadAbigail()84 items.insert(std::string(&line[start], limit - start)); in ReadAbigail()162 // Split a filter expression into tokens.[all …]
2 $ SPDX-License-Identifier: BSD-2-Clause4 $ Copyright (c) 2018-2023 Gavin D. Howard and contributors.35 2 "Parse error:"44 2 "non-integer number"48 $ Parse errors.56 6 "invalid expression"57 7 "empty expression"74 24 "POSIX requires all 3 parts of a for loop to be non-empty"88 4 "invalid read() expression"95 11 "cannot use a void value in an expression"[all …]