Home
last modified time | relevance | path

Searched defs:Percent (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DNativeFormatting.h17 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBranchProbability.cpp31 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 DCoverageViewOptions.h26 enum class BranchOutputType { Count, Percent, Off }; enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmMacro.h52 Amp, AmpAmp, Exclaim, ExclaimEqual, Percent, Hash, enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp696 const char *Percent = Begin - 1; // Points to '%'. in AnalyzeAsmString() local