Home
last modified time | relevance | path

Searched refs:Clause (Results 1 – 6 of 6) sorted by relevance

/external/mdnsresponder/
DLICENSE8 licensed under the terms of the "Three-Clause BSD License".
12 Software Licence (which is substantially similar to the "Three-Clause
/external/chromium/testing/gmock/include/gmock/
Dgmock-spec-builders.h252 enum Clause { enum
275 Clause last_clause_;
709 enum Clause { enum
855 Clause last_clause_;
/external/webkit/Source/JavaScriptCore/parser/
DSyntaxChecker.h109 typedef int Clause; typedef
DASTBuilder.h105 typedef CaseClauseNode* Clause; typedef
DJSParser.cpp60 #define TreeClause typename TreeBuilder::Clause
/external/llvm/lib/VMCore/
DVerifier.cpp1512 Value *Clause = LPI.getClause(i); in visitLandingPadInst() local
1513 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()