Home
last modified time | relevance | path

Searched defs:FalseBool (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/unittests/Utility/Inputs/
H A DStructuredData-full.json9 "FalseBool": false boolean
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-bool-literals-ignore-macros.cpp41 bool FalseBool = bool(FALSE_MACRO); variable
H A Duse-bool-literals.cpp42 bool FalseBool = bool(FALSE_MACRO); variable