Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/rcorder/
H A Dsprite.h61 typedef int Boolean; typedef
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h31 explicit Boolean(bool V) : V(V) {} in Boolean() function
35 Boolean() : V(false) {} in Boolean() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DConvertUTF.h112 typedef unsigned char Boolean; /* 0 or 1 */ typedef
H A DJSON.h293 Boolean, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h53 Boolean, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h101 Boolean, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h63 bool Boolean() const { return m_value.value.uval != 0; } in Boolean() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h345 bool Boolean; member
/freebsd-13.1/contrib/cortex-strings/benchmarks/dhry/
H A Ddhry.h284 typedef int Boolean; typedef
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp41 Type *Boolean; member in __anoncca68f760111::SIAnnotateControlFlow
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dos_version_check.c59 typedef _Bool Boolean; typedef
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp258 VariantValue::VariantValue(bool Boolean) : Type(VT_Nothing) { in VariantValue()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h56 class Boolean; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp240 Type *Boolean; member in __anon4b9e022b0111::StructurizeCFG
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp52 Boolean, enumerator
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11932 Boolean, ///< A boolean condition, from 'if', 'while', 'for', or 'do'. enumerator