Searched refs:Attrs (Results 1 - 25 of 70) sorted by relevance

123

/freebsd-10.0-release/lib/clang/libclangedit/
H A DMakefile13 Attrs \
/freebsd-10.0-release/lib/clang/libclangrewritecore/
H A DMakefile15 Attrs \
/freebsd-10.0-release/lib/clang/libclangstaticanalyzerfrontend/
H A DMakefile13 Attrs \
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAttr.cpp69 SmallVector<const Attr*, 8> Attrs; local
72 Attrs.push_back(a);
75 if (Attrs.empty())
78 return ActOnAttributedStmt(Range.getBegin(), Attrs, S);
/freebsd-10.0-release/lib/clang/libclangrewritefrontend/
H A DMakefile19 Attrs \
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DAttributes.cpp408 ArrayRef<Attribute> Attrs) {
409 if (Attrs.empty())
416 SmallVector<Attribute, 8> SortedAttrs(Attrs.begin(), Attrs.end());
536 ArrayRef<std::pair<unsigned, AttributeSetNode*> > Attrs) {
539 AttributeSetImpl::Profile(ID, Attrs);
547 PA = new AttributeSetImpl(C, Attrs);
556 ArrayRef<std::pair<unsigned, Attribute> > Attrs){
558 if (Attrs.empty())
562 for (unsigned i = 0, e = Attrs
407 get(LLVMContext &C, ArrayRef<Attribute> Attrs) argument
535 getImpl(LLVMContext &C, ArrayRef<std::pair<unsigned, AttributeSetNode*> > Attrs) argument
555 get(LLVMContext &C, ArrayRef<std::pair<unsigned, Attribute> > Attrs) argument
589 get(LLVMContext &C, ArrayRef<std::pair<unsigned, AttributeSetNode*> > Attrs) argument
630 SmallVector<std::pair<unsigned, Attribute>, 8> Attrs; local
637 get(LLVMContext &C, ArrayRef<AttributeSet> Attrs) argument
[all...]
H A DVerifier.cpp304 bool VerifyAttributeCount(AttributeSet Attrs, unsigned Params);
305 void VerifyAttributeTypes(AttributeSet Attrs, unsigned Idx,
307 void VerifyParameterAttrs(AttributeSet Attrs, unsigned Idx, Type *Ty,
309 void VerifyFunctionAttrs(FunctionType *FT, AttributeSet Attrs,
656 void Verifier::VerifyAttributeTypes(AttributeSet Attrs, unsigned Idx, argument
659 for (unsigned I = 0, E = Attrs.getNumSlots(); I != E; ++I)
660 if (Attrs.getSlotIndex(I) == Idx) {
667 for (AttributeSet::iterator I = Attrs.begin(Slot), E = Attrs.end(Slot);
710 void Verifier::VerifyParameterAttrs(AttributeSet Attrs, unsigne argument
776 VerifyFunctionAttrs(FunctionType *FT, AttributeSet Attrs, const Value *V) argument
835 VerifyAttributeCount(AttributeSet Attrs, unsigned Params) argument
871 AttributeSet Attrs = F.getAttributes(); local
1384 AttributeSet Attrs = CS.getAttributes(); local
[all...]
H A DAttributeImpl.h163 AttributeSetNode(ArrayRef<Attribute> Attrs) argument
164 : AttrList(Attrs.begin(), Attrs.end()) {}
170 static AttributeSetNode *get(LLVMContext &C, ArrayRef<Attribute> Attrs);
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DAttributes.h217 ArrayRef<std::pair<unsigned, Attribute> > Attrs);
220 AttributeSetNode*> > Attrs);
224 AttributeSetNode*> > Attrs);
236 static AttributeSet get(LLVMContext &C, ArrayRef<AttributeSet> Attrs);
254 AttributeSet Attrs) const;
266 AttributeSet Attrs) const;
384 std::bitset<Attribute::EndAttrKinds> Attrs; member in class:llvm::AttrBuilder
389 AttrBuilder() : Attrs(0), Alignment(0), StackAlignment(0) {}
391 : Attrs(0), Alignment(0), StackAlignment(0) {
394 AttrBuilder(const Attribute &A) : Attrs(
[all...]
/freebsd-10.0-release/lib/clang/libclangparse/
H A DMakefile27 Attrs \
/freebsd-10.0-release/lib/clang/libclangserialization/
H A DMakefile24 Attrs \
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp115 const std::string &Attrs = Graph->getGraphAttrs(N); local
116 if (!Attrs.empty()) {
117 if (Attrs.find("shape=") == std::string::npos)
118 return std::string("shape=Mrecord,") + Attrs;
120 return Attrs;
176 void SelectionDAG::setGraphAttrs(const SDNode *N, const char *Attrs) { argument
178 NodeGraphAttrs[N] = Attrs;
/freebsd-10.0-release/lib/clang/libclanganalysis/
H A DMakefile29 Attrs \
/freebsd-10.0-release/lib/clang/libclangarcmigrate/
H A DMakefile31 Attrs \
/freebsd-10.0-release/lib/clang/liblldbExpression/
H A DMakefile33 Attrs \
/freebsd-10.0-release/lib/clang/liblldbSymbol/
H A DMakefile41 Attrs
/freebsd-10.0-release/contrib/llvm/tools/clang/utils/TableGen/
H A DClangAttrEmitter.cpp886 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); local
888 for (std::vector<Record*>::iterator i = Attrs.begin(), e = Attrs.end();
979 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); local
981 for (std::vector<Record*>::iterator I = Attrs.begin(), E = Attrs.end();
1020 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); local
1021 std::vector<Record*>::iterator i = Attrs.begin(), e = Attrs.end(), ri, re;
1109 std::vector<Record*> Attrs local
1145 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"), local
1189 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"), Args; local
1220 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); local
1245 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); local
1299 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); local
1327 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); local
1404 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); local
1438 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); local
1494 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"), Args; local
[all...]
/freebsd-10.0-release/lib/clang/libclangcodegen/
H A DMakefile50 Attrs \
/freebsd-10.0-release/lib/clang/libclangfrontend/
H A DMakefile40 Attrs \
/freebsd-10.0-release/lib/clang/libclangsema/
H A DMakefile59 Attrs \
/freebsd-10.0-release/lib/clang/libclangstaticanalyzercore/
H A DMakefile48 Attrs \
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h357 ParsedAttributes Attrs; member in class:clang::DeclSpec
427 Attrs(attrFactory),
662 return Attrs.getPool();
683 Attrs.addAll(AL);
686 Attrs.set(AL);
689 bool hasAttributes() const { return !Attrs.empty(); }
691 ParsedAttributes &getAttributes() { return Attrs; }
692 const ParsedAttributes &getAttributes() const { return Attrs; }
698 return Attrs;
702 Attrs
1541 ParsedAttributes Attrs; member in class:clang::Declarator
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DCommentParser.cpp431 SmallVector<HTMLStartTagComment::Attribute, 2> Attrs; local
438 Attrs.push_back(HTMLStartTagComment::Attribute(Ident.getLocation(),
448 Attrs.push_back(HTMLStartTagComment::Attribute(Ident.getLocation(),
455 Attrs.push_back(HTMLStartTagComment::Attribute(
468 S.copyArray(llvm::makeArrayRef(Attrs)),
476 S.copyArray(llvm::makeArrayRef(Attrs)),
495 S.copyArray(llvm::makeArrayRef(Attrs)),
503 S.copyArray(llvm::makeArrayRef(Attrs)),
/freebsd-10.0-release/lib/clang/libclangast/
H A DMakefile68 Attrs \
/freebsd-10.0-release/lib/clang/libclangstaticanalyzercheckers/
H A DMakefile77 Attrs \

Completed in 224 milliseconds

123