OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsLoad
(Results
1 - 7
of
7
) sorted by null
/external/clang/include/clang/StaticAnalyzer/Core/
Checker.h
186
const SVal &location, bool
isLoad
, const Stmt *S,
188
((const CHECKER *)checker)->checkLocation(location,
isLoad
, S, C);
499
bool
IsLoad
;
/external/clang/lib/StaticAnalyzer/Core/
CheckerManager.cpp
266
bool
IsLoad
;
275
SVal loc, bool
isLoad
, const Stmt *NodeEx,
278
: Checkers(checkers), Loc(loc),
IsLoad
(
isLoad
), NodeEx(NodeEx),
283
ProgramPoint::Kind K =
IsLoad
? ProgramPoint::PreLoadKind :
290
checkFn(Loc,
IsLoad
, BoundEx, C);
299
SVal location, bool
isLoad
,
303
CheckLocationContext C(LocationCheckers, location,
isLoad
, NodeEx,
/external/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp
103
bool
IsLoad
;
379
assert(TableEntry && TableEntry->
IsLoad
&& "NEONLdStTable lookup failed");
444
assert(TableEntry && !TableEntry->
IsLoad
&& "NEONLdStTable lookup failed");
518
if (TableEntry->
IsLoad
) {
543
if (!TableEntry->
IsLoad
)
568
if (TableEntry->
IsLoad
)
[
all
...]
/external/clang/lib/CodeGen/
CGAtomic.cpp
595
bool
IsLoad
= E->getOp() == AtomicExpr::AO__c11_atomic_load ||
622
if (
IsLoad
)
628
if (
IsLoad
|| IsStore)
655
if (!
IsLoad
)
657
if (!
IsLoad
&& !IsStore)
682
if (!
IsLoad
) {
689
if (!
IsLoad
&& !IsStore) {
[
all
...]
/external/llvm/lib/CodeGen/
InlineSpiller.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
Completed in 1101 milliseconds