/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | implicit-bool-conversion.c | 18 bool boolean = true; implicitConversionFromBoolSimpleCases() local 44 bool boolean = false; implicitConversionFromBoolInReturnValue() local 51 bool boolean = true; implicitConversionFromBoolInSingleBoolExpressions() local 70 bool boolean = true; implicitConversionFromBoolInComplexBoolExpressions() local 113 bool boolean = true; implicitConversionFromBoolInComparisons() local 126 bool boolean = true; ignoreBoolComparisons() local 134 bool boolean = true; ignoreExplicitCastsFromBool() local 142 bool boolean = true; ignoreImplicitConversionFromBoolInMacroExpansions() local 212 bool boolean = true; implicitConversionToBoolInComplexExpressions() local [all...] |
H A D | implicit-bool-conversion.cpp | 19 bool boolean = true; implicitConversionFromBoolSimpleCases() local 45 bool boolean = false; implicitConversionFromBoolInReturnValue() local 52 bool boolean = true; implicitConversionFromBoolInSingleBoolExpressions() local 74 bool boolean = true; implicitConversionFromBoollInComplexBoolExpressions() local 117 bool boolean = true; implicitConversionFromBoolInComparisons() local 130 bool boolean = true; ignoreBoolComparisons() local 138 bool boolean = true; ignoreExplicitCastsFromBool() local 146 bool boolean = true; ignoreImplicitConversionFromBoolInMacroExpansions() local 159 bool boolean = true; templateFunction() local 231 bool boolean = true; implicitConversionToBoolInComplexExpressions() local 419 bool boolean = unknownType; templateFunction() local [all...] |
/llvm-project/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-integer-constants-in-ternary.c | 12 typedef bool boolean; typedef 14 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-bitwise-and-bool.c | 11 typedef bool boolean; typedef 13 typedef _Bool boolean; typedef
|
H A D | warn-int-in-bool-context.c | 15 typedef bool boolean; typedef 17 typedef _Bool boolean; typedef
|
/llvm-project/libcxx/test/std/concepts/concepts.callable/concept.predicate/ |
H A D | predicate.compile.pass.cpp | 55 struct boolean { struct
|
/llvm-project/clang/test/PCH/ |
H A D | cxx_exprs.cpp | 13 bool boolean; variable
|
/llvm-project/clang-tools-extra/clang-tidy/misc/ |
H A D | NonPrivateMemberVariablesInClassesCheck.cpp | 33 AST_POLYMORPHIC_MATCHER_P(boolean, AST_POLYMORPHIC_SUPPORTED_TYPES(Stmt, Decl), in AST_POLYMORPHIC_MATCHER_P() argument
|
/llvm-project/libcxx/test/support/ |
H A D | compare_types.h | 68 struct boolean { struct
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SValBuilder.h | 296 makeBoolVal(const ObjCBoolLiteralExpr * boolean) makeBoolVal() argument
|
/llvm-project/flang/include/flang/Optimizer/Builder/ |
H A D | FIRBuilder.h | 462 genNot(mlir::Location loc,mlir::Value boolean) genNot() argument
|
/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
H A D | EmulateInstructionARM64.cpp | 74 #define boolean bool macro
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SValBuilder.cpp | 136 makeBoolVal(const CXXBoolLiteralExpr * boolean) makeBoolVal() argument
|
/llvm-project/mlir/test/CAPI/ |
H A D | ir.c | 914 MlirAttribute boolean = mlirBoolAttrGet(ctx, 1); in printBuiltinAttributes() local
|
/llvm-project/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
|