Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/bmake/
H A Dnonints.h123 Boolean getBoolean(const char *, Boolean);
H A Dmain.c895 expandVars = getBoolean(".MAKE.EXPAND_VARIABLES", FALSE); in doPrintVars()
2207 getBoolean(const char *name, Boolean bf) in getBoolean() function
H A Djob.c2289 Always_pass_job_queue = getBoolean(MAKE_ALWAYS_PASS_JOB_QUEUE, in Job_Init()
2292 Job_error_token = getBoolean(MAKE_JOB_ERROR_TOKEN, Job_error_token); in Job_Init()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp281 setBoolean(Other.getBoolean()); in operator =()
324 bool VariantValue::getBoolean() const { in getBoolean() function in clang::ast_matchers::dynamic::VariantValue
H A DMarshallers.h91 return Value.getBoolean();
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h275 bool getBoolean() const;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTSolver.h258 virtual bool getBoolean(const SMTExprRef &Exp) = 0;
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DZ3ConstraintManager.cpp684 bool getBoolean(const SMTExprRef &Exp) override { in getBoolean() function in __anon1f86e14b0211::Z3Solver
744 Int = llvm::APSInt(llvm::APInt(Int.getBitWidth(), getBoolean(AST)), in toAPSInt()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DJSON.cpp41 llvm::Optional<bool> Object::getBoolean(StringRef K) const { in getBoolean() function in llvm::json::Object
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DJSON.h136 llvm::Optional<bool> getBoolean(StringRef K) const;