Home
last modified time | relevance | path

Searched refs:getOMPAllocateAlignment (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCodeGenModule.h1425 std::optional<CharUnits> getOMPAllocateAlignment(const VarDecl *VD);
DCGDecl.cpp2703 CodeGenModule::getOMPAllocateAlignment(const VarDecl *VD) { in getOMPAllocateAlignment() function in CodeGenModule
DCodeGenModule.cpp5007 getOMPAllocateAlignment(D)) in EmitGlobalVarDefinition()
DCGOpenMPRuntime.cpp11745 std::optional<CharUnits> AllocateAlignment = CGM.getOMPAllocateAlignment(VD); in getAlignmentValue()