Searched refs:IsBase (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Index/ |
| H A D | IndexTypeSourceInfo.cpp | 22 bool IsBase; member in __anonbc247fe70111::TypeIndexer 30 : IndexCtx(indexCtx), Parent(parent), ParentDC(DC), IsBase(isBase) { in TypeIndexer() 31 if (IsBase) { in TypeIndexer() 57 if (IsBase) { in VisitTypedefTypeLoc()
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelDAGToDAG.cpp | 395 if (IsBase) in changeComponent() 407 changeComponent(AM, IsBase, Value); in expandAdjDynAlloc() 433 changeComponent(AM, IsBase, Op0); in expandDisp() 444 bool IsBase) const { in expandAddress() 445 SDValue N = IsBase ? AM.Base : AM.Index; in expandAddress() 459 return expandAdjDynAlloc(AM, IsBase, Op1); in expandAddress() 461 return expandAdjDynAlloc(AM, IsBase, Op0); in expandAddress() 464 return expandDisp(AM, IsBase, Op1, in expandAddress() 467 return expandDisp(AM, IsBase, Op0, in expandAddress() 470 if (IsBase && expandIndex(AM, Op0, Op1)) in expandAddress() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 1169 const MemRegion *Target, bool IsBase, in getCXXDestructorCall() argument 1171 return create<CXXDestructorCall>(DD, Trigger, Target, IsBase, State, LCtx); in getCXXDestructorCall()
|