Home
last modified time | relevance | path

Searched defs:isEnabled (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/
H A Dformal_protocol-1.m8 - (BOOL) isEnabled; method
15 BOOL isEnabled; field
21 {
H A Dformal_protocol-2.m9 - (BOOL) isEnabled; method
16 BOOL isEnabled; field
22 {
H A Dformal_protocol-3.m9 - (BOOL) isEnabled; method
20 BOOL isEnabled; field
26 {
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DOptBisect.h38 virtual bool isEnabled() const { return false; } in isEnabled() function
63 bool isEnabled() const override { return BisectLimit != Disabled; } in isEnabled() function
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineOptimizationRemarkEmitter.h76 bool isEnabled() const override { in isEnabled() function
102 bool isEnabled() const override { in isEnabled() function
134 bool isEnabled() const override { in isEnabled() function
H A DScheduleHazardRecognizer.h45 bool isEnabled() const { return MaxLookAhead != 0; } in isEnabled() function
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DSignposts.cpp65 bool isEnabled() const { in isEnabled() function in llvm::SignpostEmitterImpl
111 bool SignpostEmitter::isEnabled() const { in isEnabled() function in SignpostEmitter
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDiagnosticInfo.cpp273 bool OptimizationRemark::isEnabled() const { in isEnabled() function in OptimizationRemark
301 bool OptimizationRemarkMissed::isEnabled() const { in isEnabled() function in OptimizationRemarkMissed
336 bool OptimizationRemarkAnalysis::isEnabled() const { in isEnabled() function in OptimizationRemarkAnalysis
358 bool DiagnosticInfoOptimizationFailure::isEnabled() const { in isEnabled() function in DiagnosticInfoOptimizationFailure
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DSubtargetFeature.h222 static inline bool isEnabled(StringRef Feature) { in isEnabled() function
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DOpenCLOptions.cpp44 bool OpenCLOptions::isEnabled(llvm::StringRef Ext) const { in isEnabled() function in clang::OpenCLOptions
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerRegistryData.h116 bool isEnabled(const CheckerManager &mgr) const { in isEnabled() function
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DMacroInfo.h281 bool isEnabled() const { return !IsDisabled; } in isEnabled() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2240 static unsigned isEnabled(DiagnosticsEngine &D, unsigned diag) { in isEnabled() function
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp3706 void clang_toggleCrashRecovery(unsigned isEnabled) { in clang_toggleCrashRecovery()