HomeSort by relevance Sort by last modified time
    Searched defs:Compound (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
cparse.py 156 class Compound(Node,Parser):
189 class Struct(Compound):
194 class Union(Compound):
genpyx.py 207 class Compound(Taged):
227 #print "Compound.pyxstr", tag
250 class Struct(Compound):
255 class Union(Compound):
338 #if ((_node is None and (not isinstance(other,Compound) or not other.has_members()))
ir.py 390 class Compound(genpyx.Compound, Taged):
420 class Struct(genpyx.Struct, Compound):
426 class Union(genpyx.Union, Compound):
503 return self.spec.compound # i am a compound
504 compound = property(get_compound) variable in class:Declarator
761 if self and isinstance(self[0],Compound):
763 compound = property(get_compound) variable in class:TypeSpecifiers
943 # elif self[i].compound
    [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp 51 /// compound-statement
205 case tok::l_brace: // C99 6.8.2: compound-statement
370 /// '__try' compound-statement seh-handler
408 /// '__except' '(' seh-filter-expression ')' compound-statement
450 /// '__finally' compound-statement
692 /// compound-statement: [C99 6.8.2]
721 // Enter a scope to hold everything within the compound stmt. Compound
729 /// Parse any pragmas at the start of the compound expression. We handle these
731 /// statement in the compound, but may be intermingled with other pragmas
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 602 milliseconds