OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exprval
(Results
1 - 7
of
7
) sorted by null
/external/llvm/include/llvm/MC/
MCInst.h
48
const MCExpr *
ExprVal
;
95
return
ExprVal
;
99
ExprVal
= Val;
132
Op.
ExprVal
= Val;
/external/clang/lib/StaticAnalyzer/Checkers/
ObjCSelfInitChecker.cpp
135
SVal
exprVal
= C.getState()->getSVal(E, C.getLocationContext());
136
if (!hasSelfFlag(
exprVal
, SelfFlag_Self, C))
138
if (hasSelfFlag(
exprVal
, SelfFlag_InitRes, C))
/external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp
489
SymbolReaper::isLive(const Stmt *
ExprVal
, const LocationContext *ELCtx) const {
505
return LCtx->getAnalysis<RelaxedLiveVariables>()->isLive(Loc,
ExprVal
);
ExprEngineC.cpp
55
SVal
ExprVal
= B->isGLValue() ? LeftV : RightV;
56
evalStore(Tmp2, B, LHS, *it, state->BindExpr(B, LCtx,
ExprVal
),
[
all
...]
/external/elfutils/src/tests/
varlocs.c
402
Dwarf_Op *
exprval
;
local
405
&
exprval
, &exprval_len, 1);
409
print_expr_block (&attrval,
exprval
, exprval_len, addr);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h
596
bool isLive(const Stmt *
ExprVal
, const LocationContext *LCtx) const;
/external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp
[
all
...]
Completed in 167 milliseconds