Home
last modified time | relevance | path

Searched refs:DefPrefix (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp145 SmallString<32> DefPrefix; in DefineFloatMacros() local
146 DefPrefix = "__"; in DefineFloatMacros()
147 DefPrefix += Prefix; in DefineFloatMacros()
148 DefPrefix += "_"; in DefineFloatMacros()
150 Builder.defineMacro(DefPrefix + "DENORM_MIN__", Twine(DenormMin)+Ext); in DefineFloatMacros()
151 Builder.defineMacro(DefPrefix + "NORM_MAX__", Twine(NormMax)+Ext); in DefineFloatMacros()
152 Builder.defineMacro(DefPrefix + "HAS_DENORM__"); in DefineFloatMacros()
153 Builder.defineMacro(DefPrefix + "DIG__", Twine(Digits)); in DefineFloatMacros()
154 Builder.defineMacro(DefPrefix + "DECIMAL_DIG__", Twine(DecimalDigits)); in DefineFloatMacros()
155 Builder.defineMacro(DefPrefix + "EPSILON__", Twine(Epsilon)+Ext); in DefineFloatMacros()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp2529 std::string DefPrefix = ("Global define #" + Twine(++I) + ": ").str(); in defineCmdlineVariables() local
2540 CmdlineDefsDiag += (DefPrefix + CmdlineDef + " (parsed as: [[").str(); in defineCmdlineVariables()
2547 CmdlineDefsDiag += DefPrefix; in defineCmdlineVariables()