HomeSort by relevance Sort by last modified time
    Searched defs:Bad (Results 1 - 25 of 27) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/go/ast/
scope.go 141 Bad ObjKind = iota // for error handling
151 Bad: "bad",
  /prebuilts/go/linux-x86/src/go/ast/
scope.go 141 Bad ObjKind = iota // for error handling
151 Bad: "bad",
  /external/clang/test/SemaCXX/
warn-unused-value.cpp 84 struct Bad { virtual Bad& f(); };
95 Bad b;
  /external/regex-re2/util/
rune.cc 45 Bad = Runeerror,
70 goto bad;
73 goto bad;
76 goto bad;
87 goto bad;
91 goto bad;
102 goto bad;
106 goto bad;
113 * since we don't have that, we'll just fall through to bad.
117 * bad decodin
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
copylock_func.go 55 func (L0) Bad() {} // ERROR "Bad passes lock by value: testdata.L0 contains testdata.L1 contains testdata.L2"
79 func Bad(CustomLock) {} // ERROR "Bad passes lock by value: testdata.CustomLock"
127 func (LocalOnce) Bad() {} // ERROR "Bad passes lock by value: testdata.LocalOnce contains sync.Mutex"
131 // Nevertheless, it is probably a bad idea to pass it by value.
134 func (LocalMutex) Bad() {} // WANTED: An error here :(
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
copylock_func.go 55 func (L0) Bad() {} // ERROR "Bad passes lock by value: testdata.L0 contains testdata.L1 contains testdata.L2"
79 func Bad(CustomLock) {} // ERROR "Bad passes lock by value: testdata.CustomLock"
127 func (LocalOnce) Bad() {} // ERROR "Bad passes lock by value: testdata.LocalOnce contains sync.Mutex"
131 // Nevertheless, it is probably a bad idea to pass it by value.
134 func (LocalMutex) Bad() {} // WANTED: An error here :(
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_richcmp.py 215 class Bad:
219 def do(bad):
220 not bad
223 self.assertRaises(Exc, func, Bad())
306 class Bad:
310 x = [Bad()]
311 y = [Bad()]
  /external/python/cpython2/Lib/test/
test_richcmp.py 215 class Bad:
219 def do(bad):
220 not bad
223 self.assertRaises(Exc, func, Bad())
306 class Bad:
310 x = [Bad()]
311 y = [Bad()]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_richcmp.py 215 class Bad:
219 def do(bad):
220 not bad
223 self.assertRaises(Exc, func, Bad())
306 class Bad:
310 x = [Bad()]
311 y = [Bad()]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_richcmp.py 215 class Bad:
219 def do(bad):
220 not bad
223 self.assertRaises(Exc, func, Bad())
306 class Bad:
310 x = [Bad()]
311 y = [Bad()]
  /prebuilts/go/darwin-x86/src/cmd/vet/
main.go 422 // Bad reports an error and sets the exit code..
423 func (f *File) Bad(pos token.Pos, args ...interface{}) {
  /prebuilts/go/linux-x86/src/cmd/vet/
main.go 422 // Bad reports an error and sets the exit code..
423 func (f *File) Bad(pos token.Pos, args ...interface{}) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_richcmp.py 215 class Bad:
219 def do(bad):
220 not bad
223 self.assertRaises(Exc, func, Bad())
306 class Bad:
310 x = [Bad()]
311 y = [Bad()]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_richcmp.py 215 class Bad:
219 def do(bad):
220 not bad
223 self.assertRaises(Exc, func, Bad())
306 class Bad:
310 x = [Bad()]
311 y = [Bad()]
  /external/clang/include/clang/Sema/
Overload.h 426 /// of the bad conversion.
427 BadConversionSequence Bad;
446 case BadConversion: Bad = Other.Bad; break;
500 /// Sets this sequence as a bad conversion for an explicit argument.
504 Bad.init(Failure, FromExpr, ToType);
507 /// Sets this sequence as a bad conversion for an implicit argument.
511 Bad.init(Failure, FromType, ToType);
622 /// The FixIt hints which can be used to fix the Bad candidate.
675 Conversions[Idx].Bad.FromExpr
    [all...]
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp 362 report("Bad instruction parent pointer", MFI);
434 errs() << "*** Bad machine code: " << msg << " ***\n"
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Overload.h 437 /// of the bad conversion.
438 BadConversionSequence Bad;
458 case BadConversion: Bad = Other.Bad; break;
512 /// Sets this sequence as a bad conversion for an explicit argument.
516 Bad.init(Failure, FromExpr, ToType);
519 /// Sets this sequence as a bad conversion for an implicit argument.
523 Bad.init(Failure, FromType, ToType);
651 /// The FixIt hints which can be used to fix the Bad candidate.
701 Conversions[Idx].Bad.FromExpr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Overload.h 437 /// of the bad conversion.
438 BadConversionSequence Bad;
458 case BadConversion: Bad = Other.Bad; break;
512 /// Sets this sequence as a bad conversion for an explicit argument.
516 Bad.init(Failure, FromExpr, ToType);
519 /// Sets this sequence as a bad conversion for an implicit argument.
523 Bad.init(Failure, FromType, ToType);
651 /// The FixIt hints which can be used to fix the Bad candidate.
701 Conversions[Idx].Bad.FromExpr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Overload.h 437 /// of the bad conversion.
438 BadConversionSequence Bad;
458 case BadConversion: Bad = Other.Bad; break;
512 /// Sets this sequence as a bad conversion for an explicit argument.
516 Bad.init(Failure, FromExpr, ToType);
519 /// Sets this sequence as a bad conversion for an implicit argument.
523 Bad.init(Failure, FromType, ToType);
651 /// The FixIt hints which can be used to fix the Bad candidate.
701 Conversions[Idx].Bad.FromExpr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Overload.h 437 /// of the bad conversion.
438 BadConversionSequence Bad;
458 case BadConversion: Bad = Other.Bad; break;
512 /// Sets this sequence as a bad conversion for an explicit argument.
516 Bad.init(Failure, FromExpr, ToType);
519 /// Sets this sequence as a bad conversion for an implicit argument.
523 Bad.init(Failure, FromType, ToType);
651 /// The FixIt hints which can be used to fix the Bad candidate.
701 Conversions[Idx].Bad.FromExpr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Overload.h 437 /// of the bad conversion.
438 BadConversionSequence Bad;
458 case BadConversion: Bad = Other.Bad; break;
512 /// Sets this sequence as a bad conversion for an explicit argument.
516 Bad.init(Failure, FromExpr, ToType);
519 /// Sets this sequence as a bad conversion for an implicit argument.
523 Bad.init(Failure, FromType, ToType);
651 /// The FixIt hints which can be used to fix the Bad candidate.
701 Conversions[Idx].Bad.FromExpr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Overload.h 437 /// of the bad conversion.
438 BadConversionSequence Bad;
458 case BadConversion: Bad = Other.Bad; break;
512 /// Sets this sequence as a bad conversion for an explicit argument.
516 Bad.init(Failure, FromExpr, ToType);
519 /// Sets this sequence as a bad conversion for an implicit argument.
523 Bad.init(Failure, FromType, ToType);
651 /// The FixIt hints which can be used to fix the Bad candidate.
701 Conversions[Idx].Bad.FromExpr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Overload.h 437 /// of the bad conversion.
438 BadConversionSequence Bad;
458 case BadConversion: Bad = Other.Bad; break;
512 /// Sets this sequence as a bad conversion for an explicit argument.
516 Bad.init(Failure, FromExpr, ToType);
519 /// Sets this sequence as a bad conversion for an implicit argument.
523 Bad.init(Failure, FromType, ToType);
651 /// The FixIt hints which can be used to fix the Bad candidate.
701 Conversions[Idx].Bad.FromExpr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Overload.h 437 /// of the bad conversion.
438 BadConversionSequence Bad;
458 case BadConversion: Bad = Other.Bad; break;
512 /// Sets this sequence as a bad conversion for an explicit argument.
516 Bad.init(Failure, FromExpr, ToType);
519 /// Sets this sequence as a bad conversion for an implicit argument.
523 Bad.init(Failure, FromType, ToType);
651 /// The FixIt hints which can be used to fix the Bad candidate.
701 Conversions[Idx].Bad.FromExpr
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp     [all...]

Completed in 825 milliseconds

1 2