Home
last modified time | relevance | path

Searched refs:EmitOMPAtomicDirective (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmt.cpp295 EmitOMPAtomicDirective(cast<OMPAtomicDirective>(*S)); in EmitStmt()
HDCodeGenFunction.h3847 void EmitOMPAtomicDirective(const OMPAtomicDirective &S);
HDCGStmtOpenMP.cpp6575 void CodeGenFunction::EmitOMPAtomicDirective(const OMPAtomicDirective &S) { in EmitOMPAtomicDirective() function in CodeGenFunction