/llvm-project/clang/test/Sema/ |
H A D | tautological-objc-bool-compare.m | 4 #define YES __objc_yes macro
|
H A D | format-bool.c | 18 #define YES __objc_yes macro
|
H A D | objc-bool-constant-conversion.m | 5 #define YES __objc_yes macro
|
H A D | enum.c | 80 enum e1 { YES, NO }; enumerator
|
/llvm-project/clang/test/SemaObjC/ |
H A D | warn-unreachable.m | 19 #define YES __objc_yes macro
|
H A D | objc-literal-fixit.m | 6 #define YES __objc_yes macro
|
H A D | dictionary-literal-duplicates.m | 4 #define YES __objc_yes macro
|
H A D | signed-char-bool-conversion.m | 5 #define YES __objc_yes macro
|
/llvm-project/clang/test/Index/ |
H A D | complete-exprs.m | 2 #define YES ((BOOL)1) macro
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | objc-literal-tests.m | 5 #define YES __objc_yes macro 8 #define YES ((BOOL)1) macro
|
H A D | debug-info-property-accessors.m | 13 #define YES ((BOOL)1) macro
|
H A D | debug-info-block-line.m | 9 #define YES ((BOOL)1) macro
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/objc/ |
H A D | missing-hash.m | 4 #define YES 1 macro
|
/llvm-project/clang/test/Analysis/Inputs/ |
H A D | system-header-simulator-objc.h | 13 #define YES ((BOOL)1) macro
|
/llvm-project/lldb/test/Shell/SymbolFile/PDB/Inputs/ |
H A D | SimpleTypesTest.cpp | 32 enum class EnumClass { YES, NO, DEFAULT }; enumerator
|
/llvm-project/clang/test/ARCMT/ |
H A D | objcmt-numeric-literals.m | 6 #define YES __objc_yes macro
|
H A D | objcmt-boxing.m | 6 #define YES __objc_yes macro
|
/llvm-project/libc/test/src/string/memory_utils/ |
H A D | memory_check_utils.h | 39 enum class Aligned : bool { NO = false, YES = true }; global() enumerator
|
/llvm-project/clang/test/SemaCXX/ |
H A D | enum.cpp | 33 enum e1 { YES, NO }; global() enumerator
|
/llvm-project/clang/test/Analysis/ |
H A D | autoreleasewritechecker_test.m | 7 #define YES ((BOOL)1) macro
|
/llvm-project/clang/test/Analysis/inlining/ |
H A D | InlineObjCClassMethod.m | 9 #define YES ((BOOL)1) macro
|