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

/freebsd-11-stable/contrib/bmake/
H A Dsprite.h90 typedef int Boolean; typedef
/freebsd-11-stable/sbin/rcorder/
H A Dsprite.h61 typedef int Boolean; typedef
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h52 Boolean, member in class:llvm::msgpack::Type
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DConvertUTF.h112 typedef unsigned char Boolean; /* 0 or 1 */ typedef in namespace:llvm
H A DJSON.h286 Boolean, enumerator in enum:llvm::json::Value::Kind
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h62 bool Boolean() const { return m_value.value.uval != 0; } function in class:DWARFFormValue
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h335 bool Boolean; member in union:clang::ast_matchers::dynamic::VariantValue::AllValues
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dos_version_check.c45 typedef _Bool Boolean; typedef
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp253 VariantValue::VariantValue(bool Boolean) : Type(VT_Nothing) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp59 Type *Boolean; member in class:__anon2109::SIAnnotateControlFlow
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h25 class Boolean { class in namespace:clang::interp
31 explicit Boolean(bool V) : V(V) {} function in class:clang::interp::Boolean
35 Boolean() : V(false) {} function in class:clang::interp::Boolean
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h99 Boolean, member in class:lldb_private::python::PyObjectType
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h319 class Boolean : public Object { class in inherits:Object
321 Boolean(bool b = false) function in class:Boolean
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp185 Type *Boolean; member in class:__anon2763::StructurizeCFG
/freebsd-11-stable/contrib/wpa/src/common/
H A Ddefs.h18 typedef enum { FALSE = 0, TRUE = 1 } Boolean; typedef in typeref:enum:__anon3627
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11059 Boolean, ///< A boolean condition, from 'if', 'while', 'for', or 'do'. member in class:clang::final::ConditionKind

Completed in 148 milliseconds