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

  /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.
  /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...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 695 milliseconds