HomeSort by: relevance | last modified time | path
    Searched refs:clone (Results 1 - 25 of 523) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/lib/libc/sys/
Lint_clone.c 13 clone(int (*func)(void *), void *stack, int flags, void *arg) function
  /src/lib/libc/arch/ia64/sys/
__clone.S 35 WEAK_ALIAS(clone, __clone)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
clone-new-thread-event.exp 23 if { [prepare_for_testing "failed to prepare" clone-new-thread-event] } {
clone-attach-detach.c 56 clone_pid = clone (clone_fn, stack + STACK_SIZE, CLONE_FLAGS, NULL);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
clone-new-thread-event.exp 23 if { [prepare_for_testing "failed to prepare" clone-new-thread-event] } {
clone-attach-detach.c 56 clone_pid = clone (clone_fn, stack + STACK_SIZE, CLONE_FLAGS, NULL);
  /src/external/gpl3/gcc/dist/gcc/cp/
optimize.cc 38 /* CLONED_PARM is a copy of CLONE, generated for a cloned constructor
87 CFG. CLONE is a function whose body is to be set to a copy of FN,
91 clone_body (tree clone, tree fn, void *arg_map)
96 /* Clone the body, as if we were making an inline call. But, remap
100 id.dst_fn = clone;
118 if (DECL_NAME (clone) == base_dtor_identifier
119 || DECL_NAME (clone) == base_ctor_identifier)
128 append_to_statement_list_force (stmts, &DECL_SAVED_TREE (clone));
234 tree clone; local
240 FOR_EACH_CLONE (clone, fn
262 tree bind, block, call, clone, clone_result, fn_parm, fn_parm_typelist; local
485 tree clone; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
optimize.cc 37 /* CLONED_PARM is a copy of CLONE, generated for a cloned constructor
86 CFG. CLONE is a function whose body is to be set to a copy of FN,
90 clone_body (tree clone, tree fn, void *arg_map)
95 /* Clone the body, as if we were making an inline call. But, remap
99 id.dst_fn = clone;
117 if (DECL_NAME (clone) == base_dtor_identifier
118 || DECL_NAME (clone) == base_ctor_identifier)
127 append_to_statement_list_force (stmts, &DECL_SAVED_TREE (clone));
242 tree clone; local
248 FOR_EACH_CLONE (clone, fn
270 tree bind, block, call, clone, clone_result, fn_parm, fn_parm_typelist; local
470 tree clone; local
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyDebugValueManager.h 33 void clone(MachineInstr *Insert, unsigned NewReg);
  /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
clone5.c 1 /* Check that unimplemented clone syscalls get the right treatment.
4 #output: Unimplemented clone syscall *
30 retcode = clone (process, (char *) stack + sizeof (stack) - 64, 0, "cba");
clone3.c 35 pid = clone (process, (char *) stack + sizeof (stack) - 64,
40 fprintf (stderr, "Bad clone %d\n", pid);
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
clone5.c 1 /* Check that unimplemented clone syscalls get the right treatment.
4 #output: Unimplemented clone syscall *
30 retcode = clone (process, (char *) stack + sizeof (stack) - 64, 0, "cba");
clone3.c 35 pid = clone (process, (char *) stack + sizeof (stack) - 64,
40 fprintf (stderr, "Bad clone %d\n", pid);
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
.travis-libcxx-setup.sh 9 git clone --depth=1 https://github.com/llvm-mirror/llvm.git llvm-source
10 git clone --depth=1 https://github.com/llvm-mirror/libcxx.git llvm-source/projects/libcxx
11 git clone --depth=1 https://github.com/llvm-mirror/libcxxabi.git llvm-source/projects/libcxxabi
  /src/external/bsd/elftosb/dist/elftosb2/
ElftosbAST.h 50 virtual ASTNode * clone() const = 0;
114 virtual ASTNode * clone() const { return new ListASTNode(*this); } function in class:elftosb::ListASTNode
157 virtual ASTNode * clone() const { return NULL; } function in class:elftosb::OptionsBlockASTNode
173 virtual ASTNode * clone() const { return NULL; } function in class:elftosb::ConstantsBlockASTNode
189 virtual ASTNode * clone() const { return NULL; } function in class:elftosb::SourcesBlockASTNode
206 virtual ASTNode * clone() const { return new CommandFileASTNode(*this); } function in class:elftosb::CommandFileASTNode
266 virtual ASTNode * clone() const { return new IntConstExprASTNode(*this); } function in class:elftosb::IntConstExprASTNode
289 virtual ASTNode * clone() const { return new VariableExprASTNode(*this); } function in class:elftosb::VariableExprASTNode
312 virtual ASTNode * clone() const { return new SymbolRefExprASTNode(*this); } function in class:elftosb::SymbolRefExprASTNode
333 virtual ASTNode * clone() const { return new NegativeExprASTNode(*this); function in class:elftosb::NegativeExprASTNode
356 virtual ASTNode * clone() const { return new BooleanNotExprASTNode(*this); } function in class:elftosb::BooleanNotExprASTNode
379 virtual ASTNode * clone() const { return new SourceFileFunctionASTNode(*this); } function in class:elftosb::SourceFileFunctionASTNode
404 virtual ASTNode * clone() const { return new DefinedOperatorASTNode(*this); } function in class:elftosb::DefinedOperatorASTNode
430 virtual ASTNode * clone() const { return new SizeofOperatorASTNode(*this); } function in class:elftosb::SizeofOperatorASTNode
482 virtual ASTNode * clone() const { return new BinaryOpExprASTNode(*this); } function in class:elftosb::BinaryOpExprASTNode
511 virtual ASTNode * clone() const { return new IntSizeExprASTNode(*this); } function in class:elftosb::IntSizeExprASTNode
548 virtual ASTNode * clone() const { return new ExprConstASTNode(*this); } function in class:elftosb::ExprConstASTNode
569 virtual ASTNode * clone() const { return new StringConstASTNode(*this); } function in class:elftosb::StringConstASTNode
590 virtual ASTNode * clone() const { return new BlobConstASTNode(*this); } function in class:elftosb::BlobConstASTNode
614 virtual ASTNode * clone() const { return new IVTConstASTNode(*this); } function in class:elftosb::IVTConstASTNode
641 virtual ASTNode * clone() const { return new AssignmentASTNode(*this); } function in class:elftosb::AssignmentASTNode
687 virtual PathSourceDefASTNode * clone() const { return new PathSourceDefASTNode(*this); } function in class:elftosb::PathSourceDefASTNode
712 virtual ASTNode * clone() const { return new ExternSourceDefASTNode(*this); } function in class:elftosb::ExternSourceDefASTNode
734 virtual ASTNode * clone() const { return new SectionContentsASTNode(*this); } function in class:elftosb::SectionContentsASTNode
778 virtual ASTNode * clone() const { return new DataSectionContentsASTNode(*this); } function in class:elftosb::DataSectionContentsASTNode
803 virtual ASTNode * clone() const { return new BootableSectionContentsASTNode(*this); } function in class:elftosb::BootableSectionContentsASTNode
836 virtual ASTNode * clone() const { return new IfStatementASTNode(*this); } function in class:elftosb::IfStatementASTNode
867 virtual ASTNode * clone() const { return new ModeStatementASTNode(*this); } function in class:elftosb::ModeStatementASTNode
899 virtual ASTNode * clone() const { return new MessageStatementASTNode(*this); } function in class:elftosb::MessageStatementASTNode
933 virtual ASTNode * clone() const { return new LoadStatementASTNode(*this); } function in class:elftosb::LoadStatementASTNode
979 virtual ASTNode * clone() const { return new CallStatementASTNode(*this); } function in class:elftosb::CallStatementASTNode
1013 virtual ASTNode * clone() const { return new SourceASTNode(*this); } function in class:elftosb::SourceASTNode
1043 virtual ASTNode * clone() const { return new SectionMatchListASTNode(*this); } function in class:elftosb::SectionMatchListASTNode
1091 virtual ASTNode * clone() const { return new SectionASTNode(*this); } function in class:elftosb::SectionASTNode
1125 virtual ASTNode * clone() const { return new SymbolASTNode(*this); } function in class:elftosb::SymbolASTNode
1160 virtual ASTNode * clone() const { return new AddressRangeASTNode(*this); } function in class:elftosb::AddressRangeASTNode
1193 virtual ASTNode * clone() const { return new NaturalLocationASTNode(*this); } function in class:elftosb::NaturalLocationASTNode
1208 virtual ASTNode * clone() const { return new FromStatementASTNode(*this); } function in class:elftosb::FromStatementASTNode
    [all...]
ElftosbAST.cpp 55 m_list.push_back((*it)->clone());
137 m_options = dynamic_cast<ListASTNode*>(other.m_options->clone());
138 m_constants = dynamic_cast<ListASTNode*>(other.m_constants->clone());
139 m_sources = dynamic_cast<ListASTNode*>(other.m_sources->clone());
140 m_sections = dynamic_cast<ListASTNode*>(other.m_sections->clone());
262 m_symbol = dynamic_cast<SymbolASTNode*>(other.m_symbol->clone());
346 m_expr = dynamic_cast<ExprASTNode*>(other.m_expr->clone());
380 m_expr = dynamic_cast<ExprASTNode*>(other.m_expr->clone());
490 m_symbol = dynamic_cast<SymbolASTNode*>(other.m_symbol->clone());
596 m_left = dynamic_cast<ExprASTNode*>(other.m_left->clone());
    [all...]
  /src/include/
sched.h 76 * Linux man page documents clone() as only available when
79 pid_t clone(int (*)(void *), void *, int, void *);
  /src/lib/libc/arch/aarch64/sys/
__clone.S 35 WEAK_ALIAS(clone, __clone)
  /src/lib/libc/arch/powerpc/sys/
__clone.S 37 WEAK_ALIAS(clone, __clone)
62 blrl /* Call the clone's entry point. */
  /src/lib/libc/arch/powerpc64/sys/
__clone.S 33 WEAK_ALIAS(clone, __clone)
58 blrl /* Call the clone's entry point. */
  /src/lib/libc/arch/vax/sys/
__clone.S 41 WEAK_ALIAS(clone, __clone)
67 /* Call the clone's entry point. */
  /src/lib/libc/arch/alpha/sys/
__clone.S 37 WEAK_ALIAS(clone, __clone)
78 /* Call the clone's entry point. */
  /src/lib/libc/arch/sparc64/sys/
__clone.S 37 WEAK_ALIAS(clone, __clone)
76 call %l0 ! Call the clone's entry point.
  /src/external/gpl3/gcc/dist/maintainer-scripts/
update_version_git 25 ${GIT} clone -q -b master "$GITROOT" "$SUBDIR"
  /src/external/gpl3/gcc.old/dist/maintainer-scripts/
update_version_git 25 ${GIT} clone -q -b master "$GITROOT" "$SUBDIR"

Completed in 35 milliseconds

1 2 3 4 5 6 7 8 91011>>