Home
last modified time | relevance | path

Searched refs:numAttrs (Results 1 – 3 of 3) sorted by relevance

/external/gptfdisk/
Dattributes.cc23 int Attributes::numAttrs = 0; member in Attributes
28 numAttrs++; in Attributes()
29 if (numAttrs == 1) in Attributes()
36 numAttrs++; in Attributes()
37 if (numAttrs == 1) in Attributes()
44 numAttrs--; in ~Attributes()
Dattributes.h18 static int numAttrs; variable
/external/llvm/utils/TableGen/
DIntrinsicEmitter.cpp606 unsigned numAttrs = 0; in EmitAttributes() local
642 OS << " AS[" << numAttrs++ << "] = AttributeSet::get(C, " in EmitAttributes()
684 OS << " AS[" << numAttrs++ << "] = AttributeSet::get(C, " in EmitAttributes()
688 if (numAttrs) { in EmitAttributes()
689 OS << " NumAttrs = " << numAttrs << ";\n"; in EmitAttributes()