Home
last modified time | relevance | path

Searched refs:isEnabled (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSignposts.cpp65 bool isEnabled() const { in isEnabled() function in llvm::SignpostEmitterImpl
72 if (isEnabled()) { in startInterval()
82 if (isEnabled()) { in endInterval()
111 bool SignpostEmitter::isEnabled() const { in isEnabled() function in SignpostEmitter
113 return Impl->isEnabled(); in isEnabled()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DOptBisect.h37 virtual bool isEnabled() const { return false; } in isEnabled() function
69 bool isEnabled() const override { return BisectLimit != Disabled; } in isEnabled() function
H A DDiagnosticInfo.h562 virtual bool isEnabled() const = 0;
765 bool isEnabled() const override;
810 bool isEnabled() const override;
867 bool isEnabled() const override;
1071 bool isEnabled() const override; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
/freebsd/stand/lua/
H A Dcolor.lua35 color.disabled = not color.isEnabled()
52 function color.isEnabled() function
H A Dloader.lua47 if color.isEnabled() then
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOptimizationRemarkEmitter.h78 bool isEnabled() const override { in isEnabled() function
104 bool isEnabled() const override { in isEnabled() function
136 bool isEnabled() const override { in isEnabled() function
H A DScheduleHazardRecognizer.h45 bool isEnabled() const { return MaxLookAhead != 0; } in isEnabled() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DPointerAuthOptions.h136 explicit operator bool() const { return isEnabled(); }
138 bool isEnabled() const { return getKind() != Kind::None; } in isEnabled() function
H A DOpenCLOptions.h212 bool isEnabled(llvm::StringRef Ext) const;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDivZeroChecker.cpp57 if (!DivideZeroChecker.isEnabled()) in reportBug()
70 if (!TaintedDivChecker.isEnabled()) in reportTaintBug()
H A DNullabilityChecker.cpp545 if (NullableDereferenced.isEnabled() && in checkEvent()
711 if (NullReturnedFromNonnull.isEnabled() && in checkPreStmt()
744 if (NullableReturnedFromNonnull.isEnabled() && in checkPreStmt()
807 if (NullPassedToNonnull.isEnabled() && Nullness == NullConstraint::IsNull && in checkPreCall()
838 if (NullablePassedToNonnull.isEnabled() && in checkPreCall()
851 if (NullableDereferenced.isEnabled() && in checkPreCall()
1290 if (NullPassedToNonnull.isEnabled() && NullAssignedToNonNull && in checkBind()
1334 if (NullablePassedToNonnull.isEnabled() && in checkBind()
H A DMallocChecker.cpp1592 MismatchedDeallocatorChecker.isEnabled()) { in checkOwnershipAttr()
1929 if (!TaintedAllocChecker.isEnabled()) in checkTaintedness()
2396 return (!ND->isEnabled() && NDL->isEnabled()) ? NDL : ND; in getRelevantFrontendAs()
2518 if (!Frontend->isEnabled()) { in HandleNonHeapDealloc()
2557 if (MallocChecker.isEnabled()) in HandleFreeAlloca()
2559 else if (MismatchedDeallocatorChecker.isEnabled()) in HandleFreeAlloca()
2581 if (!MismatchedDeallocatorChecker.isEnabled()) { in HandleMismatchedDealloc()
2636 if (!Frontend->isEnabled()) { in HandleOffsetFree()
2686 if (!Frontend->isEnabled()) { in HandleUseAfterFree()
2719 if (!Frontend->isEnabled()) { in HandleDoubleFree()
[all …]
H A DVirtualCallChecker.cpp153 if (!Part.isEnabled()) { in checkPreCall()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenCLOptions.cpp41 return isEnabled(Ext); in isAvailableOption()
44 bool OpenCLOptions::isEnabled(llvm::StringRef Ext) const { in isEnabled() function in clang::OpenCLOptions
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPass.cpp65 return Gate.isEnabled() && in skipModule()
176 if (Gate.isEnabled() && in skipFunction()
H A DDiagnosticInfo.cpp314 bool OptimizationRemark::isEnabled() const { in isEnabled() function in OptimizationRemark
342 bool OptimizationRemarkMissed::isEnabled() const { in isEnabled() function in OptimizationRemarkMissed
376 bool OptimizationRemarkAnalysis::isEnabled() const { in isEnabled() function in OptimizationRemarkAnalysis
398 bool DiagnosticInfoOptimizationFailure::isEnabled() const { in isEnabled() function in DiagnosticInfoOptimizationFailure
H A DOptBisect.cpp49 assert(isEnabled()); in shouldRunPass()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSignposts.h35 LLVM_ABI bool isEnabled() const;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp71 if (SubtargetFeatures::isEnabled(Feature)) { in ApplyFeatureFlag()
331 SubtargetFeatures::isEnabled(F); in checkFeatures()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp213 if (!Checker.isEnabled(Mgr)) in initializeRegistry()
237 if (!Checker.isEnabled(Mgr)) in initializeRegistry()
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A DNewPMDriver.cpp76 if (!Remark->isEnabled()) in handleDiagnostics()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp69 if (!isEnabled()) in ScoreboardHazardRecognizer()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerRegistryData.h116 bool isEnabled(const CheckerManager &mgr) const { in isEnabled() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionPass.cpp286 if (Gate.isEnabled() && in skipRegion()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DSubtargetFeature.h216 static inline bool isEnabled(StringRef Feature) { in isEnabled() function

12