Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Sema/
H A Dwarn-bitwise-negation-bool.c9 typedef bool boolean; typedef
11 typedef _Bool boolean; typedef
H A Dwarn-bitwise-and-bool.c11 typedef bool boolean; typedef
13 typedef _Bool boolean; typedef
H A Dwarn-bitwise-or-bool.c11 typedef bool boolean; typedef
13 typedef _Bool boolean; typedef
H A Dwarn-integer-constants-in-ternary.c12 typedef bool boolean; typedef
14 typedef _Bool boolean; typedef
H A Dwarn-int-in-bool-context.c14 typedef bool boolean; typedef
16 typedef _Bool boolean; typedef
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dimplicit-bool-conversion.cpp19 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 Dpredicate.compile.pass.cpp55 struct boolean { struct
/llvm-project-15.0.7/clang/test/PCH/
H A Dcxx_exprs.cpp13 bool boolean; variable
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DNonPrivateMemberVariablesInClassesCheck.cpp35 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 Dcompare_types.h67 struct boolean { struct
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h275 nonloc::ConcreteInt makeBoolVal(const ObjCBoolLiteralExpr *boolean) { in makeBoolVal()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp74 #define boolean bool macro
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp136 nonloc::ConcreteInt SValBuilder::makeBoolVal(const CXXBoolLiteralExpr *boolean){ in makeBoolVal()
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c868 MlirAttribute boolean = mlirBoolAttrGet(ctx, 1); in printBuiltinAttributes() local
/llvm-project-15.0.7/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