Searched refs:Clause (Results 1 – 6 of 6) sorted by relevance
8 licensed under the terms of the "Three-Clause BSD License".12 Software Licence (which is substantially similar to the "Three-Clause
252 enum Clause { enum275 Clause last_clause_;709 enum Clause { enum855 Clause last_clause_;
109 typedef int Clause; typedef
105 typedef CaseClauseNode* Clause; typedef
60 #define TreeClause typename TreeBuilder::Clause
1512 Value *Clause = LPI.getClause(i); in visitLandingPadInst() local1513 Assert1(isa<Constant>(Clause), "Clause is not constant!", &LPI); in visitLandingPadInst()1515 Assert1(isa<PointerType>(Clause->getType()), in visitLandingPadInst()1519 Assert1(isa<ConstantArray>(Clause) || isa<ConstantAggregateZero>(Clause), in visitLandingPadInst()