Home
last modified time | relevance | path

Searched refs:CondT (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxx/test/support/
H A Dpropagate_value_category.hpp95 using CondT = typename std::conditional<Pred, Then, Else>::type; typedef
99 using ApplyCVQuals = CondT<
101 CondT<hasValueCategory(VC, VC_Const), typename std::add_const<Vp>::type,
102 CondT<hasValueCategory(VC, VC_Volatile),
107 CondT<hasValueCategory(VC, VC_LVal),
109 CondT<hasValueCategory(VC, VC_RVal),
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp947 QualType CondT = SVB.getConditionType(); in apply() local
957 if (auto CompV = SVB.evalBinOp(State, Op, V, OtherV, CondT) in apply()