Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DDiagnostics.h107 explicit DiagnosticArgument(double val) in DiagnosticArgument() function
109 explicit DiagnosticArgument(float val) : DiagnosticArgument(double(val)) {} in DiagnosticArgument() function
128 explicit DiagnosticArgument(StringRef val) in DiagnosticArgument() function
/external/llvm-project/mlir/lib/IR/
DDiagnostics.cpp34 DiagnosticArgument::DiagnosticArgument(Attribute attr) in DiagnosticArgument() function in DiagnosticArgument
39 DiagnosticArgument::DiagnosticArgument(Type val) in DiagnosticArgument() function in DiagnosticArgument