OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isNonNull
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
TrustNonnullChecker.cpp
188
ConditionTruthVal TV = C.getState()->
isNonNull
(Receiver);
228
if ((Negated && InputState->
isNonNull
(AntecedentV).isConstrainedTrue())
SmartPtrModeling.cpp
591
} else if (State->
isNonNull
(InnerPointerVal).isConstrainedTrue()) {
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp
366
ConditionTruthVal ProgramState::
isNonNull
(SVal V) const {
SValBuilder.cpp
456
return state->
isNonNull
(evalEQ(state, lhs, rhs));
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h
219
ConditionTruthVal
isNonNull
(SVal V) const;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.cpp
2570
if (NNAttr->
isNonNull
(ArgNo))
TargetInfo.cpp
469
LangAS DestAddr, llvm::Type *DestTy, bool
isNonNull
) const {
Completed in 30 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026