Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/bmake/
H A Dcond.c158 static Token CondT(Boolean);
1013 CondT(Boolean doEval) in CondT() function
1036 t = CondT(doEval); in CondT()
1065 l = CondT(doEval); in CondF()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp324 QualType CondT = SVB.getConditionType(); in applyAsComparesToArgument() local
334 if (auto CompV = SVB.evalBinOp(State, Op, V, OtherV, CondT) in applyAsComparesToArgument()