Searched defs:Percent (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | NativeFormatting.h | 17 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | BranchProbability.cpp | 30 double Percent = rint(((double)N / D) * 100.0 * 100.0) / 100.0; in print() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
H A D | CoverageViewOptions.h | 26 enum class BranchOutputType { Count, Percent, Off }; enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCAsmMacro.h | 52 Amp, AmpAmp, Exclaim, ExclaimEqual, Percent, Hash, enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Stmt.cpp | 681 const char *Percent = Begin - 1; // Points to '%'. in AnalyzeAsmString() local
|