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

123

/external/elfutils/tests/
H A Drun-show-die-info.sh38 Attrs : name stmt_list low_pc high_pc language comp_dir producer
48 Attrs : name low_pc high_pc prototyped decl_file decl_line external frame_base type
55 Attrs : name byte_size encoding
62 Attrs : name stmt_list low_pc high_pc language comp_dir producer
72 Attrs : name low_pc high_pc prototyped decl_file decl_line external frame_base type
79 Attrs : name byte_size encoding
86 Attrs : name stmt_list low_pc high_pc language comp_dir producer
96 Attrs : sibling name low_pc high_pc prototyped decl_file decl_line external frame_base type
103 Attrs : sibling name decl_file decl_line declaration external type
108 Attrs
[all...]
/external/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);
H A DAndroid.mk10 Attrs.inc \
/external/llvm/lib/IR/
H A DAttributes.cpp393 ArrayRef<Attribute> Attrs) {
394 if (Attrs.empty())
401 SmallVector<Attribute, 8> SortedAttrs(Attrs.begin(), Attrs.end());
521 ArrayRef<std::pair<unsigned, AttributeSetNode*> > Attrs) {
524 AttributeSetImpl::Profile(ID, Attrs);
535 Attrs.size());
536 PA = new (Mem) AttributeSetImpl(C, Attrs);
545 ArrayRef<std::pair<unsigned, Attribute> > Attrs){
547 if (Attrs
392 get(LLVMContext &C, ArrayRef<Attribute> Attrs) argument
520 getImpl(LLVMContext &C, ArrayRef<std::pair<unsigned, AttributeSetNode*> > Attrs) argument
544 get(LLVMContext &C, ArrayRef<std::pair<unsigned, Attribute> > Attrs) argument
578 get(LLVMContext &C, ArrayRef<std::pair<unsigned, AttributeSetNode*> > Attrs) argument
619 SmallVector<std::pair<unsigned, Attribute>, 8> Attrs; local
626 get(LLVMContext &C, ArrayRef<AttributeSet> Attrs) argument
[all...]
H A DAttributeImpl.h143 AttributeSetNode(ArrayRef<Attribute> Attrs) : NumAttrs(Attrs.size()) { argument
145 std::copy(Attrs.begin(), Attrs.end(),
153 static AttributeSetNode *get(LLVMContext &C, ArrayRef<Attribute> Attrs);
201 ArrayRef<std::pair<unsigned, AttributeSetNode *> > Attrs)
202 : Context(C), NumAttrs(Attrs.size()) {
204 if (Attrs.size() >= 2) {
205 for (const std::pair<unsigned, AttributeSetNode *> *i = Attrs.begin() + 1,
206 *e = Attrs
200 AttributeSetImpl(LLVMContext &C, ArrayRef<std::pair<unsigned, AttributeSetNode *> > Attrs) argument
[all...]
H A DVerifier.cpp320 bool VerifyAttributeCount(AttributeSet Attrs, unsigned Params);
321 void VerifyAttributeTypes(AttributeSet Attrs, unsigned Idx,
323 void VerifyParameterAttrs(AttributeSet Attrs, unsigned Idx, Type *Ty,
325 void VerifyFunctionAttrs(FunctionType *FT, AttributeSet Attrs,
715 void Verifier::VerifyAttributeTypes(AttributeSet Attrs, unsigned Idx, argument
718 for (unsigned I = 0, E = Attrs.getNumSlots(); I != E; ++I)
719 if (Attrs.getSlotIndex(I) == Idx) {
726 for (AttributeSet::iterator I = Attrs.begin(Slot), E = Attrs.end(Slot);
777 void Verifier::VerifyParameterAttrs(AttributeSet Attrs, unsigne argument
843 VerifyFunctionAttrs(FunctionType *FT, AttributeSet Attrs, const Value *V) argument
948 VerifyAttributeCount(AttributeSet Attrs, unsigned Params) argument
984 AttributeSet Attrs = F.getAttributes(); local
1487 AttributeSet Attrs = CS.getAttributes(); local
[all...]
H A DAsmWriter.h92 void writeParamOperand(const Value *Operand, AttributeSet Attrs,unsigned Idx);
103 void printArgument(const Argument *FA, AttributeSet Attrs, unsigned Idx);
/external/llvm/include/llvm/IR/
H A DAttributes.h220 ArrayRef<std::pair<unsigned, Attribute> > Attrs);
223 AttributeSetNode*> > Attrs);
227 AttributeSetNode*> > Attrs);
239 static AttributeSet get(LLVMContext &C, ArrayRef<AttributeSet> Attrs);
259 AttributeSet Attrs) const;
271 AttributeSet Attrs) const;
389 std::bitset<Attribute::EndAttrKinds> Attrs; member in class:llvm::AttrBuilder
394 AttrBuilder() : Attrs(0), Alignment(0), StackAlignment(0) {}
396 : Attrs(0), Alignment(0), StackAlignment(0) {
399 AttrBuilder(const Attribute &A) : Attrs(
[all...]
/external/clang/lib/Edit/
H A DAndroid.mk15 Attrs.inc \
/external/clang/lib/Rewrite/Core/
H A DAndroid.mk14 Attrs.inc \
/external/clang/lib/Rewrite/Frontend/
H A DAndroid.mk14 Attrs.inc \
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAndroid.mk8 Attrs.inc \
/external/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;
/external/clang/lib/Analysis/
H A DAndroid.mk10 Attrs.inc \
/external/clang/lib/Parse/
H A DAndroid.mk13 Attrs.inc \
/external/clang/lib/Serialization/
H A DAndroid.mk17 Attrs.inc \
/external/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();
987 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); local
989 for (std::vector<Record*>::iterator I = Attrs.begin(), E = Attrs.end();
1028 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); local
1029 std::vector<Record*>::iterator i = Attrs.begin(), e = Attrs.end(), ri, re;
1117 std::vector<Record*> Attrs local
1153 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"), local
1197 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"), Args; local
1228 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); local
1253 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); local
1307 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); local
1335 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); local
1412 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); local
1446 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); local
1502 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"), Args; local
[all...]
/external/clang/lib/ARCMigrate/
H A DAndroid.mk9 Attrs.inc \
/external/clang/include/clang/Sema/
H A DDeclSpec.h357 ParsedAttributes Attrs; member in class:clang::DeclSpec
427 Attrs(attrFactory),
664 return Attrs.getPool();
685 Attrs.addAll(AL);
688 Attrs.set(AL);
691 bool hasAttributes() const { return !Attrs.empty(); }
693 ParsedAttributes &getAttributes() { return Attrs; }
694 const ParsedAttributes &getAttributes() const { return Attrs; }
700 return Attrs;
704 Attrs
1543 ParsedAttributes Attrs; member in class:clang::Declarator
[all...]
/external/clang/include/clang/AST/
H A DMakefile3 BUILT_SOURCES = Attrs.inc AttrImpl.inc AttrDump.inc \
15 $(ObjDir)/Attrs.inc.tmp : $(TD_SRC_DIR)/Attr.td $(CLANG_TBLGEN) \
/external/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)),
/external/clang/lib/CodeGen/
H A DAndroid.mk5 Attrs.inc \
/external/clang/lib/Frontend/
H A DAndroid.mk10 Attrs.inc \
/external/clang/lib/StaticAnalyzer/Core/
H A DAndroid.mk5 Attrs.inc \
/external/llvm/include/llvm/Support/
H A DGraphWriter.h286 const std::string &Attrs) {
297 if (!Attrs.empty())
298 O << "[" << Attrs << "]"; local
284 emitEdge(const void *SrcNodeID, int SrcNodePort, const void *DestNodeID, int DestNodePort, const std::string &Attrs) argument

Completed in 2446 milliseconds

123