Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmt.cpp242 EmitOMPAtomicDirective(cast<OMPAtomicDirective>(*S)); in EmitStmt()
DCodeGenFunction.h2486 void EmitOMPAtomicDirective(const OMPAtomicDirective &S);
DCGStmtOpenMP.cpp3207 void CodeGenFunction::EmitOMPAtomicDirective(const OMPAtomicDirective &S) { in EmitOMPAtomicDirective() function in CodeGenFunction