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

  /external/clang/test/CodeGenCXX/
stack-reuse.cpp 20 struct Combiner {
23 Combiner(S_large);
24 Combiner f();
135 // CHECK: [[T1:%.*]] = alloca %struct.Combiner
136 // CHECK: [[T2:%.*]] = alloca %struct.Combiner
137 // CHECK: [[T3:%.*]] = call %struct.Combiner* @_ZN8CombinerC1E7S_large(%struct.Combiner* nonnull [[T1]], [9 x i32] %s.coerce)
138 // CHECK: call void @_ZN8Combiner1fEv(%struct.Combiner* nonnull sret [[T2]], %struct.Combiner* nonnull [[T1]])
139 // CHECK: [[T4:%.*]] = getelementptr inbounds %struct.Combiner, %struct.Combiner* [[T2]], i32 0, i32 0, i32 0, i32
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
Combiner.java 27 public interface Combiner {
42 * Get the feedback that should be shown to the user for the current state of this combiner.
48 * Reset the state of this combiner, for example when the cursor was moved.
CombinerChain.java 45 private final ArrayList<Combiner> mCombiners;
48 * Create an combiner chain.
50 * The combiner chain takes events as inputs and outputs code points and combining state.
59 // The dead key combiner is always active, and always first
68 for (final Combiner c : mCombiners) {
92 for (final Combiner combiner : mCombiners) {
93 // A combiner can never return more than one event; it can return several
95 event = combiner.processEvent(modifiablePreviousEvents, event);
DeadKeyCombiner.java 30 * A combiner that handles dead keys.
32 public class DeadKeyCombiner implements Combiner {
246 // no dead keys at all in the current input, so this combiner has nothing to do and
  /external/clang/include/clang/AST/
DeclOpenMP.h 101 /// Here 'omp_out += omp_in' is a combiner and 'omp_priv = 0' is an initializer.
105 /// \brief Combiner for declare reduction construct.
106 Expr *Combiner;
119 : ValueDecl(DK, DC, L, Name, Ty), DeclContext(DK), Combiner(nullptr),
135 /// \brief Get combiner expression of the declare reduction construct.
136 Expr *getCombiner() { return Combiner; }
137 const Expr *getCombiner() const { return Combiner; }
138 /// \brief Set combiner expression for the declare reduction construct.
139 void setCombiner(Expr *E) { Combiner = E; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclOpenMP.h 101 /// Here 'omp_out += omp_in' is a combiner and 'omp_priv = 0' is an initializer.
105 /// \brief Combiner for declare reduction construct.
106 Expr *Combiner;
119 : ValueDecl(DK, DC, L, Name, Ty), DeclContext(DK), Combiner(nullptr),
135 /// \brief Get combiner expression of the declare reduction construct.
136 Expr *getCombiner() { return Combiner; }
137 const Expr *getCombiner() const { return Combiner; }
138 /// \brief Set combiner expression for the declare reduction construct.
139 void setCombiner(Expr *E) { Combiner = E; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclOpenMP.h 101 /// Here 'omp_out += omp_in' is a combiner and 'omp_priv = 0' is an initializer.
105 /// \brief Combiner for declare reduction construct.
106 Expr *Combiner;
119 : ValueDecl(DK, DC, L, Name, Ty), DeclContext(DK), Combiner(nullptr),
135 /// \brief Get combiner expression of the declare reduction construct.
136 Expr *getCombiner() { return Combiner; }
137 const Expr *getCombiner() const { return Combiner; }
138 /// \brief Set combiner expression for the declare reduction construct.
139 void setCombiner(Expr *E) { Combiner = E; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclOpenMP.h 101 /// Here 'omp_out += omp_in' is a combiner and 'omp_priv = 0' is an initializer.
105 /// \brief Combiner for declare reduction construct.
106 Expr *Combiner;
119 : ValueDecl(DK, DC, L, Name, Ty), DeclContext(DK), Combiner(nullptr),
135 /// \brief Get combiner expression of the declare reduction construct.
136 Expr *getCombiner() { return Combiner; }
137 const Expr *getCombiner() const { return Combiner; }
138 /// \brief Set combiner expression for the declare reduction construct.
139 void setCombiner(Expr *E) { Combiner = E; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclOpenMP.h 101 /// Here 'omp_out += omp_in' is a combiner and 'omp_priv = 0' is an initializer.
105 /// \brief Combiner for declare reduction construct.
106 Expr *Combiner;
119 : ValueDecl(DK, DC, L, Name, Ty), DeclContext(DK), Combiner(nullptr),
135 /// \brief Get combiner expression of the declare reduction construct.
136 Expr *getCombiner() { return Combiner; }
137 const Expr *getCombiner() const { return Combiner; }
138 /// \brief Set combiner expression for the declare reduction construct.
139 void setCombiner(Expr *E) { Combiner = E; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclOpenMP.h 101 /// Here 'omp_out += omp_in' is a combiner and 'omp_priv = 0' is an initializer.
105 /// \brief Combiner for declare reduction construct.
106 Expr *Combiner;
119 : ValueDecl(DK, DC, L, Name, Ty), DeclContext(DK), Combiner(nullptr),
135 /// \brief Get combiner expression of the declare reduction construct.
136 Expr *getCombiner() { return Combiner; }
137 const Expr *getCombiner() const { return Combiner; }
138 /// \brief Set combiner expression for the declare reduction construct.
139 void setCombiner(Expr *E) { Combiner = E; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclOpenMP.h 101 /// Here 'omp_out += omp_in' is a combiner and 'omp_priv = 0' is an initializer.
105 /// \brief Combiner for declare reduction construct.
106 Expr *Combiner;
119 : ValueDecl(DK, DC, L, Name, Ty), DeclContext(DK), Combiner(nullptr),
135 /// \brief Get combiner expression of the declare reduction construct.
136 Expr *getCombiner() { return Combiner; }
137 const Expr *getCombiner() const { return Combiner; }
138 /// \brief Set combiner expression for the declare reduction construct.
139 void setCombiner(Expr *E) { Combiner = E; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclOpenMP.h 101 /// Here 'omp_out += omp_in' is a combiner and 'omp_priv = 0' is an initializer.
105 /// \brief Combiner for declare reduction construct.
106 Expr *Combiner;
119 : ValueDecl(DK, DC, L, Name, Ty), DeclContext(DK), Combiner(nullptr),
135 /// \brief Get combiner expression of the declare reduction construct.
136 Expr *getCombiner() { return Combiner; }
137 const Expr *getCombiner() const { return Combiner; }
138 /// \brief Set combiner expression for the declare reduction construct.
139 void setCombiner(Expr *E) { Combiner = E; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclOpenMP.h 101 /// Here 'omp_out += omp_in' is a combiner and 'omp_priv = 0' is an initializer.
105 /// \brief Combiner for declare reduction construct.
106 Expr *Combiner;
119 : ValueDecl(DK, DC, L, Name, Ty), DeclContext(DK), Combiner(nullptr),
135 /// \brief Get combiner expression of the declare reduction construct.
136 Expr *getCombiner() { return Combiner; }
137 const Expr *getCombiner() const { return Combiner; }
138 /// \brief Set combiner expression for the declare reduction construct.
139 void setCombiner(Expr *E) { Combiner = E; }
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 791 llvm::Function *Combiner = emitCombinerOrInitializer(
806 UDRMap.insert(std::make_pair(D, std::make_pair(Combiner, Initializer)));
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 1344 milliseconds