Home
last modified time | relevance | path

Searched defs:Boolean (Results 1 – 25 of 33) sorted by relevance

12

/llvm-project-15.0.7/clang/test/Rewriter/
H A Drewrite-extern-c.mm7 typedef unsigned char Boolean; typedef
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dobjc-cf-audited-warning.m12 typedef unsigned char Boolean; typedef
H A Dsigned-char-bool-conversion.m8 typedef unsigned char Boolean; typedef
/llvm-project-15.0.7/clang/test/Analysis/
H A Dmisc-ps-64.m11 typedef unsigned char Boolean; typedef
H A Dbool-assignment.c80 typedef unsigned char Boolean; typedef
H A DCFNumber.c16 typedef unsigned char Boolean; typedef
H A Dcfref_PR2519.c5 typedef unsigned char Boolean; typedef
H A Dcfref_rdar6080742.c11 typedef unsigned char Boolean; typedef
H A DkeychainAPI.m252 typedef unsigned Boolean; typedef
H A DCFContainers.mm8 typedef unsigned char Boolean; typedef
H A Duninit-vals.c80 typedef unsigned char Boolean; typedef
/llvm-project-15.0.7/clang/test/Sema/
H A Dimplicit-decl.c11 typedef unsigned char Boolean; typedef
H A Dblock-return.c56 typedef char Boolean; typedef
/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DBoolean.h31 explicit Boolean(bool V) : V(V) {} in Boolean() function
35 Boolean() : V(false) {} in Boolean() function
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DNonPrivateMemberVariablesInClassesCheck.cpp36 bool, Boolean) { in AST_POLYMORPHIC_MATCHER_P() argument
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DConvertUTF.h115 typedef unsigned char Boolean; /* 0 or 1 */ typedef
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h52 Boolean, enumerator
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-bool-literals-ignore-macros.cpp88 bool Boolean = c; in valueDependentTemplateFunction() local
H A Duse-bool-literals.cpp92 bool Boolean = c; in valueDependentTemplateFunction() local
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h89 Boolean, enumerator
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h63 bool Boolean() const { return m_value.value.uval != 0; } in Boolean() function
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h345 bool Boolean; member
/llvm-project-15.0.7/compiler-rt/lib/builtins/
H A Dos_version_check.c59 typedef _Bool Boolean; typedef
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp41 Type *Boolean; member in __anon0078d3720111::SIAnnotateControlFlow
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp258 VariantValue::VariantValue(bool Boolean) : Type(VT_Nothing) { in VariantValue()

12