Searched defs:IsBase (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h973 const MemRegion *Target, bool IsBase,
975 return create<CXXDestructorCall>(DD, Trigger, Target, IsBase, State, LCtx);
972 getCXXDestructorCall(const CXXDestructorDecl *DD, const Stmt *Trigger, const MemRegion *Target, bool IsBase, ProgramStateRef State, const LocationContext *LCtx) argument
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp146 // Try to fold more of the base or index of AM into AM, where IsBase
148 bool expandAddress(SystemZAddressingMode &AM, bool IsBase) const;
361 // Change the base or index in AM to Value, where IsBase selects
363 static void changeComponent(SystemZAddressingMode &AM, bool IsBase, argument
365 if (IsBase)
372 // where IsBase selects between the base and index. Try to fold the
374 static bool expandAdjDynAlloc(SystemZAddressingMode &AM, bool IsBase, argument
377 changeComponent(AM, IsBase, Value);
396 // The base or index of AM is equivalent to Op0 + Op1, where IsBase selects
398 static bool expandDisp(SystemZAddressingMode &AM, bool IsBase, argument
[all...]

Completed in 103 milliseconds