Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/make/
H A Dcond.c111 static Token CondT(bool);
810 CondT(bool doEval) in CondT() function
827 t = CondT(doEval); in CondT()
854 l = CondT(doEval); in CondF()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp954 QualType CondT = SVB.getConditionType(); in apply() local
964 if (auto CompV = SVB.evalBinOp(State, Op, V, OtherV, CondT) in apply()