HomeSort by relevance Sort by last modified time
    Searched refs:callfunc (Results 1 - 4 of 4) sorted by null

  /external/clang/test/CodeGen/
tentative-decls.c 37 int callfunc() { return func(); } function
  /art/test/utils/python/
generate_java_main.py 174 System.out.printf("%s-{invoke_type:<9} {farg:>9}.{callfunc}()='%s'\\n", s, v.{callfunc}());
177 System.out.printf("%s-{invoke_type} on {farg}: {callfunc}() threw exception!\\n", s);
208 callfunc=self.func)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
walk.go 114 callfunc := n.Left
115 for _, arg := range callfunc.List.Slice() {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
walk.go 114 callfunc := n.Left
115 for _, arg := range callfunc.List.Slice() {
    [all...]

Completed in 504 milliseconds