Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/TableGen/
H A Drange-lists.td5 // deprecated '-' range punctuation just to be sure it still works.
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dmod-file.cpp196 char punctuation{'('}; in PutSymbols() local
199 decls_ << punctuation << object.AsFortran(); in PutSymbols()
200 punctuation = ','; in PutSymbols()
/llvm-project-15.0.7/mlir/docs/
H A DOpDefinitions.md168 > trailing punctuation. Put expanded explanation in description.
710 A literal is either a keyword or punctuation surrounded by \`\`.
712 The following are the set of valid punctuation:
716 The following are valid whitespace punctuation:
H A DAttributesAndTypes.md543 - A literal is a keyword or valid punctuation enclosed in backticks, e.g.
/llvm-project-15.0.7/mlir/docs/Tutorials/Toy/
H A DCh-2.md632 /// various punctuation, as well as attributes, operands, types, etc. Each of
664 - A keyword or punctuation surrounded by \`\`.
/llvm-project-15.0.7/lldb/docs/use/
H A Dpython.rst643 strips off beginning or ending quotes, punctuation, etc. */
/llvm-project-15.0.7/llvm/docs/
H A DCodingStandards.rst128 write them as English prose, using proper capitalization, punctuation, etc.
341 end in one otherwise. Sentences which end with different punctuation, such as
H A DLangRef.rst5018 the target-specific immediate punctuation (e.g. no ``$`` prefix).
5020 target-specific immediate punctuation (e.g. no ``$`` prefix).
5022 punctuation (e.g. no ``$`` prefix).
/llvm-project-15.0.7/llvm/docs/TableGen/
H A DProgRef.rst154 The following are the basic punctuation tokens::
349 and "5". The use of hyphen as the range punctuation is deprecated.