HomeSort by relevance Sort by last modified time
    Searched defs:Clause (Results 1 - 9 of 9) 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/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/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.
  /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/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h 325 /// of clause. Subclasses may override this function to transform statements
328 /// \returns the transformed OpenMP clause.
    [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 9890 milliseconds