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

  /external/clang/lib/AST/
Stmt.cpp     [all...]
  /external/clang/lib/Parse/
ParseOpenMP.cpp 131 /// 'for simd' | 'parallel for simd' | 'target' | 'teams' {clause}
173 // pseudo-clause OMPFlushClause.
233 OMPClause *Clause =
236 if (Clause) {
237 FirstClauses[CKind].setPointer(Clause);
238 Clauses.push_back(Clause);
351 /// clause:
352 /// if-clause | final-clause | num_threads-clause | safelen-clause
    [all...]
  /external/llvm/lib/Target/R600/
R600ControlFlowFinalizer.cpp 428 assert(ClauseContent.size() < 128 && "ALU clause is too big");
434 EmitFetchClause(MachineBasicBlock::iterator InsertPos, ClauseFile &Clause,
436 CounterPropagateAddr(Clause.first, CfCount);
437 MachineBasicBlock *BB = Clause.first->getParent();
440 for (unsigned i = 0, e = Clause.second.size(); i < e; ++i) {
441 BB->splice(InsertPos, BB, Clause.second[i]);
443 CfCount += 2 * Clause.second.size();
447 EmitALUClause(MachineBasicBlock::iterator InsertPos, ClauseFile &Clause,
449 Clause.first->getOperand(0).setImm(0);
450 CounterPropagateAddr(Clause.first, CfCount)
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-spec-builders.h 43 // where the .With() clause is optional.
252 // Gives each clause in the ON_CALL() statement a name.
253 enum Clause {
274 // The last clause in the ON_CALL() statement as seen so far.
276 Clause last_clause_;
299 // Implements the .With() clause.
311 // Implements the .WillByDefault() clause.
459 // clause of EXPECT_CALL() for setting the (partial) order of
542 // A set of expectation handles. Useful in the .After() clause of
714 enum Clause {
    [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 26 /// \brief Emits code for OpenMP 'if' clause using specified \a CodeGen
351 // for 'firstprivate' clause.
473 // Emit nowait reduction if nowait clause is present or directive is a
639 const OMPAlignedClause &Clause) {
641 if (auto AlignmentExpr = Clause.getAlignment()) {
646 for (auto E : Clause.varlists()) {
684 for (auto Clause : OMPExecutableDirective::linear_filter(D.clauses())) {
685 for (auto *E : Clause->varlists()) {
    [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp 200 /// \brief Marks current region as ordered (it has an 'ordered' clause).
205 /// 'ordered' clause), false - otherwise.
285 // variables are determined by the default clause, if present.
296 // In a parallel construct, if no default clause is present, these
307 // In a task construct, if no default clause is present, a variable that in
317 // In a task construct, if no default clause is present, a variable
338 // For constructs other than task, if no default clause is present, these
462 // listed in a firstprivate clause, even if they are static data members.
581 // clause requires an accessible, unambiguous default constructor for the
583 // clause
    [all...]
TreeTransform.h 324 /// of clause. Subclasses may override this function to transform statements
327 /// \returns the transformed OpenMP clause.
    [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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 

Completed in 116 milliseconds