HomeSort by: relevance | last modified time | path
    Searched refs:func_ (Results 1 - 11 of 11) 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/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/gpl3/gcc.old/dist/gcc/fortran/
trans-intrinsic.cc 743 quad_decls[BUILT_IN_ ## ID] = define_quad_builtin (NAME "q", func_ ## TYPE, CONST);

Completed in 62 milliseconds