Home
last modified time | relevance | path

Searched refs:UseFallback (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h184 StringRef getShortDescription(bool UseFallback = true) const {
185 if (ShortDescription.empty() && UseFallback)
/external/angle/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.cpp528 struct UseFallback struct
607 TRANSLATION(type, norm, size, UseFallback) \
/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/
Dtf_to_tfrt.cc131 if (!UseFallback(op)) return failure(); in matchAndRewrite()
193 bool UseFallback(mlir::Operation *op) const { in UseFallback() function in tensorflow::__anonaf9695940111::FallbackExecuteOpConversion