Home
last modified time | relevance | path

Searched refs:processRequiresDirective (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.h400 void processRequiresDirective(const OMPRequiresDecl *D) override;
DCGOpenMPRuntime.h1790 virtual void processRequiresDirective(const OMPRequiresDecl *D);
DCGDecl.cpp2607 getOpenMPRuntime().processRequiresDirective(D); in EmitOMPRequiresDecl()
DCGOpenMPRuntimeGPU.cpp4594 void CGOpenMPRuntimeGPU::processRequiresDirective( in processRequiresDirective() function in CGOpenMPRuntimeGPU
4659 CGOpenMPRuntime::processRequiresDirective(D); in processRequiresDirective()
DCGOpenMPRuntime.cpp10551 void CGOpenMPRuntime::processRequiresDirective(const OMPRequiresDecl *D) { in processRequiresDirective() function in CGOpenMPRuntime