• Home
  • Raw
  • Download

Lines Matching refs:Invocation

29   CompilerInvocation Invocation;  member in __anon3ef532710111::CommandLineTest
47 CompilerInvocation::CreateFromArgs(Invocation, Args, *Diags); in TEST_F()
50 ASSERT_TRUE(Invocation.getFrontendOpts().UseTemporary); in TEST_F()
52 Invocation.generateCC1CommandLine(GeneratedArgs, *this); in TEST_F()
60 CompilerInvocation::CreateFromArgs(Invocation, Args, *Diags); in TEST_F()
63 ASSERT_FALSE(Invocation.getFrontendOpts().UseTemporary); in TEST_F()
65 Invocation.generateCC1CommandLine(GeneratedArgs, *this); in TEST_F()
73 CompilerInvocation::CreateFromArgs(Invocation, Args, *Diags); in TEST_F()
77 ASSERT_TRUE(Invocation.getFrontendOpts().UseTemporary); in TEST_F()
83 CompilerInvocation::CreateFromArgs(Invocation, Args, *Diags); in TEST_F()
87 Invocation.generateCC1CommandLine(GeneratedArgs, *this); in TEST_F()
96 CompilerInvocation::CreateFromArgs(Invocation, Args, *Diags); in TEST_F()
100 Invocation.generateCC1CommandLine(GeneratedArgs, *this); in TEST_F()
110 CompilerInvocation::CreateFromArgs(Invocation, Args, *Diags); in TEST_F()
114 Invocation.generateCC1CommandLine(GeneratedArgs, *this); in TEST_F()
125 CompilerInvocation::CreateFromArgs(Invocation, Args, *Diags); in TEST_F()
129 Invocation.generateCC1CommandLine(GeneratedArgs, *this); in TEST_F()
138 CompilerInvocation::CreateFromArgs(Invocation, Args, *Diags); in TEST_F()
142 Invocation.generateCC1CommandLine(GeneratedArgs, *this); in TEST_F()
151 CompilerInvocation::CreateFromArgs(Invocation, Args, *Diags); in TEST_F()
155 Invocation.generateCC1CommandLine(GeneratedArgs, *this); in TEST_F()
172 CompilerInvocation::CreateFromArgs(Invocation, Args, *Diags); in TEST_F()
175 ASSERT_FALSE(Invocation.getLangOpts()->CLUnsafeMath); in TEST_F()
176 ASSERT_FALSE(Invocation.getCodeGenOpts().LessPreciseFPMAD); in TEST_F()
177 ASSERT_FALSE(Invocation.getLangOpts()->UnsafeFPMath); in TEST_F()
178 ASSERT_FALSE(Invocation.getLangOpts()->AllowRecip); in TEST_F()
180 Invocation.generateCC1CommandLine(GeneratedArgs, *this); in TEST_F()
193 CompilerInvocation::CreateFromArgs(Invocation, Args, *Diags); in TEST_F()
197 ASSERT_TRUE(Invocation.getLangOpts()->CLUnsafeMath); in TEST_F()
199 ASSERT_TRUE(Invocation.getCodeGenOpts().LessPreciseFPMAD); in TEST_F()
200 ASSERT_TRUE(Invocation.getLangOpts()->UnsafeFPMath); in TEST_F()
202 ASSERT_TRUE(Invocation.getLangOpts()->AllowRecip); in TEST_F()
204 Invocation.generateCC1CommandLine(GeneratedArgs, *this); in TEST_F()
218 CompilerInvocation::CreateFromArgs(Invocation, Args, *Diags); in TEST_F()
221 ASSERT_TRUE(Invocation.getLangOpts()->CLUnsafeMath); in TEST_F()
222 ASSERT_TRUE(Invocation.getCodeGenOpts().LessPreciseFPMAD); in TEST_F()
223 ASSERT_TRUE(Invocation.getLangOpts()->UnsafeFPMath); in TEST_F()
224 ASSERT_TRUE(Invocation.getLangOpts()->AllowRecip); in TEST_F()
226 Invocation.generateCC1CommandLine(GeneratedArgs, *this); in TEST_F()
240 CompilerInvocation::CreateFromArgs(Invocation, Args, *Diags); in TEST_F()
242 ASSERT_FALSE(Invocation.getLangOpts()->CLUnsafeMath); in TEST_F()
243 ASSERT_TRUE(Invocation.getCodeGenOpts().LessPreciseFPMAD); in TEST_F()
244 ASSERT_TRUE(Invocation.getLangOpts()->UnsafeFPMath); in TEST_F()
245 ASSERT_TRUE(Invocation.getLangOpts()->AllowRecip); in TEST_F()
247 Invocation.generateCC1CommandLine(GeneratedArgs, *this); in TEST_F()
261 CompilerInvocation::CreateFromArgs(Invocation, Args, *Diags); in TEST_F()
265 Invocation.generateCC1CommandLine(GeneratedArgs, *this); in TEST_F()