/llvm-project/clang/test/SemaObjCXX/ |
H A D | thread-safety-analysis.h | 4 void Release() __attribute__((unlock_function())) {} in Release() function
|
/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ARCRuntimeEntryPoints.h | 39 Release, enumerator 112 Function *Release = nullptr; variable
|
H A D | ObjCARCContract.cpp | 195 findSafeStoreForStoreStrongContraction(LoadInst * Load,Instruction * Release,ProvenanceAnalysis & PA,AAResults * AA) findSafeStoreForStoreStrongContraction() argument 285 findRetainForStoreStrongContraction(Value * New,StoreInst * Store,Instruction * Release,ProvenanceAnalysis & PA) findRetainForStoreStrongContraction() argument 336 tryToContractReleaseIntoStoreStrong(Instruction * Release,inst_iterator & Iter,const DenseMap<BasicBlock *,ColorVector> & BlockColors) tryToContractReleaseIntoStoreStrong() argument [all...] |
H A D | PtrState.cpp | 350 Instruction *Release) { in MatchWithRelease()
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | IntrusiveRefCntPtr.h | 100 void Release() const { in Release() function 133 void Release() const { in Release() function
|
/llvm-project/lldb/source/Host/common/ |
H A D | HostThread.cpp | 28 lldb::thread_t HostThread::Release() { return m_native_thread->Release(); } in Release() function in HostThread
|
H A D | HostNativeThreadBase.cpp | 45 lldb::thread_t HostNativeThreadBase::Release() { in Release() function in HostNativeThreadBase
|
/llvm-project/llvm/docs/ |
H A D | Atomics.rst | 286 Release section in Atomic orderings
|
/llvm-project/llvm/unittests/ADT/ |
H A D | ScopeExitTest.cpp | 31 TEST(ScopeExitTest, Release) { in TEST() argument
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | RegAllocPriorityAdvisor.h | 61 enum class AdvisorMode : int { Default, Release, Development }; global() enumerator
|
H A D | RegAllocEvictionAdvisor.h | 169 enum class AdvisorMode : int { Default, Release, Development }; enumerator
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ObjCARCInstKind.h | 33 Release, ///< objc_release enumerator
|
H A D | MLModelRunner.h | 52 enum class Kind : int { Unknown, Release, Development, NoOp, Interactive }; enumerator
|
H A D | InlineAdvisor.h | 43 enum class InliningAdvisorMode : int { Default, Release, Development }; global() enumerator
|
/llvm-project/lldb/tools/debugserver/source/ |
H A D | DNBBreakpoint.h | 94 uint32_t Release() { in Release() function
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | AtomicOrdering.h | 62 Release = 5, enumerator
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_vector_clock.cpp | 60 void VectorClock::Release(VectorClock** dstp) const { in Release() function in __tsan::VectorClock
|
H A D | tsan_rtl_mutex.cpp | 463 void Release(ThreadState *thr, uptr pc, uptr addr) { in Release() function
|
/llvm-project/clang/include/clang/Rewrite/Core/ |
H A D | RewriteRope.h |
|
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | MemoryMapper.h | 131 ExecutorAddr Release; member
|
/llvm-project/clang/lib/Interpreter/ |
H A D | Value.cpp | 59 void Release() { in Release() function in __anon35be5cad0111::ValueStorage
|
/llvm-project/clang/tools/libclang/ |
H A D | CXIndexDataConsumer.h | 266 void Release() { in Release() function
|
/llvm-project/clang/lib/Basic/Targets/ |
H A D | OSTargets.h | 183 unsigned Release = Triple.getOSMajorVersion(); getOSDefines() local
|
/llvm-project/llvm/bindings/ocaml/llvm/ |
H A D | llvm.ml | 279 | Release Constructor
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CallEvent.h | 1490 inline void CallEvent::Release() const { Release() function
|