Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DBoolean.h31 explicit Boolean(bool V) : V(V) {} in Boolean() function
35 Boolean() : V(false) {} in Boolean() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DConvertUTF.h112 typedef unsigned char Boolean; /* 0 or 1 */ typedef
H A DJSON.h293 Boolean, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h53 Boolean, enumerator
/netbsd-src/external/bsd/libbind/dist/tests/
H A Dres.h41 typedef int Boolean; typedef
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h345 bool Boolean; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp41 Type *Boolean; member in __anon5b8ad8ad0111::SIAnnotateControlFlow
/netbsd-src/external/bsd/pkg_install/dist/lib/
H A Dlib.h186 typedef unsigned int Boolean; typedef
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp258 VariantValue::VariantValue(bool Boolean) : Type(VT_Nothing) { in VariantValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp240 Type *Boolean; member in __anondb40fec20111::StructurizeCFG
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DRISCVVEmitter.cpp52 Boolean, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h11831 Boolean, ///< A boolean condition, from 'if', 'while', 'for', or 'do'. enumerator