Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2844 FunctionCallee createForStaticInitFunction(unsigned IVSize, bool IVSigned,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp2631 OMPBuilder.createForStaticInitFunction(Values.IVSize, Values.IVSigned, in emitForStaticInit()
2651 StaticInitFunction = OMPBuilder.createForStaticInitFunction( in emitDistributeStaticInit()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp6481 OpenMPIRBuilder::createForStaticInitFunction(unsigned IVSize, bool IVSigned, in createForStaticInitFunction() function in OpenMPIRBuilder