Home
last modified time | relevance | path

Searched defs:DiagnosticArgument (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/include/mlir/IR/
H A DDiagnostics.h59 explicit DiagnosticArgument(double val) in DiagnosticArgument() function
61 explicit DiagnosticArgument(float val) : DiagnosticArgument(double(val)) {} in DiagnosticArgument() function
77 explicit DiagnosticArgument(StringRef val) in DiagnosticArgument() function
[all...]
/llvm-project/mlir/lib/IR/
H A DDiagnostics.cpp35 DiagnosticArgument::DiagnosticArgument(Attribute attr) in DiagnosticArgument() function in DiagnosticArgument
40 DiagnosticArgument::DiagnosticArgument(Type val) in DiagnosticArgument() function in DiagnosticArgument
[all...]