Searched refs:getAttributes (Results 126 - 150 of 152) sorted by relevance

1234567

/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp4812 if (!DS.getAttributes().empty()) {
4819 for (const ParsedAttr &AL : DS.getAttributes())
5212 assert(DS.getAttributes().empty() && "No attribute expected");
6693 if (PD.getDeclSpec().getAttributes().hasAttribute(Kind))
6704 return PD.getAttributes().hasAttribute(Kind);
14898 std::move(DS.getAttributes()), SourceLocation());
H A DSemaTemplate.cpp10122 ProcessDeclAttributeList(S, Prev, D.getDeclSpec().getAttributes());
10204 IdentifyCUDATarget(D.getDeclSpec().getAttributes())) {
10297 ProcessDeclAttributeList(S, Specialization, D.getDeclSpec().getAttributes());
H A DSemaDeclCXX.cpp3246 getMSPropertyAttr(D.getDeclSpec().getAttributes());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3760 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError))
3772 GetReturnInfo(CC, F.getReturnType(), F.getAttributes(), Outs, TLI, DL);
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp2072 F->setAttributes(llvm::Intrinsic::getAttributes(getLLVMContext(), IID));
4702 llvm::AttributeList oldAttrs = callSite->getAttributes();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp45 auto Attrs = Fn.getAttributes();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp645 ID.AddInteger(cast<PseudoProbeSDNode>(N)->getAttributes());
6367 SrcPtrInfo.getAddrSpace(), MF.getFunction().getAttributes()))
6549 MF.getFunction().getAttributes()))
6650 DstPtrInfo.getAddrSpace(), ~0u, MF.getFunction().getAttributes()))
H A DTargetLowering.cpp62 AttrBuilder CallerAttrs(F.getAttributes(), AttributeList::ReturnIndex);
109 auto Attrs = Call->getAttributes();
4310 AttributeList Attr = DAG.getMachineFunction().getFunction().getAttributes();
5082 AttributeList Attr = DAG.getMachineFunction().getFunction().getAttributes();
H A DDAGCombiner.cpp4169 AttributeList Attr = DAG.getMachineFunction().getFunction().getAttributes();
4249 AttributeList Attr = DAG.getMachineFunction().getFunction().getAttributes();
4305 AttributeList Attr = DAG.getMachineFunction().getFunction().getAttributes();
4347 AttributeList Attr = DAG.getMachineFunction().getFunction().getAttributes();
4406 AttributeList Attr = DAG.getMachineFunction().getFunction().getAttributes();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1393 = Intrinsic::getAttributes(MF->getFunction().getContext(),
H A DMachinePipeliner.cpp203 if (mf.getFunction().getAttributes().hasAttribute(
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp2393 for (const ParsedAttr &AL : DeclaratorInfo.getAttributes())
H A DParseExprCXX.cpp1363 ParseOpenCLQualifiers(DS.getAttributes());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1497 const auto &Attrs = MF.getFunction().getAttributes();
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtypesem.d1805 mtype.exp.ident != Id.getAttributes &&
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2453 const AttributeList &PAL = F->getAttributes();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DAutoUpgrade.cpp1003 F->setAttributes(Intrinsic::getAttributes(F->getContext(), id));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp5227 CalleeFn->getAttributes().getRetAttributes();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4157 for (const auto &Attr : F.getAttributes().getFnAttributes()) {
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtraits.d7615 alias getUDAs = Filter!(isDesiredUDA, __traits(getAttributes, symbol));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1022 AttributeList Attr = Intrinsic::getAttributes(CI.getContext(),
11895 AttributeList Attrs = Intrinsic::getAttributes(Ctx, IID);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp502 AttributeList CallerAttrs = F.getAttributes();
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.c6592 exp->ident != Id::getAttributes &&
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtraits.d8513 alias getUDAs = Filter!(isDesiredUDA!attribute, __traits(getAttributes, symbol));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2249 if (CLI.CB && CLI.CB->getAttributes().hasFnAttribute("cmse_nonsecure_call"))

Completed in 1201 milliseconds

1234567