Searched refs:emitDependData (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 4075 static void emitDependData(CodeGenFunction &CGF, QualType &KmpDependInfoTy, in emitDependData() function 4322 emitDependData(CGF, KmpDependInfoTy, &Pos, Dependencies[I], in emitDependClause() 4333 emitDependData(CGF, KmpDependInfoTy, &PosLVal, Dependencies[I], in emitDependClause() 4430 emitDependData(CGF, KmpDependInfoTy, Pos, Dependencies, DependenciesArray); in emitDepobjDependClause()
|