HomeSort by relevance Sort by last modified time
    Searched full:internalfunc (Results 1 - 7 of 7) sorted by null

  /external/llvm/test/CodeGen/Mips/
gpreg-lazy-binding.ll 14 tail call fastcc void @internalFunc()
20 define internal fastcc void @internalFunc() nounwind noinline {
  /prebuilts/go/darwin-x86/src/cmd/doc/
doc_test.go 67 `func internalFunc(a int) bool`, // No internal functions.
89 `func internalFunc\(a int\) bool`, // Internal functions.
197 []string{"-u", p, `internalFunc`},
200 `func internalFunc\(a int\) bool`,
  /prebuilts/go/darwin-x86/src/cmd/doc/testdata/
pkg.go 44 func internalFunc(a int) bool
  /prebuilts/go/linux-x86/src/cmd/doc/
doc_test.go 67 `func internalFunc(a int) bool`, // No internal functions.
89 `func internalFunc\(a int\) bool`, // Internal functions.
197 []string{"-u", p, `internalFunc`},
200 `func internalFunc\(a int\) bool`,
  /prebuilts/go/linux-x86/src/cmd/doc/testdata/
pkg.go 44 func internalFunc(a int) bool
  /external/clang/test/SemaCXX/
dllexport.cpp 229 namespace { __declspec(dllexport) void internalFunc() {} } // expected-error{{'(anonymous namespace)::internalFunc' must have external linkage when declared 'dllexport'}}
    [all...]
dllimport.cpp 300 namespace { __declspec(dllimport) void internalFunc(); } // expected-error{{'(anonymous namespace)::internalFunc' must have external linkage when declared 'dllimport'}}
    [all...]

Completed in 751 milliseconds