HomeSort by relevance Sort by last modified time
    Searched refs:IsLoad (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
CheckerDocumentation.cpp 123 /// \param IsLoad The flag specifying if the location is a store or a load.
127 void checkLocation(SVal Loc, bool IsLoad, const Stmt *S,
NSErrorChecker.cpp 161 void checkLocation(SVal loc, bool isLoad, const Stmt *S,
201 void NSOrCFErrorDerefChecker::checkLocation(SVal loc, bool isLoad,
204 if (!isLoad)
239 if (event.IsLoad)
  /external/clang/lib/CodeGen/
CGAtomic.cpp 517 bool IsLoad = E->getOp() == AtomicExpr::AO__c11_atomic_load ||
544 if (IsLoad)
550 if (IsLoad || IsStore)
577 if (!IsLoad)
579 if (!IsLoad && !IsStore)
604 if (!IsLoad) {
611 if (!IsLoad && !IsStore) {
    [all...]
  /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...]
ARMISelDAGToDAG.cpp 225 SDNode *SelectVLDSTLane(SDNode *N, bool IsLoad,
    [all...]
  /external/llvm/lib/CodeGen/
InlineSpiller.cpp     [all...]
  /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);
469 bool IsLoad;
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 346 milliseconds