Home
last modified time | relevance | path

Searched refs:IsVerbose (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/WindowsResource/
DResourceProcessor.h36 void setVerbose(bool Verbose) { IsVerbose = Verbose; } in setVerbose()
46 bool IsVerbose, AppendNull; variable
/external/tensorflow/tensorflow/compiler/xla/tools/
Ddriver.cc73 bool IsVerbose() { return getenv("VERBOSE") != nullptr; } in IsVerbose() function
76 if (IsVerbose()) { in Log()
455 if (IsVerbose()) { in main()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDiagnosticInfo.h462 bool isVerbose() const { return IsVerbose; } in isVerbose()
505 bool IsVerbose = false; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDiagnosticInfo.cpp331 IsVerbose = true; in insert()
/external/v8/include/
Dv8.h10298 bool IsVerbose() const;
/external/v8/src/api/
Dapi.cc2860 bool v8::TryCatch::IsVerbose() const { return is_verbose_; } in IsVerbose() function in v8::v8::TryCatch