Searched defs:Compound (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dcparse.py156 class Compound(Node,Parser): class in inherits:Node,Parser
189 class Struct(Compound):
194 class Union(Compound):
H A Dgenpyx.py207 class Compound(Taged): class in inherits: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()))
H A Dir.py390 class Compound(genpyx.Compound, Taged): class in inherits:genpyx.Compound, Taged
420 class Struct(genpyx.Struct, Compound):
426 class Union(genpyx.Union, Compound):
761 if self and isinstance(self[0],Compound):
1145 cparse.Compound : Compound ,
/external/clang/lib/Parse/
H A DParseStmt.cpp824 // Enter a scope to hold everything within the compound stmt. Compound
2095 StmtResult Compound = ParseCompoundStatement(); local
2096 if (Compound.isInvalid())
2103 Compound.get());
/external/clang/lib/Sema/
H A DSemaExpr.cpp8700 // Compound assignment "x += y"
10103 CompoundStmt *Compound = cast<CompoundStmt>(SubStmt); local
10123 if (!Compound->body_empty()) {
10124 Stmt *LastStmt = Compound->body_back();
10163 Compound->setLastStmt(LastExpr.get());
10174 Expr *ResStmtExpr = new (Context) StmtExpr(Compound, Ty, LPLoc, RPLoc);

Completed in 165 milliseconds