OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:makeTruthVal
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp
387
return
makeTruthVal
(true, resultTy);
391
return
makeTruthVal
(false, resultTy);
415
return
makeTruthVal
(LPTMD == RPTMD, resultTy);
417
return
makeTruthVal
(LPTMD != RPTMD, resultTy);
457
return
makeTruthVal
(false, resultTy);
459
return
makeTruthVal
(true, resultTy);
677
return SVB.
makeTruthVal
(false, resultTy);
679
return SVB.
makeTruthVal
(true, resultTy);
688
return SVB.
makeTruthVal
(leftFirst, resultTy);
690
return SVB.
makeTruthVal
(!leftFirst, resultTy)
[
all
...]
SValBuilder.cpp
114
return
makeTruthVal
(boolean->getValue());
329
return
makeTruthVal
(TE->getValue(), TE->getType());
644
return
makeTruthVal
(V.getValue().getBoolValue(), CastTy);
666
return
makeTruthVal
(true, CastTy);
712
return
makeTruthVal
(true, CastTy);
842
return
makeTruthVal
(V.getValue().getBoolValue(), CastTy);
ExprEngineC.cpp
369
V = svalBuilder.
makeTruthVal
(!PTMSV->isNullMemberPointer(), ExTy);
1136
Result = svalBuilder.
makeTruthVal
(true, U->getType());
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h
299
return
makeTruthVal
(boolean->getValue(), boolean->getType());
348
nonloc::ConcreteInt
makeTruthVal
(bool b, QualType type) {
352
nonloc::ConcreteInt
makeTruthVal
(bool b) {
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
SmartPtrModeling.cpp
587
C.getSValBuilder().
makeTruthVal
(false));
593
C.getSValBuilder().
makeTruthVal
(true));
612
C.getSValBuilder().
makeTruthVal
(false));
623
C.getSValBuilder().
makeTruthVal
(true));
CastValueChecker.cpp
317
C.getSValBuilder().
makeTruthVal
(true)),
331
C.getSValBuilder().
makeTruthVal
(false)),
Completed in 55 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026