Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
HDCheckerOptInfo.h33 bool isEnabled() const { return Enable; } in isEnabled() function
/trueos/contrib/llvm/include/llvm/CodeGen/
HDScheduleHazardRecognizer.h45 bool isEnabled() const { return MaxLookAhead != 0; } in isEnabled() function
/trueos/contrib/llvm/lib/MC/
HDSubtargetFeature.cpp46 static inline bool isEnabled(const StringRef Feature) { in isEnabled() function
/trueos/contrib/llvm/tools/clang/include/clang/Lex/
HDMacroInfo.h269 bool isEnabled() const { return !IsDisabled; } in isEnabled() function