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

  /external/iptables/libiptc/
linux_stddef.h 31 #define typecheck(type,x) \ macro
linux_list.h 23 #define typecheck(type,x) \ macro
  /external/fio/compiler/
compiler.h 30 #define typecheck(type,x) \ macro
  /prebuilts/go/darwin-x86/src/cmd/fix/
typecheck.go 34 // be to pass typecheck a map from importpath to package API text
131 // typecheck type checks the AST f assuming the information in cfg.
136 func typecheck(cfg *TypeConfig, f *ast.File) (typeof map[interface{}]string, assign map[string][]interface{}) { func
226 // Typecheck1 is the recursive form of typecheck.
227 // It is like typecheck but adds to the information in typeof
  /prebuilts/go/darwin-x86/src/go/types/
stdlib_test.go 6 // typecheck the standard library and tests.
175 // typecheck typechecks the given package files.
176 func typecheck(t *testing.T, path string, filenames []string) { func
205 // typecheck package files
271 // typecheck package in directory
280 typecheck(t, dir, files)
  /prebuilts/go/linux-x86/src/cmd/fix/
typecheck.go 34 // be to pass typecheck a map from importpath to package API text
131 // typecheck type checks the AST f assuming the information in cfg.
136 func typecheck(cfg *TypeConfig, f *ast.File) (typeof map[interface{}]string, assign map[string][]interface{}) { func
226 // Typecheck1 is the recursive form of typecheck.
227 // It is like typecheck but adds to the information in typeof
  /prebuilts/go/linux-x86/src/go/types/
stdlib_test.go 6 // typecheck the standard library and tests.
175 // typecheck typechecks the given package files.
176 func typecheck(t *testing.T, path string, filenames []string) { func
205 // typecheck package files
271 // typecheck package in directory
280 typecheck(t, dir, files)
  /external/libnetfilter_conntrack/include/internal/
linux_list.h 26 #define typecheck(type,x) \ macro
  /external/libnfnetlink/include/
linux_list.h 25 #define typecheck(type,x) \ macro
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
typecheck.go 49 l[i] = typecheck(l[i], top)
100 // It is used by typecheck in the case of OLITERAL nodes
116 // typecheck type checks node n.
117 // The result of typecheck MUST be assigned back to n, e.g.
118 // n.Left = typecheck(n.Left, top)
119 func typecheck(n *Node, top int) *Node { func
122 Fatalf("early typecheck")
139 // Skip typecheck if already done.
140 // But re-typecheck ONAME/OTYPE/OLITERAL/OPACK node in case context has changed.
141 if n.Typecheck == 1
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
typecheck.go 49 l[i] = typecheck(l[i], top)
100 // It is used by typecheck in the case of OLITERAL nodes
116 // typecheck type checks node n.
117 // The result of typecheck MUST be assigned back to n, e.g.
118 // n.Left = typecheck(n.Left, top)
119 func typecheck(n *Node, top int) *Node { func
122 Fatalf("early typecheck")
139 // Skip typecheck if already done.
140 // But re-typecheck ONAME/OTYPE/OLITERAL/OPACK node in case context has changed.
141 if n.Typecheck == 1
    [all...]
  /external/regex-re2/lib/codereview/
codereview.py 119 def typecheck(s, t): function
125 typecheck(s, str)
205 typecheck(name, str)
232 typecheck(s, str)
259 typecheck(s, str)
277 typecheck(s, str)
306 typecheck(s, str)
397 typecheck(pmsg, str)
403 typecheck(name, str)
407 typecheck(text, str
    [all...]
  /external/f2fs-tools/include/
f2fs_fs.h 110 #define typecheck(type,x) \ macro
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.h 2481 HValue* typecheck() const { return OperandAt(1); } function in class:final::final
    [all...]
hydrogen.cc 4483 HHasInstanceTypeAndBranch* typecheck = local
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_core/2.0.18/
error_prone_core-2.0.18.jar 

Completed in 3134 milliseconds