Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1303 const Twine &Name, bool IsDependSource);
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3499 const Twine &Name, bool IsDependSource) { in createOrderedDepend() argument
3533 if (IsDependSource) in createOrderedDepend()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5838 bool IsDependSource = false; in EmitOMPOrderedDirective() local
5840 IsDependSource = true; in EmitOMPOrderedDirective()
5843 IsDependSource)); in EmitOMPOrderedDirective()