OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:makeTruthVal
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp
107
return
makeTruthVal
(b, castTy);
162
return
makeTruthVal
(true, castTy);
319
return
makeTruthVal
(true, resultTy);
323
return
makeTruthVal
(false, resultTy);
354
return
makeTruthVal
(false, resultTy);
356
return
makeTruthVal
(true, resultTy);
563
return SVB.
makeTruthVal
(false, resultTy);
565
return SVB.
makeTruthVal
(true, resultTy);
574
return SVB.
makeTruthVal
(leftFirst, resultTy);
576
return SVB.
makeTruthVal
(!leftFirst, resultTy)
[
all
...]
ExprEngineObjC.cpp
100
SVal TrueV = svalBuilder.
makeTruthVal
(1);
104
SVal FalseV = svalBuilder.
makeTruthVal
(0);
SValBuilder.cpp
91
return
makeTruthVal
(boolean->getValue());
281
return
makeTruthVal
(TE->getValue(), TE->getType());
481
return
makeTruthVal
(!val.isZeroConstant(), castTy);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h
244
return
makeTruthVal
(boolean->getValue(), boolean->getType());
293
nonloc::ConcreteInt
makeTruthVal
(bool b, QualType type) {
297
nonloc::ConcreteInt
makeTruthVal
(bool b) {
Completed in 2816 milliseconds