Home
last modified time | relevance | path

Searched defs:Attrs (Results 51 – 75 of 116) sorted by relevance

12345

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h252 void setAttributes(AttributeList Attrs) { AttributeSets = Attrs; } in setAttributes()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp905 AttributeSet Attrs = CallPAL.getParamAttributes(Pi); in RemoveDeadStuffFromFunction() local
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp1016 ObjCPropertyAttribute::Kind Attrs = D->getPropertyAttributes(); in VisitObjCPropertyDecl() local
1555 llvm::json::Array Attrs; in visitHTMLStartTagComment() local
H A DCommentSema.cpp467 ArrayRef<HTMLStartTagComment::Attribute> Attrs, in actOnHTMLStartTagFinish()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DJumpDiagnostics.cpp1007 ArrayRef<const Attr *> Attrs = AS->getAttrs(); in GetMustTailAttr() local
H A DSemaDeclAttr.cpp2048 static void handleNoReturnAttr(Sema &S, Decl *D, const ParsedAttr &Attrs) { in handleNoReturnAttr()
2060 static void handleNoCfCheckAttr(Sema &S, Decl *D, const ParsedAttr &Attrs) { in handleNoCfCheckAttr()
2067 bool Sema::CheckAttrNoArgs(const ParsedAttr &Attrs) { in CheckAttrNoArgs()
2309 AttrVec &Attrs = D->getAttrs(); in mergeAvailabilityAttr() local
4685 bool Sema::CheckCallingConvAttr(const ParsedAttr &Attrs, CallingConv &CC, in CheckCallingConvAttr()
5443 const ParsedAttr &Attrs) { in handleObjCReturnsInnerPointerAttr()
5469 const ParsedAttr &Attrs) { in handleObjCRequiresSuperAttr()
7606 auto Attrs = D->specific_attrs<AttrTy>(); in findEnforceTCBAttrByName() local
H A DSemaObjCProperty.cpp351 auto Attrs = Property->getPropertyAttributes(); in checkAtomicPropertyMismatch() local
373 unsigned Attrs = NewProperty->getPropertyAttributes(); in checkAtomicPropertyMismatch() local
H A DSemaAttr.cpp996 ParsedAttributesView Attrs; in AddPragmaAttributes() local
H A DSemaType.cpp1252 getImageAccess(const ParsedAttributesView &Attrs) { in getImageAccess()
6223 const ParsedAttributesView &Attrs) { in fillDependentAddressSpaceTypeLoc()
6238 const ParsedAttributesView &Attrs) { in fillMatrixTypeLoc()
6981 std::bitset<attr::LastAttr> Attrs; in handleMSPointerTypeQualifierAttr() local
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DParsedAttr.h744 llvm::TinyPtrVector<ParsedAttr *> Attrs; variable
977 void takeOneFrom(ParsedAttributes &Attrs, ParsedAttr *PA) { in takeOneFrom()
/netbsd/external/apache2/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp994 const AttrVec &Attrs = DI->CommentDecl->getAttrs(); in visitFullComment() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h387 constexpr char Attrs[] = "Attrs"; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp265 auto &Attrs = HSAMetadata.mKernels.back().mAttrs; in emitKernelAttrs() local
H A DAMDGPUTargetTransformInfo.cpp772 IntrinsicCostAttributes Attrs(ICA.getID(), RetTy, ICA.getArgTypes(), FMF, I, in getIntrinsicInstrCost() local
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h491 void setAttrs(const AttrVec& Attrs) { in setAttrs()
/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp49 Parser::ParseObjCAtDirectives(ParsedAttributesWithRange &Attrs) { in ParseObjCAtDirectives()
2104 ParsedAttributes &Attrs) { in ParseObjCAtImplementationDeclaration()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp591 AttrVec Attrs; in VisitDecl() local
2801 void ASTRecordReader::readAttributes(AttrVec &Attrs) { in readAttributes()
4597 AttrVec Attrs; in UpdateDecl() local
4703 AttrVec Attrs; in UpdateDecl() local
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFGraph.cpp69 uint16_t Attrs = NA.Addr->getAttrs(); in operator <<() local
780 NodeAddr<NodeBase*> DataFlowGraph::newNode(uint16_t Attrs) { in newNode()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp991 lto_symbol_attributes Attrs = Module->getSymbolAttributes(I); in main() local
/netbsd/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp135 const std::vector<unsigned> &Attrs = RAG.second; in validateEndOfModule() local
183 AttrBuilder Attrs(GV->getAttributes()); in validateEndOfModule() local
1231 AttrBuilder Attrs; in parseGlobal() local
2825 AttrBuilder Attrs; in parseArgumentList() local
5872 SmallVector<AttributeSet, 8> Attrs; in parseFunctionHeader() local
7325 SmallVector<AttributeSet, 8> Attrs; in parseCall() local
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGVTables.cpp428 llvm::AttributeList Attrs; in EmitMustTailThunk() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp807 static void addFramePointerAttrs(AttributeList &Attrs, LLVMContext &Context, in addFramePointerAttrs()
1237 AttributeList Attrs = CI.getAttributes(); in shouldBeMustTail() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp945 AttributeList Attrs = CB->getAttributes(); in remapInstruction() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1387 AttributeList Attrs = in visitFDiv() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Linker/
H A DIRMover.cpp648 AttributeList IRLinker::mapAttributeTypes(LLVMContext &C, AttributeList Attrs) { in mapAttributeTypes()

12345