Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/bmake/
H A Dsprite.h90 typedef int Boolean; typedef
H A Dvar.c1984 Boolean (*modProc)(GNode *, Var_Parse_State *, char *, in VarModify() argument
/freebsd-12.1/sbin/rcorder/
H A Dsprite.h61 typedef int Boolean; typedef
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DConvertUTF.h113 typedef unsigned char Boolean; /* 0 or 1 */ typedef
H A DJSON.h281 Boolean, enumerator
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h53 Boolean, enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h76 bool Boolean() const { return m_value.value.uval != 0; } in Boolean() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h336 bool Boolean; member
/freebsd-12.1/contrib/compiler-rt/lib/builtins/
H A Dos_version_check.c47 typedef _Bool Boolean; typedef
/freebsd-12.1/contrib/cortex-strings/benchmarks/dhry/
H A Ddhry.h284 typedef int Boolean; typedef
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp57 Type *Boolean; member in __anon740648470111::SIAnnotateControlFlow
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp254 VariantValue::VariantValue(bool Boolean) : Type(VT_Nothing) { in VariantValue()
/freebsd-12.1/contrib/wpa/src/common/
H A Ddefs.h18 typedef enum { FALSE = 0, TRUE = 1 } Boolean; typedef
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStructuredData.h60 class Boolean; variable
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp179 Type *Boolean; member in __anon8647049c0111::StructurizeCFG
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h9921 Boolean, ///< A boolean condition, from 'if', 'while', 'for', or 'do'. enumerator