/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | bytemap.h | 34 void disable() {} in disable() function
|
H A D | stats.h | 92 void disable() ACQUIRE(Mutex) { lock(); } in disable() function
|
H A D | secondary.h | 99 void disable() {} disable() function 430 void disable() NO_THREAD_SAFETY_ANALYSIS { Mutex.lock(); } disable() function 528 void disable() NO_THREAD_SAFETY_ANALYSIS { disable() function
|
H A D | stack_depot.h | 197 void disable() NO_THREAD_SAFETY_ANALYSIS { RingEndMu.lock(); } in disable() function
|
H A D | tsd_exclusive.h | 104 void disable() NO_THREAD_SAFETY_ANALYSIS { in disable() function
|
H A D | tsd_shared.h | 94 void disable() NO_THREAD_SAFETY_ANALYSIS { in disable() function
|
H A D | quarantine.h | 236 void disable() NO_THREAD_SAFETY_ANALYSIS { in disable() function
|
H A D | primary32.h | 249 void disable() NO_THREAD_SAFETY_ANALYSIS { disable() function
|
H A D | primary64.h | 314 void disable() NO_THREAD_SAFETY_ANALYSIS { in disable() function
|
H A D | combined.h | 600 // TODO(kostyak): disable() is currently best-effort. There are some small in disable() function [all...] |
/llvm-project/mlir/lib/Target/LLVMIR/ |
H A D | LoopAnnotationImporter.cpp | 128 auto disable = lookupUnitNode(disableName); in lookupBooleanUnitNode() local 313 FailureOr<BoolAttr> disable = lookupBooleanUnitNode( in convertUnrollAttr() local 333 FailureOr<BoolAttr> disable = lookupBooleanUnitNode( in convertUnrollAndJamAttr() local 354 FailureOr<BoolAttr> disable = lookupUnitNode("llvm.licm.disable"); in convertLICMAttr() local 361 FailureOr<BoolAttr> disable = in convertDistributeAttr() local 377 FailureOr<BoolAttr> disable = lookupBoolNode("llvm.loop.pipeline.disable"); in convertPipelineAttr() local
|
H A D | LoopAnnotationTranslation.cpp | 125 if (auto disable = options.getDisable()) in convertLoopOptions() local 142 if (auto disable = options.getDisable()) in convertLoopOptions() local
|
/llvm-project/mlir/include/mlir/Debug/ |
H A D | BreakpointManager.h | 28 void disable() { enableStatus = false; } in disable() function
|
/llvm-project/clang/utils/ |
H A D | clangdiag.py | 160 def disable(exe_ctx): function
|
/llvm-project/compiler-rt/lib/gwp_asan/ |
H A D | guarded_pool_allocator.cpp | 123 void GuardedPoolAllocator::disable() { in disable() function in gwp_asan::GuardedPoolAllocator
|
/llvm-project/llvm/lib/TargetParser/ |
H A D | AArch64TargetParser.cpp | 246 void AArch64::ExtensionSet::disable(ArchExtKind E) { disable() function in AArch64::ExtensionSet [all...] |
/llvm-project/clang/include/clang/Basic/ |
H A D | Sarif.h | 223 SarifReportingConfiguration disable() { in disable() function
|
/llvm-project/mlir/lib/Support/ |
H A D | StorageUniquer.cpp | 365 void StorageUniquer::disableMultithreading(bool disable) { in disableMultithreading()
|
/llvm-project/lldb/examples/python/ |
H A D | pytracer.py | 226 def disable(): function
|
/llvm-project/mlir/lib/Pass/ |
H A D | PassCrashRecovery.cpp | 144 void RecoveryReproducerContext::disable() { in disable() function in RecoveryReproducerContext
|
/llvm-project/mlir/utils/lldb-scripts/ |
H A D | action_debugging.py | 410 def disable(self, frame=None): member in Breakpoint
|
/llvm-project/flang/lib/Parser/ |
H A D | preprocessor.cpp | 44 set_isDisabled(bool disable) set_isDisabled() argument
|
/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | Tokens.cpp | 622 void disable() { Collector = nullptr; } in disable() function in TokenCollector::CollectPPExpansions
|
/llvm-project/llvm/tools/lto/ |
H A D | lto.cpp | 570 thinlto_codegen_disable_codegen(thinlto_code_gen_t cg,lto_bool_t disable) thinlto_codegen_disable_codegen() argument
|
/llvm-project/mlir/lib/IR/ |
H A D | MLIRContext.cpp | 595 disableMultithreading(bool disable) disableMultithreading() argument
|