Searched refs:getBoolean (Results 1 – 9 of 9) sorted by relevance
274 sub getBoolean339 $BUILD_ZLIB = getBoolean('BUILD_ZLIB', \%Info);340 $USE_ZLIB_NG = getBoolean('USE_ZLIB_NG', \%Info);341 $OLD_ZLIB = getBoolean('OLD_ZLIB', \%Info);
290 setBoolean(Other.getBoolean()); in operator =()339 bool VariantValue::getBoolean() const { in getBoolean() function in clang::ast_matchers::dynamic::VariantValue
110 return Value.getBoolean();
279 bool getBoolean() const;
403 virtual bool getBoolean(const SMTExprRef &Exp) = 0;
142 std::optional<bool> getBoolean(StringRef K) const;
777 bool getBoolean(const SMTExprRef &Exp) override { in getBoolean() function in __anon0349533b0111::Z3Solver837 Int = llvm::APSInt(llvm::APInt(Int.getBitWidth(), getBoolean(AST)), in toAPSInt()
45 std::optional<bool> Object::getBoolean(StringRef K) const { in getBoolean() function in llvm::json::Object
79 if (auto value = obj.getBoolean(key)) in GetBoolean()