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