HomeSort by relevance Sort by last modified time
    Searched refs:Attrs (Results 51 - 61 of 61) sorted by null

1 23

  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
SemaDecl.cpp 6831 AttributeFactory attrs; local
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h     [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/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 223 void setGraphAttrs(const SDNode *N, const char *Attrs);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 441 Out << "SmallVector<AttributeWithIndex, 4> Attrs;"; nl(Out);
445 Attributes attrs = PAL.getSlot(i).Attrs; local
446 Out << "PAWI.Index = " << index << "U; PAWI.Attrs = 0 ";
448 if (attrs & Attribute::X) \
450 attrs &= ~Attribute::X;
477 if (attrs & Attribute::StackAlignment)
479 << Attribute::getStackAlignmentFromAttrs(attrs)
481 attrs &= ~Attribute::StackAlignment;
482 assert(attrs == 0 && "Unhandled attribute!")
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 422 milliseconds

1 23