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

  /external/clang/test/SemaCXX/
vartemplate-lambda.cpp 4 template <class> auto fn0 = [] {}; variable
5 template <typename> void foo0() { fn0<char>(); }
  /prebuilts/go/darwin-x86/src/cmd/internal/objabi/
flag.go 110 type fn0 func() type
112 func (f fn0) Set(s string) error {
117 func (f fn0) Get() interface{} { return nil }
119 func (f fn0) String() string { return "" }
121 func (f fn0) IsBoolFlag() bool {
  /prebuilts/go/linux-x86/src/cmd/internal/objabi/
flag.go 110 type fn0 func() type
112 func (f fn0) Set(s string) error {
117 func (f fn0) Get() interface{} { return nil }
119 func (f fn0) String() string { return "" }
121 func (f fn0) IsBoolFlag() bool {
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl36.c 385 void *(*fn0)(void *); member in struct:tcase
401 test_fn(tcases[i].fn0, tcases[i].fn1, tcases[i].fn2, tcases[i].desc);

Completed in 171 milliseconds