Home
last modified time | relevance | path

Searched refs:isBoolean (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp335 bool VariantValue::isBoolean() const { in isBoolean() function in clang::ast_matchers::dynamic::VariantValue
340 assert(isBoolean()); in getBoolean()
426 if (!isBoolean()) in isConvertibleTo()
H A DMarshallers.h105 return Value.isBoolean();
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp636 bool isBoolean = ResultTy->isBooleanType(); in create_OSAtomicCompareAndSwap() local
637 if (!isBoolean && !ResultTy->isIntegralType(C)) in create_OSAtomicCompareAndSwap()
678 Expr *RetVal = isBoolean ? M.makeIntegralCastToBoolean(BoolVal) in create_OSAtomicCompareAndSwap()
685 RetVal = isBoolean ? M.makeIntegralCastToBoolean(BoolVal) in create_OSAtomicCompareAndSwap()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h278 bool isBoolean() const;