| /src/lib/libc/stdio/ |
| remove.c | 1 /* $NetBSD: remove.c,v 1.14 2012/03/15 18:22:30 christos Exp $ */ 38 static char sccsid[] = "@(#)remove.c 8.1 (Berkeley) 6/4/93"; 40 __RCSID("$NetBSD: remove.c,v 1.14 2012/03/15 18:22:30 christos Exp $"); 53 remove(const char *file) function
|
| /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/ |
| Mutations.cpp | 65 /// Completely remove the node from its parent. 66 static void remove(syntax::Node *N) { function in class:syntax::MutationsImpl 86 MutationsImpl::remove(S);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| symtab-clones.h | 44 /* Remove clone_info. */ 45 static void remove (cgraph_node *node); 61 /* Remove clone_info association for NODE. */ 63 clone_info::remove (cgraph_node *node) function in class:clone_info 65 symtab->m_clones->remove (node);
|
| hash-map-traits.h | 38 template <typename T> static inline void remove (T &); 64 simple_hashmap_traits <H, Value>::remove (T &entry) function in class:simple_hashmap_traits 66 H::remove (entry.m_key); 121 template <typename T> static inline void remove (T &); 149 unbounded_hashmap_traits <Key, Value>::remove (T &entry) function in class:unbounded_hashmap_traits 151 default_hash_traits <Value>::remove (entry.m_value);
|
| symtab-thunks.h | 134 /* Remove thunk_info. */ 135 static void remove (cgraph_node *node); 158 /* Remove thunk_info association for NODE. */ 160 thunk_info::remove (cgraph_node *node) function in class:thunk_info 162 symtab->m_thunks->remove (node);
|
| tree-hasher.h | 45 static void remove (value_type &) {} function in struct:int_tree_hasher
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| symtab-clones.h | 44 /* Remove clone_info. */ 45 static void remove (cgraph_node *node); 61 /* Remove clone_info association for NODE. */ 63 clone_info::remove (cgraph_node *node) function in class:clone_info 65 symtab->m_clones->remove (node);
|
| hash-map-traits.h | 38 template <typename T> static inline void remove (T &); 64 simple_hashmap_traits <H, Value>::remove (T &entry) function in class:simple_hashmap_traits 66 H::remove (entry.m_key); 116 template <typename T> static inline void remove (T &); 127 unbounded_hashmap_traits <Value>::remove (T &entry) function in class:unbounded_hashmap_traits 129 default_hash_traits <Value>::remove (entry.m_value);
|
| symtab-thunks.h | 134 /* Remove thunk_info. */ 135 static void remove (cgraph_node *node); 158 /* Remove thunk_info association for NODE. */ 160 thunk_info::remove (cgraph_node *node) function in class:thunk_info 162 symtab->m_thunks->remove (node);
|
| tree-hasher.h | 45 static void remove (value_type &) {} function in struct:int_tree_hasher
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| IndexMap2D.h | 46 Value_t remove (Key1_t key1, Key2_t key2); 107 IndexMap2D<Key1_t, Key2_t, Value_t>::remove (Key1_t key1, Key2_t key2) function in class:IndexMap2D
|
| DefaultMap2D.h | 47 Value_t remove (Key1_t, Key2_t); 139 DefaultMap2D<Key1_t, Key2_t, Value_t>::remove (Key1_t, Key2_t) function in class:DefaultMap2D
|
| DbeCacheMap.h | 71 remove (Key_t key) function in class:DbeCacheMap
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| IndexMap2D.h | 46 Value_t remove (Key1_t key1, Key2_t key2); 107 IndexMap2D<Key1_t, Key2_t, Value_t>::remove (Key1_t key1, Key2_t key2) function in class:IndexMap2D
|
| DefaultMap2D.h | 47 Value_t remove (Key1_t, Key2_t); 139 DefaultMap2D<Key1_t, Key2_t, Value_t>::remove (Key1_t, Key2_t) function in class:DefaultMap2D
|
| DbeCacheMap.h | 71 remove (Key_t key) function in class:DbeCacheMap
|
| /src/external/apache2/llvm/dist/clang/include/clang/ARCMigrate/ |
| ARCMT.h | 118 virtual void remove(CharSourceRange range) { } function in class:clang::arcmt::MigrationProcess::RewriteListener
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| ilist_base.h | 80 template <class T> static void remove(T &N) { removeImpl(N); } function in class:llvm::ilist_base
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/ |
| GISelWorkList.h | 81 /// Remove I from the worklist if it exists. 82 void remove(const MachineInstr *I) { function in class:llvm::GISelWorkList
|
| /src/external/gpl2/groff/dist/ |
| configure | 917 # FIXME: To remove some day. 922 # FIXME: To remove some day. 1321 # config.log. We remove comments because anyway the quotes in there 1956 # executable, retaining their permissions. Remove them first so a 4589 echo "$as_me:$LINENO: checking for remove" >&5 4590 echo $ECHO_N "checking for remove... $ECHO_C" >&6 4600 /* Define remove to an innocuous variant, in case <limits.h> declares remove. 4602 #define remove innocuous_remove 4605 which can conflict with char remove (); below 4705 remove (); function [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/ |
| InstCombineWorklist.h | 86 /// Remove I from the worklist if it exists. 87 void remove(Instruction *I) { function in class:llvm::InstCombineWorklist 95 Deferred.remove(I);
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| LatencyPriorityQueue.cpp | 109 // Since it is available, it must be in the priority queue. First remove it. 110 remove(OnlyAvailablePred); 131 void LatencyPriorityQueue::remove(SUnit *SU) { function in class:LatencyPriorityQueue
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
| RegisterAliasing.h | 107 inline void remove(BitVector &A, const BitVector &B) { function in namespace:llvm::exegesis
|
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| ASTImporterLookupTable.cpp | 95 void ASTImporterLookupTable::remove(DeclContext *DC, NamedDecl *ND) { function in class:clang::ASTImporterLookupTable 97 bool EraseResult = Decls.remove(ND); 99 assert(EraseResult == true && "Trying to remove not contained Decl"); 111 void ASTImporterLookupTable::remove(NamedDecl *ND) { function in class:clang::ASTImporterLookupTable 114 remove(DC, ND); 117 remove(ReDC, ND);
|
| /src/external/bsd/kyua-cli/dist/utils/fs/ |
| auto_cleaners.cpp | 171 this->remove(); 180 /// See the remove() method of the auto_file class for details. 182 remove(void) function in struct:utils::fs::auto_file::impl 207 /// reporting. Instead, the caller should use the remove() method. 252 fs::auto_file::remove(void) function in class:fs::auto_file 254 _pimpl->remove();
|