HomeSort by: relevance | last modified time | path
    Searched refs:func_ (Results 1 - 23 of 23) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/
toir.cc 252 FuncDeclaration *func_;
262 this->func_ = fd;
317 if (this->func_->returnLabel)
318 return this->func_->returnLabel->ident == ident;
722 LabelDsymbol *sym = this->func_->searchLabel (s->ident, s->loc);
739 LabelDsymbol *sym = this->func_->searchLabel (s->ident, s->loc);
772 sym = this->func_->returnLabel;
774 sym = this->func_->searchLabel (s->ident, s->loc);
782 if (this->is_return_label (s->ident) && this->func_->fensure != NULL)
783 this->build_stmt (this->func_->fensure)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
interps.c 60 interp_factory (const char *name_, interp_factory_func func_)
61 : name (name_), func (func_)
  /src/external/gpl3/gdb.old/dist/gdb/
interps.c 60 interp_factory (const char *name_, interp_factory_func func_)
61 : name (name_), func (func_)
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 1306 : func_(func),
1327 func_(param_);
1331 UserThreadFunc* const func_; // User-supplied thread function. member in class:testing::internal::ThreadWithParam
1505 : func_(func),
1510 func_(param_);
1514 UserThreadFunc* const func_; member in class:testing::internal::ThreadWithParam::RunnableImpl
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
benchmark_register.cc 474 void FunctionBenchmark::Run(State& st) { func_(st); }
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
benchmark_register.cc 453 void FunctionBenchmark::Run(State& st) { func_(st); }
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h 989 : Benchmark(name), func_(func) {}
994 Function* func_; member in class:benchmark::internal::internal::FunctionBenchmark
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
benchmark.h 953 : Benchmark(name), func_(func) {}
958 Function* func_; member in class:benchmark::internal::FunctionBenchmark
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
backtracking.d 1308 string name = `func_`~to!string(addr+1);
  /src/external/bsd/libevent/dist/build-aux/
ltmain.sh 377 # functions in the '^func_' namespace, and the '^require_' namespace
1798 func_unset func_${my_func}_result
1800 eval func_$my_func '${1+"$@"}'
1801 func_propagate_result func_$my_func func_options
  /src/external/bsd/openpam/dist/
ltmain.sh 412 # functions in the '^func_' namespace, and the '^require_' namespace
1837 func_unset func_${my_func}_result
1839 eval func_$my_func '${1+"$@"}'
1840 func_propagate_result func_$my_func func_options
  /src/external/bsd/unbound/dist/
ltmain.sh 412 # functions in the '^func_' namespace, and the '^require_' namespace
1837 func_unset func_${my_func}_result
1839 eval func_$my_func '${1+"$@"}'
1840 func_propagate_result func_$my_func func_options
  /src/external/lgpl3/mpc/dist/build-aux/
ltmain.sh 412 # functions in the '^func_' namespace, and the '^require_' namespace
1837 func_unset func_${my_func}_result
1839 eval func_$my_func '${1+"$@"}'
1840 func_propagate_result func_$my_func func_options
  /src/external/lgpl3/mpfr/dist/
ltmain.sh 412 # functions in the '^func_' namespace, and the '^require_' namespace
1827 func_unset func_${my_func}_result
1829 eval func_$my_func '${1+"$@"}'
1830 func_propagate_result func_$my_func func_options
  /src/external/mit/expat/dist/conftools/
ltmain.sh 412 # functions in the '^func_' namespace, and the '^require_' namespace
1837 func_unset func_${my_func}_result
1839 eval func_$my_func '${1+"$@"}'
1840 func_propagate_result func_$my_func func_options
  /src/external/mit/libuv/dist/
ltmain.sh 412 # functions in the '^func_' namespace, and the '^require_' namespace
1827 func_unset func_${my_func}_result
1829 eval func_$my_func '${1+"$@"}'
1830 func_propagate_result func_$my_func func_options
  /src/external/mpl/bind/dist/
ltmain.sh 412 # functions in the '^func_' namespace, and the '^require_' namespace
1828 func_unset func_${my_func}_result
1830 eval func_$my_func '${1+"$@"}'
1831 func_propagate_result func_$my_func func_options
  /src/external/public-domain/xz/dist/build-aux/
ltmain.sh 377 # functions in the '^func_' namespace, and the '^require_' namespace
1798 func_unset func_${my_func}_result
1800 eval func_$my_func '${1+"$@"}'
1801 func_propagate_result func_$my_func func_options
  /src/external/mit/isl/dist/interface/
ltmain.sh 369 # functions in the '^func_' namespace, and the '^require_' namespace
1675 if eval func_$my_func '${1+"$@"}'; then
1676 eval _G_res_var='$'"func_${my_func}_result"
  /src/external/mit/isl/dist/
ltmain.sh 369 # functions in the '^func_' namespace, and the '^require_' namespace
1675 if eval func_$my_func '${1+"$@"}'; then
1676 eval _G_res_var='$'"func_${my_func}_result"
  /src/external/public-domain/sqlite/dist/
ltmain.sh 369 # functions in the '^func_' namespace, and the '^require_' namespace
1675 if eval func_$my_func '${1+"$@"}'; then
1676 eval _G_res_var='$'"func_${my_func}_result"
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-intrinsic.cc 743 quad_decls[BUILT_IN_ ## ID] = define_quad_builtin (NAME "q", func_ ## TYPE, CONST);
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-intrinsic.cc 747 ? NAME "f128" : NAME "q", func_ ## TYPE, \

Completed in 187 milliseconds