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

  /external/clang/lib/Parse/
ParseOpenMP.cpp 108 /// 'section' | 'single' | 'parallel for' | 'parallel sections' {clause}
164 OMPClause *Clause =
167 if (Clause) {
168 FirstClauses[CKind].setPointer(Clause);
169 Clauses.push_back(Clause);
292 /// clause:
293 /// if-clause | num_threads-clause | safelen-clause | default-clause |
    [all...]
  /external/clang/lib/AST/
Stmt.cpp     [all...]
  /external/llvm/lib/Target/R600/
R600ControlFlowFinalizer.cpp 427 assert(ClauseContent.size() < 128 && "ALU clause is too big");
433 EmitFetchClause(MachineBasicBlock::iterator InsertPos, ClauseFile &Clause,
435 CounterPropagateAddr(Clause.first, CfCount);
436 MachineBasicBlock *BB = Clause.first->getParent();
439 for (unsigned i = 0, e = Clause.second.size(); i < e; ++i) {
440 BB->splice(InsertPos, BB, Clause.second[i]);
442 CfCount += 2 * Clause.second.size();
446 EmitALUClause(MachineBasicBlock::iterator InsertPos, ClauseFile &Clause,
448 Clause.first->getOperand(0).setImm(0);
449 CounterPropagateAddr(Clause.first, CfCount)
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 
  /external/clang/lib/Sema/
SemaOpenMP.cpp 243 // variables are determined by the default clause, if present.
254 // In a parallel construct, if no default clause is present, these
264 // In a task construct, if no default clause is present, a variable that in
275 // In a task construct, if no default clause is present, a variable
296 // For constructs other than task, if no default clause is present, these
380 // listed in a firstprivate clause, even if they are static data members.
405 // listed in a firstprivate clause, even if they are static data members.
486 // clause requires an accessible, unambiguous default constructor for the
488 // clause.
491 if (auto Clause = dyn_cast<OMPLastprivateClause>(C))
    [all...]
TreeTransform.h 324 /// of clause. Subclasses may override this function to transform statements
327 /// \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 357 milliseconds