Home
last modified time | relevance | path

Searched defs:boolean (Results 1 – 17 of 17) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dimplicit-bool-conversion.c18 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 Dimplicit-bool-conversion.cpp19 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 Dwarn-bitwise-negation-bool.c9 typedef bool boolean; typedef
11 typedef _Bool boolean; typedef
H A Dwarn-integer-constants-in-ternary.c12 typedef bool boolean; typedef
14 typedef _Bool boolean; typedef
H A Dwarn-bitwise-or-bool.c11 typedef bool boolean; typedef
13 typedef _Bool boolean; typedef
H A Dwarn-bitwise-and-bool.c11 typedef bool boolean; typedef
13 typedef _Bool boolean; typedef
H A Dwarn-int-in-bool-context.c15 typedef bool boolean; typedef
17 typedef _Bool boolean; typedef
/llvm-project/libcxx/test/std/concepts/concepts.callable/concept.predicate/
H A Dpredicate.compile.pass.cpp55 struct boolean { struct
/llvm-project/clang/test/PCH/
H A Dcxx_exprs.cpp13 bool boolean; variable
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DNonPrivateMemberVariablesInClassesCheck.cpp33 AST_POLYMORPHIC_MATCHER_P(boolean, AST_POLYMORPHIC_SUPPORTED_TYPES(Stmt, Decl), in AST_POLYMORPHIC_MATCHER_P() argument
/llvm-project/libcxx/test/support/
H A Dcompare_types.h68 struct boolean { struct
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h296 makeBoolVal(const ObjCBoolLiteralExpr * boolean) makeBoolVal() argument
/llvm-project/flang/include/flang/Optimizer/Builder/
H A DFIRBuilder.h462 genNot(mlir::Location loc,mlir::Value boolean) genNot() argument
/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp74 #define boolean bool macro
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp136 makeBoolVal(const CXXBoolLiteralExpr * boolean) makeBoolVal() argument
/llvm-project/mlir/test/CAPI/
H A Dir.c914 MlirAttribute boolean = mlirBoolAttrGet(ctx, 1); in printBuiltinAttributes() local
/llvm-project/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h54 boolean(isl_bool val): val(val) {} in boolean() function
59 boolean() in boolean() function
62 /* implicit */ boolean(bool val) in boolean() function