HomeSort by relevance Sort by last modified time
    Searched refs:Fix (Results 76 - 100 of 231) sorted by null

1 2 34 5 6 7 8 910

  /prebuilts/go/linux-x86/src/cmd/go/internal/fix/
fix.go 5 // Package fix implements the ``go fix'' command.
6 package fix package
17 UsageLine: "fix [packages]",
20 Fix runs the Go fix command on the packages named by the import paths.
22 For more about fix, see 'go doc cmd/fix'.
25 To run fix with specific options, run 'go tool fix'
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
source_test.go 72 // Fix file names so they do not include absolute path names.
73 fix := func(s string) string {
82 m.File = fix(m.File)
85 f.Filename = fix(f.Filename)
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
xed_test.go 94 // TODO(rsc): Fix, since we are probably wrong, but we don't have vmptrld in the manual.
101 // TODO(rsc): Fix to reject this encoding.
107 // TODO(rsc): Fix.
134 // TODO(rsc): Fix.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/route/
route_classic.go 21 // Fix stray pointer writes on macOS.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue15747.go 11 // we enable the legacy eager write barrier. Fix this once the
  /external/clang/include/clang/Sema/
Overload.h 622 /// The FixIt hints which can be used to fix the Bad candidate.
623 ConversionFixItGenerator Fix;
674 bool CanFix = Fix.tryToFixConversion(
681 Fix.clear();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Overload.h 651 /// The FixIt hints which can be used to fix the Bad candidate.
652 ConversionFixItGenerator Fix;
700 bool CanFix = Fix.tryToFixConversion(
707 Fix.clear();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
Overload.h 648 /// The FixIt hints which can be used to fix the Bad candidate.
649 ConversionFixItGenerator Fix;
697 bool CanFix = Fix.tryToFixConversion(
704 Fix.clear();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
Overload.h 648 /// The FixIt hints which can be used to fix the Bad candidate.
649 ConversionFixItGenerator Fix;
697 bool CanFix = Fix.tryToFixConversion(
704 Fix.clear();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
Overload.h 648 /// The FixIt hints which can be used to fix the Bad candidate.
649 ConversionFixItGenerator Fix;
697 bool CanFix = Fix.tryToFixConversion(
704 Fix.clear();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
Overload.h 648 /// The FixIt hints which can be used to fix the Bad candidate.
649 ConversionFixItGenerator Fix;
697 bool CanFix = Fix.tryToFixConversion(
704 Fix.clear();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
Overload.h 648 /// The FixIt hints which can be used to fix the Bad candidate.
649 ConversionFixItGenerator Fix;
697 bool CanFix = Fix.tryToFixConversion(
704 Fix.clear();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
Overload.h 648 /// The FixIt hints which can be used to fix the Bad candidate.
649 ConversionFixItGenerator Fix;
697 bool CanFix = Fix.tryToFixConversion(
704 Fix.clear();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Overload.h 651 /// The FixIt hints which can be used to fix the Bad candidate.
652 ConversionFixItGenerator Fix;
700 bool CanFix = Fix.tryToFixConversion(
707 Fix.clear();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
Overload.h 648 /// The FixIt hints which can be used to fix the Bad candidate.
649 ConversionFixItGenerator Fix;
697 bool CanFix = Fix.tryToFixConversion(
704 Fix.clear();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
Overload.h 648 /// The FixIt hints which can be used to fix the Bad candidate.
649 ConversionFixItGenerator Fix;
697 bool CanFix = Fix.tryToFixConversion(
704 Fix.clear();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
Overload.h 648 /// The FixIt hints which can be used to fix the Bad candidate.
649 ConversionFixItGenerator Fix;
697 bool CanFix = Fix.tryToFixConversion(
704 Fix.clear();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
Overload.h 648 /// The FixIt hints which can be used to fix the Bad candidate.
649 ConversionFixItGenerator Fix;
697 bool CanFix = Fix.tryToFixConversion(
704 Fix.clear();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
Overload.h 648 /// The FixIt hints which can be used to fix the Bad candidate.
649 ConversionFixItGenerator Fix;
697 bool CanFix = Fix.tryToFixConversion(
704 Fix.clear();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
Overload.h 648 /// The FixIt hints which can be used to fix the Bad candidate.
649 ConversionFixItGenerator Fix;
697 bool CanFix = Fix.tryToFixConversion(
704 Fix.clear();
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
EbcLowLevel.asm 56 ; Fix X64 native function call prolog. Prepare space for at least 4 arguments,
74 ; Fix X64 native function call 16-byte alignment.
  /external/clang/include/clang/Basic/
PartialDiagnostic.h 225 // Copy fix-its.
306 // Add all fix-its.
307 for (const FixItHint &Fix : DiagStorage->FixItHints)
308 DB.AddFixItHint(Fix);
324 /// and removing all of its arguments, ranges, and fix-it hints.
  /external/google-styleguide/include/
jsguide.js 41 // properly. Fix it by moving the code directly into the pre.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
PartialDiagnostic.h 225 // Copy fix-its.
306 // Add all fix-its.
307 for (const FixItHint &Fix : DiagStorage->FixItHints)
308 DB.AddFixItHint(Fix);
324 /// and removing all of its arguments, ranges, and fix-it hints.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
PartialDiagnostic.h 225 // Copy fix-its.
306 // Add all fix-its.
307 for (const FixItHint &Fix : DiagStorage->FixItHints)
308 DB.AddFixItHint(Fix);
324 /// and removing all of its arguments, ranges, and fix-it hints.

Completed in 569 milliseconds

1 2 34 5 6 7 8 910