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

  /external/clang/lib/AST/
OpenMPClause.cpp 46 OMPPrivateClause *Clause =
48 Clause->setVarRefs(VL);
49 Clause->setPrivateCopies(PrivateVL);
50 return Clause;
81 OMPFirstprivateClause *Clause =
83 Clause->setVarRefs(VL);
84 Clause->setPrivateCopies(PrivateVL);
85 Clause->setInits(InitVL);
86 return Clause;
132 OMPLastprivateClause *Clause
    [all...]
  /external/llvm/lib/Target/AMDGPU/
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/clang/lib/Parse/
ParseOpenMP.cpp 164 /// 'taskgroup' | 'teams' | 'taskloop' | 'taskloop simd' {clause} |
208 // pseudo-clause OMPFlushClause.
280 OMPClause *Clause =
283 if (Clause) {
284 FirstClauses[CKind].setPointer(Clause);
285 Clauses.push_back(Clause);
299 // If the depend clause is specified, the ordered construct is a stand-alone
409 /// clause:
410 /// if-clause | final-clause | num_threads-clause | safelen-clause
    [all...]
  /external/libchrome/sandbox/linux/bpf_dsl/
bpf_dsl.h 184 // "if then" clause, predicated on the specified boolean expression.
192 typedef std::pair<BoolExpr, ResultExpr> Clause;
194 explicit Elser(cons::List<Clause> clause_list);
196 cons::List<Clause> clause_list_;
215 // Case adds a single-value "case" clause to the switch.
218 // Cases adds a multiple-value "case" clause to the switch.
224 // Terminate the switch with a "default" clause.
bpf_dsl.cc 300 Elser::Elser(cons::List<Clause> clause_list) : clause_list_(clause_list) {
337 for (const Clause& clause : clause_list_) {
339 new const IfThenResultExprImpl(clause.first, clause.second, expr));
  /external/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp 109 /// 'ordered' clause, the second one is true if the regions has 'ordered'
110 /// clause, false otherwise.
265 /// \brief Marks current region as ordered (it has an 'ordered' clause).
271 /// 'ordered' clause), false - otherwise.
283 /// \brief Marks current region as nowait (it has a 'nowait' clause).
288 /// 'nowait' clause), false - otherwise.
412 // variables are determined by the default clause, if present.
423 // In a parallel construct, if no default clause is present, these
434 // In a task construct, if no default clause is present, a variable that in
444 // In a task construct, if no default clause is present, a variabl
    [all...]
TreeTransform.h 325 /// of clause. Subclasses may override this function to transform statements
328 /// \returns the transformed OpenMP clause.
    [all...]
  /external/gmock/include/gmock/
gmock-spec-builders.h 43 // where the .With() clause is optional.
256 // Gives each clause in the ON_CALL() statement a name.
257 enum Clause {
278 // The last clause in the ON_CALL() statement as seen so far.
280 Clause last_clause_;
303 // Implements the .With() clause.
315 // Implements the .WillByDefault() clause.
467 // clause of EXPECT_CALL() for setting the (partial) order of
550 // A set of expectation handles. Useful in the .After() clause of
722 enum Clause {
    [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 549 // for 'firstprivate' 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 4564 milliseconds