Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp863 unsigned FnAS = fnPtr->getType()->getPointerAddressSpace(); in addVTableComponent() local
866 if (FnAS != GVAS) in addVTableComponent()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp535 auto addAttrSet = [&](AttributeSet &FnAS, const AttributeSet &AS, in addAttributes()
544 FnAS = FnAS.addAttribute(Ctx, AK); in addAttributes()
547 FnAS = FnAS.addAttribute(Ctx, AK); in addAttributes()
549 FnAS = FnAS.addAttributes(Ctx, AS); in addAttributes()