Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/
H A 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/llvm/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp290 setBoolean(Other.getBoolean()); in operator =()
339 bool VariantValue::getBoolean() const { in getBoolean() function in clang::ast_matchers::dynamic::VariantValue
H A DMarshallers.h110 return Value.getBoolean();
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h279 bool getBoolean() const;
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DSMTAPI.h403 virtual bool getBoolean(const SMTExprRef &Exp) = 0;
H A DJSON.h142 std::optional<bool> getBoolean(StringRef K) const;
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DZ3Solver.cpp777 bool getBoolean(const SMTExprRef &Exp) override { in getBoolean() function in __anon0349533b0111::Z3Solver
837 Int = llvm::APSInt(llvm::APInt(Int.getBitWidth(), getBoolean(AST)), in toAPSInt()
H A 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/
H A DJSONUtils.cpp79 if (auto value = obj.getBoolean(key)) in GetBoolean()