Home
last modified time | relevance | path

Searched refs:ShortDesc (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Support/
DTargetRegistry.cpp106 const char *ShortDesc, in RegisterTarget() argument
109 assert(Name && ShortDesc && TQualityFn && in RegisterTarget()
122 T.ShortDesc = ShortDesc; in RegisterTarget()
/freebsd-10-stable/sys/contrib/dev/acpica/common/
Dahpredef.c55 #define AH_PREDEF(Name, ShortDesc, LongDesc) {Name, ShortDesc} argument
57 #define AH_PREDEF(Name, ShortDesc, LongDesc) {Name, ShortDesc, LongDesc}
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h713 std::string ShortDesc; variable
768 if (!ShortDesc.empty()) in appendToDesc()
769 ShortDesc.append(S); in appendToDesc()
786 return ShortDesc.empty() ? VerboseDesc : ShortDesc; in getShortDescription()
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DTargetRegistry.h165 const char *ShortDesc; variable
253 const char *getShortDescription() const { return ShortDesc; } in getShortDescription()
587 const char *ShortDesc,
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp117 ShortDesc(StripTrailingDots(shortDesc)), in PathDiagnostic()