Searched defs:emitUntiedSwitch (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp75 virtual void emitUntiedSwitch(CodeGenFunction & /*CGF*/) {} function in class:__anon1285::CGOpenMPRegionInfo
154 emitUntiedSwitch(CGF);
157 void emitUntiedSwitch(CodeGenFunction &CGF) const { function in class:__anon1285::final::final
197 void emitUntiedSwitch(CodeGenFunction &CGF) override {
198 Action.emitUntiedSwitch(CGF);
271 void emitUntiedSwitch(CodeGenFunction &CGF) override {
273 OuterRegionInfo->emitUntiedSwitch(CGF);
2130 Region->emitUntiedSwitch(CGF);
4004 Region->emitUntiedSwitch(CGF);
4631 Region->emitUntiedSwitch(CG
[all...]

Completed in 100 milliseconds