HomeSort by: relevance | last modified time | path
    Searched defs:Detail (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTConcept.cpp 28 auto &Detail = Satisfaction.Details[I];
29 if (Detail.second.is<Expr *>())
31 UnsatisfiedConstraintRecord{Detail.first,
33 Detail.second.get<Expr *>())};
36 *Detail.second.get<std::pair<SourceLocation, StringRef> *>();
43 UnsatisfiedConstraintRecord{Detail.first,
  /src/external/gpl3/gcc/dist/libcody/
buffer.cc 31 namespace Detail {
391 } // Detail
cody.hh 46 namespace Detail {
113 Append (Detail::S2C(u8" "));
376 Detail::MessageBuffer write; ///< Outgoing write buffer
377 Detail::MessageBuffer read; ///< Incoming read buffer
381 Detail::FD fd; ///< FDs connecting to server
649 Detail::MessageBuffer write;
650 Detail::MessageBuffer read;
652 Detail::FD fd;
705 void DirectProcess (Detail::MessageBuffer &from, Detail::MessageBuffer &to)
    [all...]
  /src/external/gpl3/gcc.old/dist/libcody/
buffer.cc 31 namespace Detail {
391 } // Detail
cody.hh 46 namespace Detail {
113 Append (Detail::S2C(u8" "));
376 Detail::MessageBuffer write; ///< Outgoing write buffer
377 Detail::MessageBuffer read; ///< Incoming read buffer
381 Detail::FD fd; ///< FDs connecting to server
649 Detail::MessageBuffer write;
650 Detail::MessageBuffer read;
652 Detail::FD fd;
705 void DirectProcess (Detail::MessageBuffer &from, Detail::MessageBuffer &to)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/
TimeProfiler.cpp 53 const std::string Detail;
57 Detail(std::move(Dt)) {}
84 void begin(std::string Name, llvm::function_ref<std::string()> Detail) {
86 Detail());
152 if (!E.Detail.empty()) {
153 J.attributeObject("args", [&] { J.attribute("detail", E.Detail); });
315 void llvm::timeTraceProfilerBegin(StringRef Name, StringRef Detail) {
318 [&]() { return std::string(Detail); });
322 llvm::function_ref<std::string()> Detail) {
    [all...]

Completed in 17 milliseconds