HomeSort by relevance Sort by last modified time
    Searched defs:Bad (Results 1 - 25 of 33) 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;
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
copylock_func.go 57 func (L0) Bad() {} // ERROR "Bad passes lock by value: testdata.L0 contains testdata.L1 contains testdata.L2"
81 func Bad(CustomLock) {} // ERROR "Bad passes lock by value: testdata.CustomLock"
129 func (LocalOnce) Bad() {} // ERROR "Bad passes lock by value: testdata.LocalOnce contains sync.Mutex"
133 // Nevertheless, it is probably a bad idea to pass it by value.
136 func (LocalMutex) Bad() {} // WANTED: An error here :(
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
copylock_func.go 57 func (L0) Bad() {} // ERROR "Bad passes lock by value: testdata.L0 contains testdata.L1 contains testdata.L2"
81 func Bad(CustomLock) {} // ERROR "Bad passes lock by value: testdata.CustomLock"
129 func (LocalOnce) Bad() {} // ERROR "Bad passes lock by value: testdata.LocalOnce contains sync.Mutex"
133 // Nevertheless, it is probably a bad idea to pass it by value.
136 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()]
  /external/python/cpython3/Lib/test/
test_richcmp.py 213 class Bad:
217 def do(bad):
218 not bad
221 self.assertRaises(Exc, func, Bad())
330 class Bad:
334 x = [Bad()]
335 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/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()]
  /prebuilts/go/darwin-x86/src/cmd/vet/
main.go 530 // Bad reports an error and sets the exit code..
531 func (f *File) Bad(pos token.Pos, args ...interface{}) {
  /prebuilts/go/linux-x86/src/cmd/vet/
main.go 530 // Bad reports an error and sets the exit code..
531 func (f *File) Bad(pos token.Pos, args ...interface{}) {
  /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-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/darwin-x86/clang-4393122/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);
648 /// The FixIt hints which can be used to fix the Bad candidate.
698 Conversions[Idx].Bad.FromExpr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/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);
648 /// The FixIt hints which can be used to fix the Bad candidate.
698 Conversions[Idx].Bad.FromExpr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/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);
648 /// The FixIt hints which can be used to fix the Bad candidate.
698 Conversions[Idx].Bad.FromExpr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/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);
648 /// The FixIt hints which can be used to fix the Bad candidate.
698 Conversions[Idx].Bad.FromExpr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/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);
648 /// The FixIt hints which can be used to fix the Bad candidate.
698 Conversions[Idx].Bad.FromExpr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/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);
648 /// The FixIt hints which can be used to fix the Bad candidate.
698 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...]
  /prebuilts/clang/host/linux-x86/clang-4393122/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);
648 /// The FixIt hints which can be used to fix the Bad candidate.
698 Conversions[Idx].Bad.FromExpr
    [all...]

Completed in 1352 milliseconds

1 2