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

  /prebuilts/go/darwin-x86/src/go/scanner/
errors.go 14 // In an ErrorList, an error is represented by an *Error.
34 // ErrorList is a list of *Errors.
35 // The zero value for an ErrorList is an empty ErrorList ready to use.
37 type ErrorList []*Error
39 // Add adds an Error with given position and error message to an ErrorList.
40 func (p *ErrorList) Add(pos token.Position, msg string) {
44 // Reset resets an ErrorList to no errors.
45 func (p *ErrorList) Reset() { *p = (*p)[0:0] }
47 // ErrorList implements the sort Interface
    [all...]
  /prebuilts/go/linux-x86/src/go/scanner/
errors.go 14 // In an ErrorList, an error is represented by an *Error.
34 // ErrorList is a list of *Errors.
35 // The zero value for an ErrorList is an empty ErrorList ready to use.
37 type ErrorList []*Error
39 // Add adds an Error with given position and error message to an ErrorList.
40 func (p *ErrorList) Add(pos token.Position, msg string) {
44 // Reset resets an ErrorList to no errors.
45 func (p *ErrorList) Reset() { *p = (*p)[0:0] }
47 // ErrorList implements the sort Interface
    [all...]
  /external/llvm/include/llvm/Support/
Error.h 29 class ErrorList;
136 // ErrorList needs to be able to yank ErrorInfoBase pointers out of this
138 friend class ErrorList;
307 class ErrorList final : public ErrorInfo<ErrorList> {
310 // ErrorList.
332 ErrorList(std::unique_ptr<ErrorInfoBase> Payload1,
334 assert(!Payload1->isA<ErrorList>() && !Payload2->isA<ErrorList>() &&
335 "ErrorList constructor payloads should be singleton errors")
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Error.h 153 // ErrorList needs to be able to yank ErrorInfoBase pointers out of this
155 friend class ErrorList;
328 class ErrorList final : public ErrorInfo<ErrorList> {
330 // ErrorList.
352 ErrorList(std::unique_ptr<ErrorInfoBase> Payload1,
354 assert(!Payload1->isA<ErrorList>() && !Payload2->isA<ErrorList>() &&
355 "ErrorList constructor payloads should be singleton errors");
365 if (E1.isA<ErrorList>()) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Error.h 153 // ErrorList needs to be able to yank ErrorInfoBase pointers out of this
155 friend class ErrorList;
328 class ErrorList final : public ErrorInfo<ErrorList> {
330 // ErrorList.
352 ErrorList(std::unique_ptr<ErrorInfoBase> Payload1,
354 assert(!Payload1->isA<ErrorList>() && !Payload2->isA<ErrorList>() &&
355 "ErrorList constructor payloads should be singleton errors");
365 if (E1.isA<ErrorList>()) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Error.h 157 // ErrorList needs to be able to yank ErrorInfoBase pointers out of this
159 friend class ErrorList;
342 class ErrorList final : public ErrorInfo<ErrorList> {
344 // ErrorList.
366 ErrorList(std::unique_ptr<ErrorInfoBase> Payload1,
368 assert(!Payload1->isA<ErrorList>() && !Payload2->isA<ErrorList>() &&
369 "ErrorList constructor payloads should be singleton errors");
379 if (E1.isA<ErrorList>()) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Error.h 157 // ErrorList needs to be able to yank ErrorInfoBase pointers out of this
159 friend class ErrorList;
342 class ErrorList final : public ErrorInfo<ErrorList> {
344 // ErrorList.
366 ErrorList(std::unique_ptr<ErrorInfoBase> Payload1,
368 assert(!Payload1->isA<ErrorList>() && !Payload2->isA<ErrorList>() &&
369 "ErrorList constructor payloads should be singleton errors");
379 if (E1.isA<ErrorList>()) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Error.h 157 // ErrorList needs to be able to yank ErrorInfoBase pointers out of this
159 friend class ErrorList;
342 class ErrorList final : public ErrorInfo<ErrorList> {
344 // ErrorList.
366 ErrorList(std::unique_ptr<ErrorInfoBase> Payload1,
368 assert(!Payload1->isA<ErrorList>() && !Payload2->isA<ErrorList>() &&
369 "ErrorList constructor payloads should be singleton errors");
379 if (E1.isA<ErrorList>()) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Error.h 157 // ErrorList needs to be able to yank ErrorInfoBase pointers out of this
159 friend class ErrorList;
342 class ErrorList final : public ErrorInfo<ErrorList> {
344 // ErrorList.
366 ErrorList(std::unique_ptr<ErrorInfoBase> Payload1,
368 assert(!Payload1->isA<ErrorList>() && !Payload2->isA<ErrorList>() &&
369 "ErrorList constructor payloads should be singleton errors");
379 if (E1.isA<ErrorList>()) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Error.h 157 // ErrorList needs to be able to yank ErrorInfoBase pointers out of this
159 friend class ErrorList;
342 class ErrorList final : public ErrorInfo<ErrorList> {
344 // ErrorList.
366 ErrorList(std::unique_ptr<ErrorInfoBase> Payload1,
368 assert(!Payload1->isA<ErrorList>() && !Payload2->isA<ErrorList>() &&
369 "ErrorList constructor payloads should be singleton errors");
379 if (E1.isA<ErrorList>()) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Error.h 157 // ErrorList needs to be able to yank ErrorInfoBase pointers out of this
159 friend class ErrorList;
342 class ErrorList final : public ErrorInfo<ErrorList> {
344 // ErrorList.
366 ErrorList(std::unique_ptr<ErrorInfoBase> Payload1,
368 assert(!Payload1->isA<ErrorList>() && !Payload2->isA<ErrorList>() &&
369 "ErrorList constructor payloads should be singleton errors");
379 if (E1.isA<ErrorList>()) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Error.h 153 // ErrorList needs to be able to yank ErrorInfoBase pointers out of this
155 friend class ErrorList;
328 class ErrorList final : public ErrorInfo<ErrorList> {
330 // ErrorList.
352 ErrorList(std::unique_ptr<ErrorInfoBase> Payload1,
354 assert(!Payload1->isA<ErrorList>() && !Payload2->isA<ErrorList>() &&
355 "ErrorList constructor payloads should be singleton errors");
365 if (E1.isA<ErrorList>()) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Error.h 157 // ErrorList needs to be able to yank ErrorInfoBase pointers out of this
159 friend class ErrorList;
342 class ErrorList final : public ErrorInfo<ErrorList> {
344 // ErrorList.
366 ErrorList(std::unique_ptr<ErrorInfoBase> Payload1,
368 assert(!Payload1->isA<ErrorList>() && !Payload2->isA<ErrorList>() &&
369 "ErrorList constructor payloads should be singleton errors");
379 if (E1.isA<ErrorList>()) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Error.h 157 // ErrorList needs to be able to yank ErrorInfoBase pointers out of this
159 friend class ErrorList;
342 class ErrorList final : public ErrorInfo<ErrorList> {
344 // ErrorList.
366 ErrorList(std::unique_ptr<ErrorInfoBase> Payload1,
368 assert(!Payload1->isA<ErrorList>() && !Payload2->isA<ErrorList>() &&
369 "ErrorList constructor payloads should be singleton errors");
379 if (E1.isA<ErrorList>()) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Error.h 157 // ErrorList needs to be able to yank ErrorInfoBase pointers out of this
159 friend class ErrorList;
342 class ErrorList final : public ErrorInfo<ErrorList> {
344 // ErrorList.
366 ErrorList(std::unique_ptr<ErrorInfoBase> Payload1,
368 assert(!Payload1->isA<ErrorList>() && !Payload2->isA<ErrorList>() &&
369 "ErrorList constructor payloads should be singleton errors");
379 if (E1.isA<ErrorList>()) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Error.h 157 // ErrorList needs to be able to yank ErrorInfoBase pointers out of this
159 friend class ErrorList;
342 class ErrorList final : public ErrorInfo<ErrorList> {
344 // ErrorList.
366 ErrorList(std::unique_ptr<ErrorInfoBase> Payload1,
368 assert(!Payload1->isA<ErrorList>() && !Payload2->isA<ErrorList>() &&
369 "ErrorList constructor payloads should be singleton errors");
379 if (E1.isA<ErrorList>()) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Error.h 157 // ErrorList needs to be able to yank ErrorInfoBase pointers out of this
159 friend class ErrorList;
342 class ErrorList final : public ErrorInfo<ErrorList> {
344 // ErrorList.
366 ErrorList(std::unique_ptr<ErrorInfoBase> Payload1,
368 assert(!Payload1->isA<ErrorList>() && !Payload2->isA<ErrorList>() &&
369 "ErrorList constructor payloads should be singleton errors");
379 if (E1.isA<ErrorList>()) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Error.h 157 // ErrorList needs to be able to yank ErrorInfoBase pointers out of this
159 friend class ErrorList;
342 class ErrorList final : public ErrorInfo<ErrorList> {
344 // ErrorList.
366 ErrorList(std::unique_ptr<ErrorInfoBase> Payload1,
368 assert(!Payload1->isA<ErrorList>() && !Payload2->isA<ErrorList>() &&
369 "ErrorList constructor payloads should be singleton errors");
379 if (E1.isA<ErrorList>()) {
    [all...]

Completed in 372 milliseconds