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

1 2 3 4 5 6 7 8 9

  /external/clang/test/Sema/
callingconv-cast.c 15 // expected-note@+1 3 {{consider defining 'mismatched' with the 'stdcall' calling convention}}
16 void mismatched(int x) {} function
27 take_callback((callback_t)mismatched);
30 callback_t callback = (callback_t)mismatched; // warns
34 callback = (callback_t)&mismatched; // warns
37 callback = (callback_t)!mismatched;
43 void (*callback2)(int) = mismatched;
47 take_callback((callback_t)(void*)mismatched);
  /prebuilts/go/darwin-x86/test/
const6.go 22 c7 = c1 == c2 // ERROR "mismatched types|incompatible types"
23 c8 = c2 == c6 // ERROR "mismatched types|incompatible types"
24 c9 = c1 == c6 // ERROR "mismatched types|incompatible types"
27 _ = c1 && c2 // ERROR "mismatched types|incompatible types"
28 _ = c2 && c6 // ERROR "mismatched types|incompatible types"
29 _ = c1 && c6 // ERROR "mismatched types|incompatible types"
switch3.go 21 case s: // ERROR "mismatched types string and I|incompatible types"
25 case i: // ERROR "mismatched types I and string|incompatible types"
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue13821b.go 18 var x3 = b && b2 // ERROR "mismatched types B and B2"
19 var x4 = x1 && b2 // ERROR "mismatched types B and B2"
20 var x5 = x2 && b2 // ERROR "mismatched types B and B2"
21 var x6 = b2 && x1 // ERROR "mismatched types B2 and B"
22 var x7 = b2 && x2 // ERROR "mismatched types B2 and B"
24 var x8 = b && !B2(true) // ERROR "mismatched types B and B2"
issue9370.go 56 _ = i == n // ERROR "invalid operation.*mismatched types"
57 _ = i != n // ERROR "invalid operation.*mismatched types"
58 _ = i >= n // ERROR "invalid operation.*mismatched types"
59 _ = n == i // ERROR "invalid operation.*mismatched types"
60 _ = n != i // ERROR "invalid operation.*mismatched types"
61 _ = n >= i // ERROR "invalid operation.*mismatched types"
70 _ = i == 1 // ERROR "invalid operation.*mismatched types"
71 _ = i != 1 // ERROR "invalid operation.*mismatched types"
72 _ = i >= 1 // ERROR "invalid operation.*mismatched types"
73 _ = 1 == i // ERROR "invalid operation.*mismatched types
    [all...]
issue7310.go 14 _ = 1+true // ERROR "cannot convert true" "mismatched types int and bool"
  /prebuilts/go/linux-x86/test/
const6.go 22 c7 = c1 == c2 // ERROR "mismatched types|incompatible types"
23 c8 = c2 == c6 // ERROR "mismatched types|incompatible types"
24 c9 = c1 == c6 // ERROR "mismatched types|incompatible types"
27 _ = c1 && c2 // ERROR "mismatched types|incompatible types"
28 _ = c2 && c6 // ERROR "mismatched types|incompatible types"
29 _ = c1 && c6 // ERROR "mismatched types|incompatible types"
switch3.go 21 case s: // ERROR "mismatched types string and I|incompatible types"
25 case i: // ERROR "mismatched types I and string|incompatible types"
  /prebuilts/go/linux-x86/test/fixedbugs/
issue13821b.go 18 var x3 = b && b2 // ERROR "mismatched types B and B2"
19 var x4 = x1 && b2 // ERROR "mismatched types B and B2"
20 var x5 = x2 && b2 // ERROR "mismatched types B and B2"
21 var x6 = b2 && x1 // ERROR "mismatched types B2 and B"
22 var x7 = b2 && x2 // ERROR "mismatched types B2 and B"
24 var x8 = b && !B2(true) // ERROR "mismatched types B and B2"
issue9370.go 56 _ = i == n // ERROR "invalid operation.*mismatched types"
57 _ = i != n // ERROR "invalid operation.*mismatched types"
58 _ = i >= n // ERROR "invalid operation.*mismatched types"
59 _ = n == i // ERROR "invalid operation.*mismatched types"
60 _ = n != i // ERROR "invalid operation.*mismatched types"
61 _ = n >= i // ERROR "invalid operation.*mismatched types"
70 _ = i == 1 // ERROR "invalid operation.*mismatched types"
71 _ = i != 1 // ERROR "invalid operation.*mismatched types"
72 _ = i >= 1 // ERROR "invalid operation.*mismatched types"
73 _ = 1 == i // ERROR "invalid operation.*mismatched types
    [all...]
issue7310.go 14 _ = 1+true // ERROR "cannot convert true" "mismatched types int and bool"
  /external/llvm/test/MC/ARM/
eh-directive-fnend-diagnostics.s 4 @ Check the diagnostics for mismatched .fnend directive
eh-directive-fnstart-diagnostics.s 4 @ Check the diagnostics for the mismatched .fnstart directives.
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue14838.go 35 t.Fatalf("mismatched data: expected %v, got %v", data, (*(*[10]byte)(unsafe.Pointer(cData)))[:])
  /prebuilts/go/linux-x86/misc/cgo/test/
issue14838.go 35 t.Fatalf("mismatched data: expected %v, got %v", data, (*(*[10]byte)(unsafe.Pointer(cData)))[:])
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
calc.rb 96 errors.first.should =~ /mismatched/
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonErrorNode.as 74 return "<mismatched token: "+trappedException.token+", resync="+getText()+">";
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
CommonErrorNode.js 60 return "<mismatched token: "+this.trappedException.token+", resync="+this.getText()+">";
  /build/blueprint/proptools/
extend_test.go 697 // Mismatched types
767 err: extendPropertyErrorf("s", "mismatched types struct { A string } and struct { B string }"),
1060 // Append mismatched structs
1072 // Append mismatched pointer structs
1090 // Append through mismatched types
1114 // Append through mismatched types and nil
1223 // Append mismatched kinds
1237 err: extendPropertyErrorf("s", "mismatched types string and []string"),
1240 // Append mismatched types
1254 err: extendPropertyErrorf("s", "mismatched types []int and []string")
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 232 msg = "mismatched input "+getTokenErrorDisplay(e.token)+
244 msg = "mismatched tree node: "+mtne.node+
262 msg = "mismatched input "+getTokenErrorDisplay(e.token)+
267 msg = "mismatched input "+getTokenErrorDisplay(e.token)+
324 * for NoViableAlt and mismatched symbol exceptions. If you enable
326 * handle mismatched symbol exceptions but there could be a mismatched
414 * At this point, it gets a mismatched token error and throws an
552 * mismatched token error. To recover, it sees that LA(1)==';'
  /external/mesa3d/
Android.common.mk 39 -Wno-mismatched-tags \
  /frameworks/rs/script_api/
rs_value_types.spec 73 v4.yzx = v3.rg; // Invalid: mismatched sizes<br/>
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
ResourceBundle.java 305 Set<String> mismatched = new HashSet<String>(); local
310 mismatched.add(item.name);
316 if (mismatched.isEmpty()) {
321 for (String mismatch : mismatched) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
case.py     [all...]
  /external/python/cpython2/Lib/unittest/
case.py 840 mismatched = []
    [all...]

Completed in 1233 milliseconds

1 2 3 4 5 6 7 8 9