/llvm-project/libcxx/include/__filesystem/ |
H A D | perm_options.h | 23 enum class perm_options : unsigned char { replace = 1, add = 2, remove = 4, nofollow = 8 }; enumerator
|
/llvm-project/libcxx/include/__algorithm/ |
H A D | remove.h | 28 remove(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) { in remove() function
|
/llvm-project/libc/src/__support/ |
H A D | intrusive_list.h | 49 LIBC_INLINE static void remove(void *elem) { remove() function
|
/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | Mutations.cpp | 65 static void remove(syntax::Node *N) { in remove() function in syntax::MutationsImpl
|
/llvm-project/clang/include/clang/ARCMigrate/ |
H A D | ARCMT.h | 118 virtual void remove(CharSourceRange range) { } in remove() function
|
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | GISelWorkList.h | 83 void remove(const MachineInstr *I) { in remove() function
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ProgramState.h | 666 ProgramStateRef remove(ProgramStateRef st, remove() function 675 ProgramStateRef remove(ProgramStateRef st) { remove() function 841 ProgramStateRef ProgramState::remove(typename ProgramStateTrait<T>::key_type K) const { remove() function 846 ProgramStateRef ProgramState::remove(typename ProgramStateTrait<T>::key_type K, remove() function 852 ProgramStateRef ProgramState::remove() const { remove() function [all...] |
/llvm-project/llvm/utils/gn/build/ |
H A D | sync_source_lists_from_cmake.py | 24 def patch_gn_file(gn_file, add, remove): argument
|
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/FreeBSD/ |
H A D | capsicum.cpp | 30 cap_rights_t rights, little, remove, grights; in test_cap_rights() local
|
/llvm-project/clang/lib/AST/ |
H A D | ASTImporterLookupTable.cpp | 110 void ASTImporterLookupTable::remove(DeclContext *DC, NamedDecl *ND) { in remove() function in clang::ASTImporterLookupTable 135 void ASTImporterLookupTable::remove(NamedDecl *ND) { remove() function in clang::ASTImporterLookupTable
|
/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | InstructionWorklist.h | 85 void remove(Instruction *I) { in remove() function
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | ilist_base.h | 80 template <class T> static void remove(T &N) { removeImpl(N); } in remove() function
|
H A D | ImmutableMap.h | 104 [[nodiscard]] ImmutableMap remove(ImmutableMap Old, key_type_ref K) { in remove() function 248 ImmutableMapRef remove(key_type_ref K) const { in remove() function
|
/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | RegisterAliasing.h | 107 inline void remove(BitVector &A, const BitVector &B) { in remove() function
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | LatencyPriorityQueue.cpp | 129 void LatencyPriorityQueue::remove(SUnit *SU) { in remove() function in LatencyPriorityQueue
|
/llvm-project/llvm/utils/ |
H A D | pipeline.py | 88 def remove(pipeObj, removeIndex): function
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_addrhashmap.h | 150 bool remove) { in Handle() 160 bool remove, bool create) { in Handle()
|
/llvm-project/lld/ELF/Arch/ |
H A D | RISCV.cpp | 736 remove = 6; in relaxCall() argument 763 relaxTlsLe(const InputSection & sec,size_t i,uint64_t loc,Relocation & r,uint32_t & remove) relaxTlsLe() argument 791 relaxHi20Lo12(const InputSection & sec,size_t i,uint64_t loc,Relocation & r,uint32_t & remove) relaxHi20Lo12() argument 827 uint32_t &cur = aux.relocDeltas[i], remove = 0; relax() local 960 uint32_t remove = aux.relocDeltas[i] - delta; finalizeRelax() local [all...] |
H A D | LoongArch.cpp | 739 uint32_t &cur = aux.relocDeltas[i], remove = 0; relax() local 845 uint32_t remove = aux.relocDeltas[i] - delta; finalizeRelax() local [all...] |
/llvm-project/mlir/include/mlir/Support/ |
H A D | ThreadLocalCache.h | 88 // ThreadLocalCache gets destroyed before remove() can be called successfully. in remove() function
|
/llvm-project/clang/include/clang/Edit/ |
H A D | Commit.h | 106 bool remove(SourceRange TokenRange) { in remove() function
|
/llvm-project/clang-tools-extra/pseudo/tool/ |
H A D | HTMLForest.js |
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | list.h | 211 void remove(T *X) { remove() function
|
/llvm-project/clang/include/clang/AST/ |
H A D | DeclContextInternals.h | 160 void remove(NamedDecl *D) { in remove() function
|
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/ |
H A D | BufferViewFlowAnalysis.cpp | 61 void BufferViewFlowAnalysis::remove(const SetVector<Value> &aliasValues) { in remove() function in BufferViewFlowAnalysis
|