Home
last modified time | relevance | path

Searched refs:UBFI (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp3335 auto UBFI = std::next(KmpTaskTQTyRD->field_begin(), KmpTaskTUpperBound); in emitProxyTaskFunction() local
3336 auto UBLVal = CGF.EmitLValueForField(Base, *UBFI); in emitProxyTaskFunction()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp3590 auto UBFI = std::next(KmpTaskTQTyRD->field_begin(), KmpTaskTUpperBound); in emitProxyTaskFunction() local
3591 LValue UBLVal = CGF.EmitLValueForField(Base, *UBFI); in emitProxyTaskFunction()