LLVM 20.0.0git
|
This is the complete list of members for llvm::ExpressionFormat, including all inherited members.
ExpressionFormat() | llvm::ExpressionFormat | inline |
ExpressionFormat(Kind Value) | llvm::ExpressionFormat | inlineexplicit |
ExpressionFormat(Kind Value, unsigned Precision) | llvm::ExpressionFormat | inlineexplicit |
ExpressionFormat(Kind Value, unsigned Precision, bool AlternateForm) | llvm::ExpressionFormat | inlineexplicit |
getMatchingString(APInt Value) const | llvm::ExpressionFormat | |
getWildcardRegex() const | llvm::ExpressionFormat | |
Kind enum name | llvm::ExpressionFormat | |
operator bool() const | llvm::ExpressionFormat | inlineexplicit |
operator!=(const ExpressionFormat &Other) const | llvm::ExpressionFormat | inline |
operator!=(Kind OtherValue) const | llvm::ExpressionFormat | inline |
operator==(const ExpressionFormat &Other) const | llvm::ExpressionFormat | inline |
operator==(Kind OtherValue) const | llvm::ExpressionFormat | inline |
toString() const | llvm::ExpressionFormat | |
valueFromStringRepr(StringRef StrVal, const SourceMgr &SM) const | llvm::ExpressionFormat |