| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | warn-bitwise-negation-bool.c | 9 typedef bool boolean; typedef 11 typedef _Bool boolean; typedef
|
| H A D | warn-bitwise-and-bool.c | 11 typedef bool boolean; typedef 13 typedef _Bool boolean; typedef
|
| H A D | warn-bitwise-or-bool.c | 11 typedef bool boolean; typedef 13 typedef _Bool boolean; typedef
|
| H A D | warn-integer-constants-in-ternary.c | 12 typedef bool boolean; typedef 14 typedef _Bool boolean; typedef
|
| H A D | warn-int-in-bool-context.c | 14 typedef bool boolean; typedef 16 typedef _Bool boolean; typedef
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/ |
| H A D | implicit-bool-conversion.cpp | 19 bool boolean = true; in implicitConversionFromBoolSimpleCases() local 45 bool boolean = false; in implicitConversionFromBoolInReturnValue() local 52 bool boolean = true; in implicitConversionFromBoolInSingleBoolExpressions() local 74 bool boolean = true; in implicitConversionFromBoollInComplexBoolExpressions() local 117 bool boolean = true; in implicitConversionFromBoolInComparisons() local 130 bool boolean = true; in ignoreBoolComparisons() local 138 bool boolean = true; in ignoreExplicitCastsFromBool() local 146 bool boolean = true; in ignoreImplicitConversionFromBoolInMacroExpansions() local 159 bool boolean = true; in templateFunction() local 231 bool boolean = true; in implicitConversionToBoolInComplexExpressions() local [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/concepts/concepts.callable/concept.predicate/ |
| H A D | predicate.compile.pass.cpp | 55 struct boolean { struct
|
| /llvm-project-15.0.7/clang/test/PCH/ |
| H A D | cxx_exprs.cpp | 13 bool boolean; variable
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/ |
| H A D | NonPrivateMemberVariablesInClassesCheck.cpp | 35 AST_POLYMORPHIC_MATCHER_P(boolean, AST_POLYMORPHIC_SUPPORTED_TYPES(Stmt, Decl), in AST_POLYMORPHIC_MATCHER_P() argument
|
| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | compare_types.h | 67 struct boolean { struct
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SValBuilder.h | 275 nonloc::ConcreteInt makeBoolVal(const ObjCBoolLiteralExpr *boolean) { in makeBoolVal()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.cpp | 74 #define boolean bool macro
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | SValBuilder.cpp | 136 nonloc::ConcreteInt SValBuilder::makeBoolVal(const CXXBoolLiteralExpr *boolean){ in makeBoolVal()
|
| /llvm-project-15.0.7/mlir/test/CAPI/ |
| H A D | ir.c | 868 MlirAttribute boolean = mlirBoolAttrGet(ctx, 1); in printBuiltinAttributes() local
|
| /llvm-project-15.0.7/polly/lib/External/isl/include/isl/ |
| H A D | isl-noexceptions.h | 54 boolean(isl_bool val): val(val) {} in boolean() function 59 boolean() in boolean() function 62 /* implicit */ boolean(bool val) in boolean() function
|