Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dnest19.C15 typedef int Boolean; typedef
24 typedef int Boolean; typedef
H A Dbool1.C6 typedef char Boolean; // Instrinsic.h in main() typedef
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dwarn2.C4 enum Boolean { enum
/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DBoolean.h31 explicit Boolean(bool V) : V(V) {} in Boolean() function
35 Boolean() : V(false) {} in Boolean() function
H A DPrimType.h25 class Boolean; variable
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D920625-2.c5 typedef char Boolean; typedef
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DConvertUTF.h131 typedef unsigned char Boolean; /* 0 or 1 */ typedef
H A DJSON.h286 Boolean, enumerator
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h52 Boolean, enumerator
/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h89 Boolean, enumerator
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h63 bool Boolean() const { return m_value.value.uval != 0; } in Boolean() function
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/
H A Ddhry.h407 typedef int Boolean; typedef
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h345 bool Boolean; member
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp41 Type *Boolean; member in __anon3e83ae2f0111::SIAnnotateControlFlow
/openbsd/gnu/llvm/compiler-rt/lib/builtins/
H A Dos_version_check.c59 typedef _Bool Boolean; typedef
/openbsd/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp259 VariantValue::VariantValue(bool Boolean) : Type(VT_Nothing) { in VariantValue()
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DJSONGenerator.h32 class Boolean; variable
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20020430-1.c92 typedef char Boolean; typedef
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DStructuredData.h56 class Boolean; variable
/openbsd/gnu/llvm/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h209 Boolean, enumerator
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp239 Type *Boolean; member in __anon9f43f3840111::StructurizeCFG
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h12823 Boolean, ///< A boolean condition, from 'if', 'while', 'for', or 'do'. enumerator