HomeSort by relevance Sort by last modified time
    Searched defs:Attrs (Results 1 - 25 of 42) sorted by null

1 2

  /external/clang/lib/Sema/
SemaStmtAttr.cpp 69 SmallVector<const Attr*, 8> Attrs;
72 Attrs.push_back(a);
75 if (Attrs.empty())
78 return ActOnAttributedStmt(Range.getBegin(), Attrs, S);
  /build/tools/droiddoc/templates-ds/
class.cs 29 <?cs if:subcount(cl.attrs) ?>
42 <?cs if:subcount(class.attrs) ?>
43 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#lattrs">XML Attrs</a>
47 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
231 <?cs def:write_attr_summary(attrs, included) ?>
238 <?cs each:attr=attrs ?>
273 || subcount(class.attrs)
295 <?cs if:subcount(class.attrs) ?>
298 <?cs call:write_attr_summary(class.attrs, 1) ?>
301 <?cs # if there are inherited attrs, write the table ?
    [all...]
  /build/tools/droiddoc/templates-sac/
class.cs 29 <?cs if:subcount(cl.attrs) ?>
42 <?cs if:subcount(class.attrs) ?>
43 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#lattrs">XML Attrs</a>
47 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
231 <?cs def:write_attr_summary(attrs, included) ?>
238 <?cs each:attr=attrs ?>
273 || subcount(class.attrs)
295 <?cs if:subcount(class.attrs) ?>
298 <?cs call:write_attr_summary(class.attrs, 1) ?>
301 <?cs # if there are inherited attrs, write the table ?
    [all...]
  /build/tools/droiddoc/templates-sdk/
class.cs 29 <?cs if:subcount(cl.attrs) ?>
42 <?cs if:subcount(class.attrs) ?>
43 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#lattrs">XML Attrs</a>
47 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
231 <?cs def:write_attr_summary(attrs, included) ?>
238 <?cs each:attr=attrs ?>
273 || subcount(class.attrs)
295 <?cs if:subcount(class.attrs) ?>
298 <?cs call:write_attr_summary(class.attrs, 1) ?>
301 <?cs # if there are inherited attrs, write the table ?
    [all...]
  /external/doclava/res/assets/templates/
class.cs 23 <?cs if:subcount(cl.attrs) ?>
36 <?cs if:subcount(class.attrs) ?>
37 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#lattrs">XML Attrs</a>
41 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
221 <?cs def:write_attr_summary(attrs, included) ?>
228 <?cs each:attr=attrs ?>
263 || subcount(class.attrs)
285 <?cs if:subcount(class.attrs) ?>
288 <?cs call:write_attr_summary(class.attrs, 1) ?>
291 <?cs # if there are inherited attrs, write the table ?
    [all...]
  /external/llvm/lib/MC/
MCSectionMachO.cpp 256 StringRef Attrs = Comma.first;
259 std::pair<StringRef, StringRef> Plus = Attrs.split('+');
  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 242 Attrs = ObjCPropertyDecl::OBJC_PR_noattr;
246 Attrs = PD->getPropertyAttributesAsWritten();
284 if (Attrs & ObjCPropertyDecl::OBJC_PR_assign)
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 115 const std::string &Attrs = Graph->getGraphAttrs(N);
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) {
178 NodeGraphAttrs[N] = Attrs;
  /external/llvm/include/llvm/Support/
GraphWriter.h 286 const std::string &Attrs) {
297 if (!Attrs.empty())
298 O << "[" << Attrs << "]";
  /external/llvm/include/llvm/IR/
Attributes.h 220 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;
394 AttrBuilder() : Attrs(0), Alignment(0), StackAlignment(0) {}
396 : Attrs(0), Alignment(0), StackAlignment(0) {
399 AttrBuilder(const Attribute &A) : Attrs(0), Alignment(0), StackAlignment(0)
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.h 336 AttributeSet Attrs;
337 ParamInfo(LocTy loc, Value *v, AttributeSet attrs)
338 : Loc(loc), V(v), Attrs(attrs) {}
357 AttributeSet Attrs;
360 : Loc(L), Ty(ty), Attrs(Attr), Name(N) {}
  /external/llvm/lib/IR/
Attributes.cpp 393 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.empty()
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
qosregistry.h 274 struct DSP_STRMATTR Attrs; /* Stream attributes for this stream */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
qosregistry.h 268 struct DSP_STRMATTR Attrs; /* Stream attributes for this stream */
  /external/clang/lib/AST/
CommentParser.cpp 431 SmallVector<HTMLStartTagComment::Attribute, 2> Attrs;
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)),
DeclPrinter.cpp 192 AttrVec &Attrs = D->getAttrs();
193 for (AttrVec::const_iterator i=Attrs.begin(), e=Attrs.end(); i!=e; ++i) {
    [all...]
ASTDumper.cpp     [all...]
  /external/clang/tools/libclang/
IndexingContext.h 240 SmallVector<AttrInfo, 2> Attrs;
CXComment.cpp     [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 138 const std::vector<AttributeSet> &Attrs = VE.getAttributes();
139 if (Attrs.empty()) return;
144 for (unsigned i = 0, e = Attrs.size(); i != e; ++i) {
145 const AttributeSet &A = Attrs[i];
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 161 const std::vector<AttributeSet> &Attrs = VE.getAttributes();
162 if (Attrs.empty()) return;
167 for (unsigned i = 0, e = Attrs.size(); i != e; ++i) {
168 const AttributeSet &A = Attrs[i];
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 166 const std::vector<AttributeSet> &Attrs = VE.getAttributes();
167 if (Attrs.empty()) return;
172 for (unsigned i = 0, e = Attrs.size(); i != e; ++i) {
173 const AttributeSet &A = Attrs[i];
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkScript2.h 34 enum Attrs {

Completed in 1574 milliseconds

1 2