Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto2/
Dllvm-lto2.cpp359 auto PrintBool = [&](char C, bool B) { outs() << (B ? C : '-'); }; in dumpSymtab() local
/external/protobuf/src/google/protobuf/
Dtext_format.cc1344 string TextFormat::FieldValuePrinter::PrintBool(bool val) const { in PrintBool() function in google::protobuf::TextFormat::FieldValuePrinter