HomeSort by relevance Sort by last modified time
    Searched refs:Clause (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/Parse/
ParseOpenMP.cpp 79 /// annot_pragma_openmp 'parallel' {clause} annot_pragma_openmp_end
118 OMPClause *Clause = ParseOpenMPClause(DKind, CKind,
121 if (Clause) {
122 FirstClauses[CKind].setPointer(Clause);
123 Clauses.push_back(Clause);
247 /// clause:
248 /// default-clause|private-clause
252 OMPClause *Clause = 0;
254 // Check if clause is allowed for the given directive
    [all...]
  /external/llvm/lib/Target/R600/
R600ControlFlowFinalizer.cpp 259 assert(ClauseContent.size() < 128 && "ALU clause is too big");
265 EmitFetchClause(MachineBasicBlock::iterator InsertPos, ClauseFile &Clause,
267 CounterPropagateAddr(Clause.first, CfCount);
268 MachineBasicBlock *BB = Clause.first->getParent();
271 for (unsigned i = 0, e = Clause.second.size(); i < e; ++i) {
272 BB->splice(InsertPos, BB, Clause.second[i]);
274 CfCount += 2 * Clause.second.size();
278 EmitALUClause(MachineBasicBlock::iterator InsertPos, ClauseFile &Clause,
280 Clause.first->getOperand(0).setImm(0);
281 CounterPropagateAddr(Clause.first, CfCount)
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-spec-builders.h 43 // where the .With() clause is optional.
251 // Gives each clause in the ON_CALL() statement a name.
252 enum Clause {
273 // The last clause in the ON_CALL() statement as seen so far.
275 Clause last_clause_;
298 // Implements the .With() clause.
310 // Implements the .WillByDefault() clause.
454 // clause of EXPECT_CALL() for setting the (partial) order of
537 // A set of expectation handles. Useful in the .After() clause of
709 enum Clause {
    [all...]
  /external/clang/lib/AST/
Stmt.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h 321 /// of clause. Subclasses may override this function to transform statements
324 /// \returns the transformed OpenMP clause.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 

Completed in 106 milliseconds