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

1 2

  /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);
  /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.
  /external/swiftshader/third_party/llvm-7.0/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.
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/
debug-names-verify-entries.s 6 # CHECK: error: Name Index @ 0x0: Entry @ 0x85: mismatched CU of DIE @ 0x30: index - 0x0; debug_info - 0x1e.
7 # CHECK: error: Name Index @ 0x0: Entry @ 0x8b: mismatched Tag of DIE @ 0x17: index - DW_TAG_subprogram; debug_info - DW_TAG_variable.
8 # CHECK: error: Name Index @ 0x0: Entry @ 0x91: mismatched Name of DIE @ 0x35: index - foo; debug_info - bar, _Z3bar.
11 # CHECK: error: Name Index @ 0x0: Entry @ 0x69: mismatched Name of DIE @ 0x1c: index - (pseudonymous namespace); debug_info - (anonymous namespace).
debug-names-verify-wrong-hash.s 5 # CHECK: Name Index @ 0x0: Bucket 1 is not empty but points to a mismatched hash value 0xb8860c4 (belonging to bucket 0).
  /external/antlr/runtime/Ruby/test/functional/parser/
calc.rb 96 errors.first.should =~ /mismatched/
  /external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonErrorNode.as 74 return "<mismatched token: "+trappedException.token+", resync="+getText()+">";
  /external/antlr/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...]
extend.go 331 return extendPropertyErrorf(propertyName, "mismatched types %s and %s",
340 return extendPropertyErrorf(propertyName, "mismatched types %s and %s",
345 return extendPropertyErrorf(propertyName, "mismatched types %s and %s",
  /external/antlr/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 \
  /external/archive-patcher/generator/src/main/java/com/google/archivepatcher/generator/
PreDiffPlanner.java 379 } catch (MismatchException mismatched) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
case.py     [all...]
  /external/python/cpython2/Lib/unittest/
case.py 841 mismatched = []
    [all...]
  /build/soong/androidmk/cmd/androidmk/
values.go 54 return nil, fmt.Errorf("cannot add mismatched types")
  /external/python/cpython3/Lib/unittest/
case.py     [all...]
  /build/soong/cc/
vndk.go 140 "`extends` refers a module %q with mismatched support_system_process",
  /external/golang-protobuf/ptypes/
any.go 126 return fmt.Errorf("mismatched message type: got %q want %q", aname, mname)
  /external/syzkaller/vendor/github.com/golang/protobuf/ptypes/
any.go 126 return fmt.Errorf("mismatched message type: got %q want %q", aname, mname)
  /cts/apps/CameraITS/tools/
run_all_tests.py 322 # Also sometimes it's intentional to run mismatched versions
  /build/blueprint/parser/
parser.go 352 return nil, fmt.Errorf("mismatched type in operator %c: %s != %s", operator,
  /external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]

Completed in 609 milliseconds

1 2