Home
last modified time | relevance | path

Searched refs:getBoolean (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/
DMakefile.PL274 sub getBoolean
339 $BUILD_ZLIB = getBoolean('BUILD_ZLIB', \%Info);
340 $USE_ZLIB_NG = getBoolean('USE_ZLIB_NG', \%Info);
341 $OLD_ZLIB = getBoolean('OLD_ZLIB', \%Info);
/openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/
DMakefile.PL16 my $BUILD_BZIP2 = getBoolean('BUILD_BZIP2');
183 sub getBoolean
/openbsd/src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
DVariantValue.cpp290 setBoolean(Other.getBoolean()); in operator =()
339 bool VariantValue::getBoolean() const { in getBoolean() function in clang::ast_matchers::dynamic::VariantValue
DMarshallers.h110 return Value.getBoolean();
/openbsd/src/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/
DVariantValue.h279 bool getBoolean() const;
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DSMTAPI.h403 virtual bool getBoolean(const SMTExprRef &Exp) = 0;
DJSON.h142 std::optional<bool> getBoolean(StringRef K) const;
/openbsd/src/gnu/llvm/llvm/lib/Support/
DZ3Solver.cpp777 bool getBoolean(const SMTExprRef &Exp) override { in getBoolean() function in __anon6add9fa00111::Z3Solver
837 Int = llvm::APSInt(llvm::APInt(Int.getBitWidth(), getBoolean(AST)), in toAPSInt()
DJSON.cpp45 std::optional<bool> Object::getBoolean(StringRef K) const { in getBoolean() function in llvm::json::Object
/openbsd/src/gnu/llvm/lldb/tools/lldb-vscode/
DJSONUtils.cpp79 if (auto value = obj.getBoolean(key)) in GetBoolean()