Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 792 for facts (0.16 sec)

  1. src/cmd/vendor/golang.org/x/tools/go/analysis/passes/unusedresult/unusedresult.go

    	Run:      run,
    }
    
    // flags
    var funcs, stringMethods stringSetFlag
    
    func init() {
    	// TODO(adonovan): provide a comment or declaration syntax to
    	// allow users to add their functions to this set using facts.
    	// For example:
    	//
    	//    func ignoringTheErrorWouldBeVeryBad() error {
    	//      type mustUseResult struct{} // enables vet unusedresult check
    	//      ...
    	//    }
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/facts/imports.go

    // license that can be found in the LICENSE file.
    
    package facts
    
    import (
    	"go/types"
    
    	"golang.org/x/tools/internal/aliases"
    )
    
    // importMap computes the import map for a package by traversing the
    // entire exported API each of its imports.
    //
    // This is a workaround for the fact that we cannot access the map used
    // internally by the types.Importer returned by go/importer. The entries
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  3. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/components/KtExpressionTypeProvider.kt

        /**
         * Returns `true` if this expression is definitely null, based on declared nullability and smart cast types derived from
         * data-flow analysis facts. Examples:
         * ```
         *   public fun <T : Any> foo(t: T, nt: T?, s: String, ns: String?) {
         *     t     // t.isDefinitelyNull()  == false && t.isDefinitelyNotNull()  == true
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:35 UTC 2024
    - 5K bytes
    - Viewed (0)
  4. src/go/printer/testdata/linebreaks.golden

    			},
    			&Header{
    				Name:		"small2.txt",
    				Mode:		0444,
    				Uid:		73025,
    				Gid:		5000,
    				Size:		11,
    				Mtime:		1244593104,
    				Typeflag:	'\x00',
    			},
    		},
    	},
    }
    
    var facts = map[int]string{
    	0:	"1",
    	1:	"1",
    	2:	"2",
    	10:	"3628800",
    	20:	"2432902008176640000",
    	100: "933262154439441526816992388562667004907159682643816214685929" +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 11 22:03:18 UTC 2018
    - 5.1K bytes
    - Viewed (0)
  5. src/go/printer/testdata/linebreaks.input

    			},
    			&Header{
    				Name: "small2.txt",
    				Mode: 0444,
    				Uid: 73025,
    				Gid: 5000,
    				Size: 11,
    				Mtime: 1244593104,
    				Typeflag: '\x00',
    			},
    		},
    	},
    }
    
    var facts = map[int] string {
    	0: "1",
    	1: "1",
    	2: "2",
    	10: "3628800",
    	20: "2432902008176640000",
    	100: "933262154439441526816992388562667004907159682643816214685929" +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 11 22:03:18 UTC 2018
    - 5.1K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/types2/example_test.go

    	// .  .  .  }
    	// .  .  .  block scope {
    	// .  .  .  .  block scope {
    	// .  .  .  .  .  var x int
    	// .  .  .  .  }
    	// .  .  .  }
    	// .  .  }
    	// .  }
    	// }
    }
    
    // ExampleInfo prints various facts recorded by the type checker in a
    // types2.Info struct: definitions of and references to each named object,
    // and the type, value, and mode of every expression in the package.
    func ExampleInfo() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 28 17:58:07 UTC 2023
    - 7.1K bytes
    - Viewed (0)
  7. src/cmd/vendor/modules.txt

    golang.org/x/tools/go/types/objectpath
    golang.org/x/tools/go/types/typeutil
    golang.org/x/tools/internal/aliases
    golang.org/x/tools/internal/analysisinternal
    golang.org/x/tools/internal/bisect
    golang.org/x/tools/internal/facts
    golang.org/x/tools/internal/stdlib
    golang.org/x/tools/internal/typeparams
    golang.org/x/tools/internal/typesinternal
    golang.org/x/tools/internal/versions
    # rsc.io/markdown v0.0.0-20240306144322-0bf8f97ee8ef
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/experimental/common/outline_operations.h

    // Represents a view of a set of mlir Operations that form a subgraph of the
    // entire Module's DAG. `Subgraph` can be thought of as segment of sequential
    // Operations within a func definition. Additional facts:
    //    1. Subgraphs are restricted to a single Block. They do not span
    //        branching instructions. Thus the subgraph is a simple 1-degree path.
    //    2. All Operations in a subgraph belong to the same block in a
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 17 18:49:43 UTC 2022
    - 6K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/tools/go/analysis/internal/analysisflags/flags.go

    // The result is intended to be passed to unitchecker.Run or checker.Run.
    // Use in unitchecker.Run will gob.Register all fact types for the returned
    // graph of analyzers but of course not the ones only reachable from
    // dropped analyzers. To avoid inconsistency about which gob types are
    // registered from run to run, Parse itself gob.Registers all the facts
    // only reachable from dropped analyzers.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  10. src/go/types/example_test.go

    	// method (*temperature.Celsius) SetF(f float64)
    	// method (*temperature.Celsius) String() string
    	//
    	// Method set of temperature.S:
    	// MethodSet {}
    }
    
    // ExampleInfo prints various facts recorded by the type checker in a
    // types.Info struct: definitions of and references to each named object,
    // and the type, value, and mode of every expression in the package.
    func ExampleInfo() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 8.9K bytes
    - Viewed (0)
Back to top