Searched refs:Bool (Results 51 - 75 of 75) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp440 case BuiltinType::Bool:
H A DTargetInfo.cpp2794 } else if (k >= BuiltinType::Bool && k <= BuiltinType::LongLong) {
4233 case BuiltinType::Bool:
4234 // Bool type is always extended to the ABI, other builtin types are not
10082 case BuiltinType::Bool:
H A DCGExpr.cpp1627 bool HasBoolCheck = SanOpts.has(SanitizerKind::Bool);
1666 NeedsEnumCheck ? SanitizerKind::Enum : SanitizerKind::Bool;
1729 // Bool has a different representation in memory than in registers.
1743 // Bool has a different representation in memory than in registers.
H A DCGClass.cpp903 CGF.SanOpts.set(SanitizerKind::Bool, false);
H A DItaniumCXXABI.cpp3053 case BuiltinType::Bool:
H A DCGDebugInfo.cpp784 case BuiltinType::Bool:
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp663 case BuiltinType::Bool:
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DPrintfFormatString.cpp746 case BuiltinType::Bool:
H A DASTContext.cpp1272 InitBuiltinType(BoolTy, BuiltinType::Bool);
1960 case BuiltinType::Bool:
6174 case BuiltinType::Bool:
7081 case BuiltinType::Bool: return 'B';
H A DItaniumMangle.cpp2659 case BuiltinType::Bool:
H A DMicrosoftMangle.cpp2013 case BuiltinType::Bool:
H A DExprConstant.cpp10469 Bool = 4,
10522 case BuiltinType::Bool:
10523 return GCCTypeClass::Bool;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp65 {codeview::SimpleTypeKind::Boolean8, PDB_BuiltinType::Bool, 1},
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2547 return getKind() >= Bool && getKind() <= Int128;
2555 return getKind() >= Bool && getKind() <= UInt128;
6960 return BT->getKind() >= BuiltinType::Bool &&
7031 return BT->getKind() >= BuiltinType::Bool &&
7044 return BT->getKind() == BuiltinType::Bool;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp984 DEFINE_LOCK_FREE_MACRO(BOOL, Bool);
H A DCompilerInvocation.cpp2384 Opts.Bool = Opts.OpenCL || Opts.CPlusPlus;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp551 case DeclSpec::TST_bool: return Policy.Bool ? "bool" : "_Bool";
H A DSemaLookup.cpp4617 if (SemaRef.getLangOpts().Bool || SemaRef.getLangOpts().CPlusPlus)
4656 if (SemaRef.getLangOpts().Bool || SemaRef.getLangOpts().CPlusPlus) {
H A DSemaExpr.cpp12226 if ((getLangOpts().Bool && !RHS.get()->getType()->isBooleanType() &&
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp519 Opts.Bool = Opts.OpenCL || Opts.CPlusPlus;
3707 case clang::BuiltinType::Bool:
3903 case clang::BuiltinType::Bool:
4684 case clang::BuiltinType::Bool:
4990 case clang::BuiltinType::Bool:
5286 case clang::BuiltinType::Bool:
5844 case clang::BuiltinType::Bool:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h233 SDValue PromoteTargetBoolean(SDValue Bool, EVT ValVT);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2725 LangOpts.Bool = 1;
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/
H A Dgtest-param-test.h91 // Bool() - Yields sequence {false, true}.
1194 // Bool() allows generating tests with parameters in a set of (false, true).
1197 // Bool()
1201 // of multiple flags can be tested when several Bool()'s are combined using
1212 // INSTANTIATE_TEST_CASE_P(BoolSequence, FlagDependentTest, Bool());
1214 inline internal::ParamGenerator<bool> Bool() { function in namespace:testing
1265 // Combine(Bool(), Bool()));
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc4715 TEST(EqAssertionTest, Bool) {
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c21037 typedef unsigned Bool; typedef
21072 Bool isEphemeral:1; /* True for an ephemeral table */
21073 Bool useRandomRowid:1; /* Generate new record numbers semi-randomly */
21074 Bool isOrdered:1; /* True if the table is not BTREE_UNORDERED */
21075 Bool hasBeenDuped:1; /* This cursor was source or target of OP_OpenDup */
[all...]

Completed in 1395 milliseconds

123