OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOrdinalSuffix
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/ADT/
StringExtras.h
144
static inline StringRef
getOrdinalSuffix
(unsigned Val) {
/external/clang/lib/Basic/
Diagnostic.cpp
518
Out << ValNo << llvm::
getOrdinalSuffix
(ValNo);
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp
[
all
...]
BugReporterVisitors.cpp
643
os << " via " << Idx << llvm::
getOrdinalSuffix
(Idx) << " parameter";
[
all
...]
/external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp
430
os << "Reallocation of " << ArgIndex << llvm::
getOrdinalSuffix
(ArgIndex)
[
all
...]
Completed in 223 milliseconds